====== Static IP configuration ====== ==== Temporary ==== ifconfig br-lan 192.168.0.104 route add default gw 192.168.0.1 br-lan ==== Permanently ==== Edit ''/etc/config/network'' file and change couple of lines under ''config interface lan'' option ipaddr 192.168.0.1 option netmask 255.255.255.0 ==== DNS support ==== edit ''/etc/resolv.conf'' and add: nameserver 8.8.8.8 or other, your prefered DNS server. ====== DHCP configuration ====== edit ''/etc/config/network'' file and change option proto static to option proto dhcp ====== Links ====== http://wiki.openwrt.org/doc/uci/network