Networking issues with WNR3500L
- by ageis23
When I try connecting to my wireless network it attempts to connect then gives up.
There's something strange going on with the mac's. The eternet switch and all the vlan interfaces have a mac 00:FF:FF:FF:FF:FF.
config 'switch' 'eth0'
option 'vlan0' '2 3 4 8*'
option 'vlan1' '0 8'
option 'vlan2' '1 8'
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'type' 'bridge'
option 'ifname' 'eth0.1'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'ipaddr' '192.168.2.1'
option 'ip6addr' ''
option 'gateway' '192.168.1.253'
option 'ip6gw' ''
option 'dns' ''
config 'interface' 'wan'
option 'ifname' 'eth0'
option 'proto' 'dhcp'
option 'ipaddr' '192.168.1.8'
option 'ip6addr' ''
option 'netmask' '255.255.255.0'
option 'gateway' '192.168.1.253'
option 'ip6gw' ''
option 'dns' '192.168.1.253'
config 'interface' 'dmz'
option 'ifname' 'eth0.2'
option 'proto' 'static'
option 'ipaddr' '192.168.0.1'
option 'netmask' '255.255.255.0'
Any help on this will be greatly appreciated! When I try setting the mac using macaddr it does nothing. It works perfectly fine when I turn the authentication off.