Skip to content

Unifi Cloud Gateway not yet supported #373

@rweijnen

Description

@rweijnen

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions