#Configuration of LAN interface: config interface 'lan' option type 'bridge' option ifname 'eth0' option proto 'static' option ipaddr '192.168.200.1' option netmask '255.255.255.0' option ip6assign '60' #Configuration of WAN interface: config interface 'wan' option ifname 'eth1' # option proto 'dhcp' option proto 'static' option ipaddr '10.0.0.2' option netmask '255.255.255.0' #Configuration of the static route : config route option interface 'wan' option target '192.168.100.0' option netmask '255.255.255.0' option gateway '10.0.0.1'