summaryrefslogtreecommitdiff
path: root/docs/configexamples/autotest/tunnelbroker/_include/vyos-wan_tun0.conf
blob: 03889ffd5c1d555e8757a4f7a10fdcb41d5f4b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set interfaces tunnel tun0 address '2001:470:6c:779::2/64' #Tunnelbroker Client IPv6 Address
set interfaces tunnel tun0 description 'HE.NET IPv6 Tunnel'
set interfaces tunnel tun0 encapsulation 'sit'
set interfaces tunnel tun0 remote '216.66.86.114' #Tunnelbroker Server IPv4 Address
set interfaces tunnel tun0 source-address '172.29.129.60' # Tunnelbroker Client IPv4 Address or if there is NAT the current WAN interface address

set protocols static route6 ::/0 interface tun0

set interface ethernet eth2 address '2001:470:6d:778::1/64' # Tunnelbroker Routed /64 prefix
set service router-advert interface eth2 name-server '2001:470:20::2'
set service router-advert interface eth2 prefix 2001:470:6d:778::/64 # Tunnelbroker Routed /64 prefix

set system name-server 2001:470:20::2 #Tunnelbroker DNS Server