Root/
| 1 | |
| 2 | config 'interface' 'loopback' |
| 3 | option 'ifname' 'lo' |
| 4 | option 'proto' 'static' |
| 5 | option 'ipaddr' '127.0.0.1' |
| 6 | option 'netmask' '255.0.0.0' |
| 7 | |
| 8 | config 'interface' 'cfg' |
| 9 | option 'ifname' 'usb0' |
| 10 | option 'proto' 'static' |
| 11 | option 'netmask' '255.255.255.0' |
| 12 | option 'gateway' '192.168.119.1' |
| 13 | option 'ipaddr' '192.168.119.2' |
| 14 | |
| 15 | config 'interface' 'lan' |
| 16 | option 'ifname' 'wlan0' |
| 17 | option 'proto' 'dhcp' |
| 18 | |
| 19 | #config 'interface' 'wan' |
| 20 | # option |
| 21 |
