$0.00

How to manually change WAN IP

You are here:
< Back

 

Before you being you will need the following information:

  1. STATIC WAN IP
  2. SUBNET
  3. GATEWAY

To do this:

  1. Download putty to your PC
  2. Open an SSH tunnel to 192.168.10.1 port 98 using putty
  3. Login using ‘password’
  4. From the CLI manually type each line:
    • uci set network.wan.proto=’static’;
    • uci set network.wan.ipaddr=’WAN IP’;
    • uci set network.wan.netmask=’SUBNET’;
    • uci set network.wan.gateway=’GATEWAY’;
    • uci set kibosh_private.main.force_config_send=”1″
    • uci commit
    • reboot
  5. Reboot

The entire process should take about 10 min.

VI commands: i = insert, esc = break from insert, :q! = quit without saving, :wq = write (i.e. save) and quit

Kibosh

Internet Security and Parental Controls.

Tales from the blog!