Root/target/linux/at91/flexibity/base-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' '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
15config 'interface' 'lan'
16    option 'ifname' 'wlan0'
17    option 'proto' 'dhcp'
18
19#config 'interface' 'wan'
20# option
21

Archive Download this file



interactive