Page MenuHomeDevCentral

D2259.diff
No OneTemporary

D2259.diff

diff --git a/roles/core/network/files/equatower_ipv6.sh.jinja b/roles/core/network/files/equatower_ipv6.sh.jinja
--- a/roles/core/network/files/equatower_ipv6.sh.jinja
+++ b/roles/core/network/files/equatower_ipv6.sh.jinja
@@ -16,22 +16,19 @@
# and will be lost if the state is redeployed.
# </auto-generated>
-IP=/sbin/ip
-
# -------------------------------------------------------------
# Hurricane Electric tunnel
# tunnel503394.tunnel.tserv10.par1.ipv6.he.net
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-$IP tunnel del he-ipv6
-
-$IP tunnel add he-ipv6 mode sit remote 216.66.84.42 local 51.255.124.10 ttl 255
-$IP link set he-ipv6 up
-$IP addr add 2001:470:1f12:365::2/64 dev he-ipv6
-$IP route change ::/0 dev he-ipv6
+ifconfig sit0 up
+ifconfig sit0 inet6 tunnel ::216.66.84.42
+ifconfig sit1 up
+ifconfig sit1 inet6 add 2001:470:1f12:365::2/64
+route -A inet6 add ::/0 dev sit1
# -------------------------------------------------------------
# Canonical IP
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-$IP addr add 2001:470:1f13:365::50f7:ba11/64 dev he-ipv6
+ifconfig sit1 inet6 add 2001:470:1f13:365::50f7:ba11/64

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 20:52 (20 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2263202
Default Alt Text
D2259.diff (1 KB)

Event Timeline