I was searching the web for a WAN config for my little router but all i found was about bridging the traffic. I use the 703n as an adblocker so that was not an Option wink
Dont flame me if someone already posted that. I honestly couldnt find it.

Here is what i found: http://wiki.tuna.tsinghua.edu.cn/OpenWr … %20WR-703N

make sure you got Wireless enabled before doing this. I removed the 3g Section to avoid confusion.

/etc/config/network:

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 'proto' 'static' 
     option 'ipaddr' '192.168.1.1' 
     option 'netmask' '255.255.255.0' 

config interface 'wan' 
     option 'ifname' 'eth0' 
     option '_orig_ifname' 'eth0' 
     option '_orig_bridge' 'false' 
     option 'proto' 'dhcp

(Last edited by pythoner on 17 May 2012, 12:02)