Skip to content
Snippets Groups Projects
Commit 702fcc1d authored by Florian Fainelli's avatar Florian Fainelli
Browse files

add default network configuration

SVN-Revision: 15643
parent 37814545
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2009 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 eth1
option type bridge
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
config interface wan
option ifname eth0
option proto dhcp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment