macsat.com OpenWrt and ASUS WL Forum

OpenWrt (White Russian) => OpenWRT => Topic started by: openjv on June 23, 2008, 13:08:36 PM



Title: No Ip address after faulty nvram settings
Post by: openjv on June 23, 2008, 13:08:36 PM
Hi!

Yesterday i flashed my Wl-500gP with the 2.4 kernel version of White Russian and made some changes:

Code:
nvram set wlan_ifname=eth2
nvram set lan_ifname=br0
nvram set lan_ifnames="vlan0 eth2"

nvram set wan_ifname=vlan1
nvram set wan_device=eth0

nvram set vlan0hwname=et0
nvram set vlan0ports="1 2 3 4 5*"
nvram set vlan1hwname=et0
nvram set vlan1ports="0 5"

nvram set dhcp_start=100
nvram set dhcp_num=50

nvram set sdram_init=0x0009
nvram set sdram_ncdl=0

nvram commit

After those, i couldn't connect to 192.168.1.1 anymore, so I decided to reflash it. Now I'm still not able to connect to the default 192.168.1.1, although it broadcasts the usual Wlan openwrt essid "default", so I guess the system is up but I just can't connect to it, neither via ssh nor is there a ping response (no route to host).

I tried both dhcp and static ip (192.168.1.2) on my machines.


Title: Re: No Ip address after faulty nvram settings
Post by: openjv on June 23, 2008, 16:33:06 PM
Nevermind, I just installed the latest kamikaze release, where the recovery mode actually works. No more bogus nvram thanks to nvram-less configuration! ;D