Hi,
I've set up a Linksys WTR54GL in bridged client mode using Kamikaze 7.09, but now the port forwarding I have set up on my main router isn't working for computers connected to the 54GL's LAN ports. Does anyone know why this would happen, or how to fix it?
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
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0.0"
option proto static
option ipaddr 192.168.0.254
option netmask 255.255.255.0
option gateway 192.168.0.1
option dns 192.168.0.1
#### WAN configuration
config interface wan
option ifname "eth0.1"
option proto dhcp
wireless:
config wifi-device wl0
option type broadcom
option channel 5
option disabled 0
config wifi-iface
option device wl0
option network lan
option mode sta
option ssid 'ssid removed'
option encryption 'psk'
option key 'key removed'