Applies to Models: WRN-810S, WRN-1610S
Summary:
If you have network interface issues on the WRN-810S or WRN-1610S and need to reset the interfaces, you can use the attached script to correct the problem. This script removes the interfaces created by the WRN setup wizard and reconfigures the interfaces on reboot.
For the newer WRN-1632(S) and WRN-816S, please follow Configuring network settings WRN-1632(S) and WRN-816S.
Step By Step Guide:
You will need a monitor, mouse, keyboard and the attached script. The script can be downloaded directly to the unit or copied to a USB drive. If you don't have internet access from the WRN, it is recommended to follow the USB instructions. Below are the two options to put the script onto your WRN.
To download the script to the WRN unit using Chrome, follow these instructions:
On the WRN, open Chrome and navigate to this article:
- Scroll to the bottom of this article and click on WRN-Reset.zip to download it (Figure 1)
- You will need to extract the script from the .zip file by clicking on the download button in Chrome and selecting Extract: (Figure 1)
Figure 1
-
Alternatively, you can extract the script by opening a terminal window and executing the commands below: (Figure 2)
- cd Downloads
- unzip WRN-Reset.zip
Figure 2
-
To execute the script, in the same terminal window type:
- sudo -s <enter>
- Enter the password for the wave user and press enter
- Then type: bash WRN-Reset.sh exactly as shown in (Figure 3)
Note: You will not see characters being typed when you enter the password.
Figure 3
- The network configuration will be reset and the unit will reboot. (Figure 4)
Figure 4
- After the reboot is completed, you can run the WRN Configuration Tool or use the Ubuntu configuration tool to configure the network interface IP addresses. It is recommended to use the WRN Configuration Tool when available as opposed to the initial "WRN Setup Wizard" to prevent issues in the future. (Figure 5)
Figure 5
To move the script to the WRN unit using a USB disk, follow these instructions:
Put the WRN-Reset.zip file onto the USB disk and insert the disk to the USB port of the WRN.
- Navigate to the Files (nautilus) application as shown below and hover over the USB device in the device tree to obtain the path for the USB device: (Figure 6)
Figure 6
- Navigate to that location in a terminal window, unzip and execute the script: (Figure 7)
Figure 7
- The network configuration will be reset and the unit will reboot. (Figure 8)
Figure 8
- After the reboot is completed, you can run the WRN Configuration Tool or use the Ubuntu configuration tool to configure the network interface IP addresses. (Figure 9)
Figure 9
If you are running the older "WRN Setup Wizard" continue to the below steps:
- To modify the WRN routing table, open a terminal window by clicking on the terminal icon (Figure 10)
Figure 10
-
Type the following commands (Figure 11)
-
sudo –s <enter>
- Enter the password for the wave user and press enter
- type: crontab -e <enter>
-
Note: You will not see characters being typed when you enter the password.
Figure 11
- If you are prompted to select an editor, select 1 and enter (Figure 12)
Figure 12
-
Scroll to the end of the file and append the following line: (Figure 13)
-
@reboot sleep 5 && sudo route del default dev eth1
-
Figure 13
- Press Control + O to save the file. (Figure 14)
- Press enter to accept the file name to save.
Figure 14
- Press Control + X to exit the editor.
- Reboot the unit.