1 # Copyright (C) 2006 OpenWrt.org
3 config interface loopback
6 option ipaddr 127.0.0.1
7 option netmask 255.0.0.0
13 option ipaddr 192.168.1.1
14 option netmask 255.255.255.0
17 ## Example for ATM bridging.
18 ## Useful for PPPoE or IP over ATM. Will create 'nas${unit}'
25 # option payload bridged # some ISPs need this set to 'routed'
28 # config interface wan
41 # option username "my_username"
42 # option password "my_password"