mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Adapt default network configuration for IPv6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36278 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -14,7 +14,15 @@ config interface lan
|
||||
option proto static
|
||||
option ipaddr 192.168.1.1
|
||||
option netmask 255.255.255.0
|
||||
option ip6assign 64
|
||||
|
||||
config interface wan
|
||||
option ifname eth0
|
||||
option proto dhcp
|
||||
|
||||
config interface wan6
|
||||
option ifname @wan
|
||||
option proto dhcpv6
|
||||
|
||||
config globals globals
|
||||
option ula_prefix auto
|
||||
|
||||
@@ -10,7 +10,15 @@ config interface lan
|
||||
option proto static
|
||||
option ipaddr 192.168.1.1
|
||||
option netmask 255.255.255.0
|
||||
option ip6assign 64
|
||||
|
||||
config interface wan
|
||||
option ifname eth0
|
||||
option proto dhcp
|
||||
|
||||
config interface wan6
|
||||
option ifname @wan
|
||||
option proto dhcpv6
|
||||
|
||||
config globals globals
|
||||
option ula_prefix auto
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -12,7 +12,15 @@ config interface lan
|
||||
option proto static
|
||||
option ipaddr 192.168.1.1
|
||||
option netmask 255.255.255.0
|
||||
option ip6assign 64
|
||||
|
||||
config interface wan
|
||||
option ifname eth0
|
||||
option proto dhcp
|
||||
|
||||
config interface wan6
|
||||
option ifname @wan
|
||||
option proto dhcpv6
|
||||
|
||||
config globals globals
|
||||
option ula_prefix auto
|
||||
|
||||
@@ -9,3 +9,8 @@ config interface loopback
|
||||
config interface wlan
|
||||
option ifname eth0
|
||||
option proto dhcp
|
||||
|
||||
config interface wlan6
|
||||
option ifname @wlan
|
||||
option proto dhcpv6
|
||||
option reqprefix no
|
||||
|
||||
@@ -12,7 +12,15 @@ config interface lan
|
||||
option proto static
|
||||
option ipaddr 192.168.1.1
|
||||
option netmask 255.255.255.0
|
||||
option ip6assign 64
|
||||
|
||||
config interface wan
|
||||
option ifname eth0
|
||||
option proto dhcp
|
||||
|
||||
config interface wan6
|
||||
option ifname @wan
|
||||
option proto dhcpv6
|
||||
|
||||
config globals globals
|
||||
option ula_prefix auto
|
||||
|
||||
Reference in New Issue
Block a user