We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
# 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
UCGF
The interface for UCG-F is ETH4
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.
Set correct interface (ETH4)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is your ISP? (if relevant)
No response
Diagnostic Information
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)
The text was updated successfully, but these errors were encountered: