How to modify the default gateway or IP setting on UC-7420 and UC-7110?
UC-7420: 1. Access UC-7420 serial console. 2. Edit the content of ixp0 or ixp1. 3. Type “# ifdown ixp0” to stop Ethernet interface. 4. vi /etc/network/interfaces For instance, I would like to add a default gateway 192.168.15.254 Add “netmask 255.255.248.0”, “gateway 192.168.15.254” Please refer to the red mark. 5. Type “#ifup ixp0” to boot up Ethernet interface. UC-7110: 1. Access UC-7110 serial console. 2. vi /etc/rc 3. Edit the content of configuration. For instance, I would like to add a default gateway 192.168.15.254 Add “netmask 255.255.248.0”, “route add default gw 192.168.15.154” Please refer to the red mark. 4. Type “#sh /etc/rc” to make the modification available.