mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35170 3c298f89-4303-0410-b956-a3cf2f4a3e73
28 lines
660 B
Plaintext
28 lines
660 B
Plaintext
config server default
|
|
option master wan6
|
|
list network lan
|
|
option rd server
|
|
option dhcpv6 server
|
|
option fallback_relay 'rd dhcpv6 ndp'
|
|
|
|
|
|
# Example #1: Create a relay for several networks in proxy mode
|
|
# This can be used to proxy Router Discovery, DHCPv6 and NDP.
|
|
|
|
#config server examplerelay
|
|
# option master 'wan'
|
|
# option network 'lan'
|
|
# option rd 'relay'
|
|
# option dhcpv6 'relay'
|
|
# option ndp 'relay'
|
|
|
|
|
|
# Example #2: Provide Router Discovery and stateless DHCPv6 in server mode
|
|
# This can be used as a small radvd and stateless DHCPv6-server replacement.
|
|
|
|
#config server exampleserver
|
|
# option network 'lan'
|
|
# option rd 'server'
|
|
# option dhcpv6 'server'
|
|
|