X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fx86%2Fbase-files%2Fetc%2Fconfig%2Fnetwork;fp=target%2Flinux%2Fx86%2Fbase-files%2Fetc%2Fconfig%2Fnetwork;h=c9953a02494b1ddf48dbe9b94b64b97bb7b64274;hp=0000000000000000000000000000000000000000;hb=e29651c3263279674b88776c8b4d960a53ad4688;hpb=a3ff55eee0cf3652b0c5824798467940c43b7312 diff --git a/target/linux/x86/base-files/etc/config/network b/target/linux/x86/base-files/etc/config/network new file mode 100644 index 0000000000..c9953a0249 --- /dev/null +++ b/target/linux/x86/base-files/etc/config/network @@ -0,0 +1,26 @@ +# 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 eth0 + option type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 + option ip6assign 60 + +config interface wan + option ifname eth1 + option proto dhcp + +config interface wan6 + option ifname eth1 + option proto dhcpv6 + +config globals globals + option ula_prefix auto