fix default
This commit is contained in:
parent
f824f7e348
commit
117b47ac04
@ -26,6 +26,7 @@ except ImportError:
|
|||||||
# https://wiki.archlinux.org/index.php/IPv6_tunnel_broker_setup
|
# https://wiki.archlinux.org/index.php/IPv6_tunnel_broker_setup
|
||||||
# https://forums.he.net/index.php?topic=3153.0
|
# https://forums.he.net/index.php?topic=3153.0
|
||||||
# https://gist.github.com/pklaus/960672
|
# https://gist.github.com/pklaus/960672
|
||||||
|
# https://shorewall.org/6to4.htm#idm143
|
||||||
|
|
||||||
|
|
||||||
logfile = '/var/log/tunnelbroker_manager.log'
|
logfile = '/var/log/tunnelbroker_manager.log'
|
||||||
|
34
utils/he_ipv6/example.he_ipv6.xml
Normal file
34
utils/he_ipv6/example.he_ipv6.xml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<heIPv6 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns="https://tunnelbroker.net/"
|
||||||
|
xsi:schemaLocation="https://tunnelbroker.net/ http://schema.xml.r00t2.io/projects/he_ipv6.xsd">
|
||||||
|
<creds>
|
||||||
|
<cred id="ipv6user">
|
||||||
|
<user>ipv6user</user>
|
||||||
|
<updateKey>xXxXxXxXxXxXxXXX</updateKey>
|
||||||
|
</cred>
|
||||||
|
<cred id="anotheruser">
|
||||||
|
<user>someotheruser</user>
|
||||||
|
<updateKey>0000000000000000</updateKey>
|
||||||
|
</cred>
|
||||||
|
</creds>
|
||||||
|
<tunnels>
|
||||||
|
<tunnel id="12345" creds="ipv6user">
|
||||||
|
<server>192.0.2.1</server>
|
||||||
|
<allocs>
|
||||||
|
<alloc prefix="64">2001:DB8:1:2:</alloc>
|
||||||
|
<alloc prefix="48">2001:DB8:2::</alloc>
|
||||||
|
</allocs>
|
||||||
|
<client prefix="64">2001:DB8:3::2</client>
|
||||||
|
</tunnel>
|
||||||
|
<tunnel id="54321" creds="ipv6user">
|
||||||
|
<server>192.0.2.1</server>
|
||||||
|
<allocs>
|
||||||
|
<alloc prefix="64">2001:DB8:1:2:</alloc>
|
||||||
|
<alloc prefix="64">2001:DB8:1:2:</alloc>
|
||||||
|
<!-- <alloc prefix="48">2001:DB8:2::</alloc> -->
|
||||||
|
</allocs>
|
||||||
|
<client prefix="64">2001:DB8:3::2</client>
|
||||||
|
</tunnel>
|
||||||
|
</tunnels>
|
||||||
|
</heIPv6>
|
Loading…
Reference in New Issue
Block a user