X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fx86%2Fgeos%2Fbase-files%2Fetc%2Fconfig%2Fnetwork;fp=target%2Flinux%2Fx86%2Fgeos%2Fbase-files%2Fetc%2Fconfig%2Fnetwork;h=c9c12e3ce9d2f469bed31839dbc622cda372c9b2;hp=f49838318b05dd73c592db10e5e9ce6181934d96;hb=ea94d66b0fdb6a6853cd9ce8804c549fee6b553d;hpb=3e4b2af125af9d775fef7ce09820bd9199005e14 diff --git a/target/linux/x86/geos/base-files/etc/config/network b/target/linux/x86/geos/base-files/etc/config/network index f49838318b..c9c12e3ce9 100644 --- a/target/linux/x86/geos/base-files/etc/config/network +++ b/target/linux/x86/geos/base-files/etc/config/network @@ -12,6 +12,7 @@ config interface lan option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 + option ip6assign 64 config atm-bridge option unit 0 @@ -28,6 +29,14 @@ config interface wan # clone your eth0 address here # option macaddr '00:0A:FA:22:00:80' +config interface wan6 + option ifname @wan + option proto dhcpv6 + +config globals globals + option ula_prefix auto + + # 2nd interface on Geos2 #config interface wan # option proto pppoa