Root/milkymist-TLWR703/files/etc/config/network

1
2config '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
8config 'interface' 'lan'
9    option 'ifname' 'eth0'
10    option 'type' 'bridge'
11    option 'proto' 'static'
12    option 'netmask' '255.255.255.0'
13    option 'ipaddr' '192.168.42.1'
14
15

Archive Download this file



interactive