Warning: Undefined array key "force_rev" in /home/fresoehv/wiki/lib/plugins/publish/action/start.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/fresoehv/wiki/lib/plugins/publish/action/start.php:37) in /home/fresoehv/wiki/inc/actions.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /home/fresoehv/wiki/lib/plugins/publish/action/start.php:37) in /home/fresoehv/wiki/lib/tpl/mindthedark/main.php on line 12 enable_disable_ethernet_port [FreshTomato Wiki]
You can enable/disable specific LAN ports via command line as follows:
To identify the port, use the command:
robocfg show port
Once the physical port is identified, to disable it (replace x with relevant port number on your router):
robocfg port x state disabled
To enable it:
robocfg port x state enabled
You might be trying to resolve an issue with an Ethernet-connected device. If the negotiated speed is causing the problem, you can test forcing 10MB/s Full Duplex connections before setting it back to Auto-negotiation. For example:
robocfg port 2 media 10FD
robocfg port 2 media auto
enable_disable_ethernet_port.txt · Last modified: 2023/05/24 01:38 by hogwild