Unraid Reset - Network Settings Install __hot__
(This maps your physical network interface cards to specific ethX designations)
Once you've installed a new network configuration, you may need to configure additional settings:
If you can’t access the terminal or the WebGUI, the easiest fix is to take the "brain" (the USB flash drive) to another computer. and remove the Unraid USB boot drive. Plug the USB into your PC or Mac . Navigate to the /config folder on the drive. Delete these two files : network.cfg network-rules.cfg (if it exists). unraid reset network settings install
After reboot, Unraid will act as if network was never configured (DHCP default).
For users with physical access (or SSH via another interface), a simplified command-line tool. (This maps your physical network interface cards to
: The server is operational, but you want to perform a clean reset to start over.
rm /boot/config/network.cfg rm /boot/config/network-rules.cfg powerdown -r Navigate to the /config folder on the drive
Log into the Unraid local terminal using your root username and password. Stop the network service by typing: /etc/rc.d/rc.inet1 stop Use code with caution.