Hi !
Today in the morning I realized that my internet connection went down. I checked that the internet diode in my WRT54GL is not flashing any more, even if I plug or replug the cable to WAN port. It was storm in the night, so probably my WAN port is damaged. The switch is still workin, wifi too, but no acces to internet. How to remap the switch in kamikaze 7.09 in WRT54GL.
Here is my original /etc/config/network
#### VLAN configuration
config switch eth0
option vlan0 '0 1 2 3 5*'
option vlan1 '4 5'#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0#### WAN configuration
config interface wan
option ifname "eth0.1"
option proto dhcp#### LAN configuration
config interface lan
option type bridge
option ifname "eth0.0"
option proto static
option ipaddr 192.168.0.1
option netmask 255.255.255.0
option dns 192.168.1.1
Can anybody tell me what I need to change in my conf. ?
(Last edited by lgolebio on 28 Jun 2008, 13:25)