Networking issues with WNR3500L

Posted by ageis23 on Super User See other posts from Super User or by ageis23
Published on 2011-01-08T13:14:33Z Indexed on 2011/01/08 13:55 UTC
Read the original article Hit count: 187

Filed under:

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.

© Super User or respective owner

Related posts about openwrt