I also used the procedure for "swapping" the eth0 and eth1 ports and so far it works great. Will a reset of the router revert the ports back to their original configuration?
If not, what would be the commands to "undo" the port swap?
Thanks!
I also used the procedure for "swapping" the eth0 and eth1 ports and so far it works great. Will a reset of the router revert the ports back to their original configuration?
If not, what would be the commands to "undo" the port swap?
Thanks!
Hi, resetting the router will restore the configuration to the original configuration, you can use the following commands on the MT3000 to restore the previous settings without resetting the router.
uci add_list network.@device[0].ports='eth1'
uci del_list network.@device[0].ports='eth0'
uci set network.wan.device='eth0'
uci commit
/etc/init.d/network reload