summaryrefslogtreecommitdiff
path: root/docs/configexamples/autotest/tunnelbroker/_include
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-12-30 11:22:16 +0100
committerrebortg <github@ghlr.de>2021-12-30 11:22:16 +0100
commit2098a42ad2272e3a220d3bc6587766a03a0420ce (patch)
treeecedf39ad12fe90dd959eaaaadef35aca1d196e6 /docs/configexamples/autotest/tunnelbroker/_include
parentba5db33686d01f372f6d8d7971adbbc1aec9dc06 (diff)
downloadvyos-documentation-2098a42ad2272e3a220d3bc6587766a03a0420ce.tar.gz
vyos-documentation-2098a42ad2272e3a220d3bc6587766a03a0420ce.zip
blueprint: convert tunnelbroker to autotest
Diffstat (limited to 'docs/configexamples/autotest/tunnelbroker/_include')
-rw-r--r--docs/configexamples/autotest/tunnelbroker/_include/client.conf1
-rw-r--r--docs/configexamples/autotest/tunnelbroker/_include/topology.pngbin0 -> 34614 bytes
-rw-r--r--docs/configexamples/autotest/tunnelbroker/_include/transport.conf2
-rw-r--r--docs/configexamples/autotest/tunnelbroker/_include/vyos-wan.conf1
-rw-r--r--docs/configexamples/autotest/tunnelbroker/_include/vyos-wan_tun0.conf13
5 files changed, 17 insertions, 0 deletions
diff --git a/docs/configexamples/autotest/tunnelbroker/_include/client.conf b/docs/configexamples/autotest/tunnelbroker/_include/client.conf
new file mode 100644
index 00000000..cedb1ab8
--- /dev/null
+++ b/docs/configexamples/autotest/tunnelbroker/_include/client.conf
@@ -0,0 +1 @@
+set interfaces ethernet eth1 ipv6 address autoconf \ No newline at end of file
diff --git a/docs/configexamples/autotest/tunnelbroker/_include/topology.png b/docs/configexamples/autotest/tunnelbroker/_include/topology.png
new file mode 100644
index 00000000..e70d55bc
--- /dev/null
+++ b/docs/configexamples/autotest/tunnelbroker/_include/topology.png
Binary files differ
diff --git a/docs/configexamples/autotest/tunnelbroker/_include/transport.conf b/docs/configexamples/autotest/tunnelbroker/_include/transport.conf
new file mode 100644
index 00000000..1ecebc61
--- /dev/null
+++ b/docs/configexamples/autotest/tunnelbroker/_include/transport.conf
@@ -0,0 +1,2 @@
+set interfaces ethernet eth1 address '10.0.10.254/24'
+set interfaces ethernet eth2 address '10.0.20.254/24' \ No newline at end of file
diff --git a/docs/configexamples/autotest/tunnelbroker/_include/vyos-wan.conf b/docs/configexamples/autotest/tunnelbroker/_include/vyos-wan.conf
new file mode 100644
index 00000000..86a563dc
--- /dev/null
+++ b/docs/configexamples/autotest/tunnelbroker/_include/vyos-wan.conf
@@ -0,0 +1 @@
+set interfaces ethernet eth1 address dhcp
diff --git a/docs/configexamples/autotest/tunnelbroker/_include/vyos-wan_tun0.conf b/docs/configexamples/autotest/tunnelbroker/_include/vyos-wan_tun0.conf
new file mode 100644
index 00000000..03889ffd
--- /dev/null
+++ b/docs/configexamples/autotest/tunnelbroker/_include/vyos-wan_tun0.conf
@@ -0,0 +1,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 \ No newline at end of file