Page MenuHomeDevCentral

D889.id2256.diff
No OneTemporary

D889.id2256.diff

diff --git a/roles/core/network/files/eglide_ipv6 b/roles/core/network/files/eglide_ipv6
--- a/roles/core/network/files/eglide_ipv6
+++ b/roles/core/network/files/eglide_ipv6
@@ -9,6 +9,7 @@
# -------------------------------------------------------------
IFCONFIG=/sbin/ifconfig
+IP=/sbin/ip
ROUTE=/sbin/route
# -------------------------------------------------------------
@@ -32,6 +33,6 @@
# Additional IP addresses
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-{% for n in range (1, 20) %}
-$IFCONFIG sit1 inet6 add 2001:470:1f13:896::{{n}}/64
+{% for n in range (1, 32) %}
+$IP addr add 2001:470:1f13:896::{{ format(n, 'x') }}/64 dev sit1 preferred_lft 0
{% endfor %}
diff --git a/roles/shellserver/vhosts/files/vhosts.eglide b/roles/shellserver/vhosts/files/vhosts.eglide
--- a/roles/shellserver/vhosts/files/vhosts.eglide
+++ b/roles/shellserver/vhosts/files/vhosts.eglide
@@ -20,6 +20,12 @@
2001:470:1f13:896::7 ipv6.us.death-knight.org
2001:470:1f13:896::8 Bunga-from-Kotamobagu.69.mu
2001:470:1f13:896::9 turn.back.cyber-crime.ml *** NOT WORKING ***
+2001:470:1f13:896::a
+2001:470:1f13:896::b
+2001:470:1f13:896::c
+2001:470:1f13:896::d
+2001:470:1f13:896::e
+2001:470:1f13:896::f
2001:470:1f13:896::10 T-R-O-J-A-N.69.mu
2001:470:1f13:896::11 r-i-x-from-Pakistan.69.mu *** PRIVATE ***
2001:470:1f13:896::12 admin.okezone.web.id
@@ -30,6 +36,12 @@
2001:470:1f13:896::17 quantum.chromodynamics.at.nasqueron.org *** PRIVATE ***
2001:470:1f13:896::18
2001:470:1f13:896::19
+2001:470:1f13:896::1a
+2001:470:1f13:896::1b
+2001:470:1f13:896::1c
+2001:470:1f13:896::1d
+2001:470:1f13:896::1e
+2001:470:1f13:896::1f
IPv6 tunnel is provided by Hurricane Electric.
We can add custom vhosts on request on 2001:470:1f13/64 space.

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 19:42 (17 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248006
Default Alt Text
D889.id2256.diff (1 KB)

Event Timeline