Root/target/linux/xburst/base-files/etc/config/network

Source at commit 463d311b40715d734d9b01f4a177c271050a175e created 12 years 11 months ago.
By Xiangfu Liu, optimize for ben nanonote disable mount memcard make 192.168.254.101 as the default ip address opkg.conf keep opkg files to /root
1# Copyright (C) 2006 OpenWrt.org
2
3config interface loopback
4    option ifname lo
5    option proto static
6    option ipaddr 127.0.0.1
7    option netmask 255.0.0.0
8
9config interface lan
10    option ifname usb0
11    option proto static
12    option ipaddr 192.168.254.101
13    option netmask 255.255.255.0
14    option gateway 192.168.254.100
15    option dns 208.67.222.222
16

Archive Download this file



interactive