Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unifi Cloud Gateway not yet supported #373

Open
rweijnen opened this issue Feb 27, 2025 · 0 comments · May be fixed by #374
Open

Unifi Cloud Gateway not yet supported #373

rweijnen opened this issue Feb 27, 2025 · 0 comments · May be fixed by #374
Labels
kind/bug Something isn't working

Comments

@rweijnen
Copy link

What is your ISP? (if relevant)

No response

Diagnostic Information

# Obtain the board name of the device running the installation script
if [ -e /etc/board.info ] && grep -q "board.shortname" /etc/board.info; then
    board=$(sed -n 's/^board.shortname=\s*\(.*\)\s*/\1/p' /etc/board.info)
elif [ -e /proc/ubnthal/system.info ] && grep -q "shortname" /proc/ubnthal/system.info; then
    board=$(sed -n 's/shortname=\s*\(.*\)\s*/\1/p' /proc/ubnthal/system.info)
else
    board=""
fi

echo board: $board

board: UCGF

The interface for UCG-F is ETH4

Describe the Bug

UCF-F currently not supported and configures to ETH8 instead of ETH4

Note that ETH4 is for RJ45 WAN connection, SFTP+ likely different interface but cannot test that right now.

Expected Behavior

Set correct interface (ETH4)

@rweijnen rweijnen added the kind/bug Something isn't working label Feb 27, 2025
@rweijnen rweijnen linked a pull request Feb 27, 2025 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant