-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
kind/bugSomething isn't workingSomething isn't working
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working