Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/core/network/files/eglide_ipv6 b/roles/core/network/files/eglide_ipv6
index 63360a6..3c2e65d 100644
--- a/roles/core/network/files/eglide_ipv6
+++ b/roles/core/network/files/eglide_ipv6
@@ -1,45 +1,46 @@
#!/bin/sh
# -------------------------------------------------------------
# IPv6 connectivity
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2016-06-15
# License: Trivial work, not eligible to copyright
# Source file: roles/core/network/files/eglide_ipv6
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
IFCONFIG=/sbin/ifconfig
+IP=/sbin/ip
ROUTE=/sbin/route
# -------------------------------------------------------------
# Hurricane Electric tunnel
# nasqueron-3.tunnel.tserv10.par1.ipv6.he.net
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
$IFCONFIG sit0 up
$IFCONFIG sit0 inet6 tunnel ::216.66.84.42
$IFCONFIG sit1 up
$IFCONFIG sit1 inet6 add 2001:470:1f12:896::2/64
$ROUTE -A inet6 add ::/0 dev sit1
# -------------------------------------------------------------
# Canonical IP
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
$IFCONFIG sit1 inet6 add 2001:470:1f13:896::c0de:15:11fe/64
# -------------------------------------------------------------
# Additional IP addresses
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% for n in range (1, 26) %}
-$IFCONFIG sit1 inet6 add 2001:470:1f13:896::{{ '%x' | format(n) }}/64
+$IP addr add 2001:470:1f13:896::{{ '%x' | format(n) }}/64 dev sit1 preferred_lft 0}
{% endfor %}
diff --git a/roles/shellserver/vhosts/files/vhosts.eglide b/roles/shellserver/vhosts/files/vhosts.eglide
index 6859baa..c7c0d0d 100644
--- a/roles/shellserver/vhosts/files/vhosts.eglide
+++ b/roles/shellserver/vhosts/files/vhosts.eglide
@@ -1,39 +1,51 @@
===============================================================================
Eglide's IP addresses and PTR records (ie "vhosts") list
===============================================================================
IcannNet - IPv4
---------------
212.47.244.42 eglide.org
IcannNet - IPv6
---------------
2001:470:1f12:896::2 nasqueron-3-pt.tunnel.tserv10.par1.ipv6.he.net
2001:470:1f13:896:0:c0de:15:11fe eglide.org
2001:470:1f13:896::1 devil.vs.evils.in
2001:470:1f13:896::2 Devil-Rules.evils.in
2001:470:1f13:896::3 red-devil-black.evils.in
2001:470:1f13:896::4
2001:470:1f13:896::5
2001:470:1f13:896::6
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
2001:470:1f13:896::13 Admin.evils.in
2001:470:1f13:896::14 A-BAD.evils.in
2001:470:1f13:896::15
2001:470:1f13:896::16 sombre.du.cote.obscur.de.la.force.et.viens.dansmon.club
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.
You only need to create a AAAA DNS record from your vhost to one 1f13 IP
and notify dereckson or fill a task, they'll then create the PTR record.
===============================================================================

File Metadata

Mime Type
text/x-diff
Expires
Sat, Nov 29, 03:35 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3210398
Default Alt Text
(4 KB)

Event Timeline