1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-08 04:46:24 +03:00
openwrt-packages/nanonote-files/data/qi_lb60/files/etc/config/network
2012-04-04 18:28:32 +08:00

17 lines
371 B
Plaintext

# Copyright (C) 2006 OpenWrt.org
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname usb0
option proto static
option ipaddr 192.168.254.101
option netmask 255.255.255.0
option gateway 192.168.254.100
option dns "8.8.8.8 8.8.4.4"
option hostname BenNanoNote