Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F49507211
dwellers_ipv6.sh.jinja
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
dwellers_ipv6.sh.jinja
View Options
#!/bin/sh
# -------------------------------------------------------------
# IPv6 connectivity
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-10-20
# License: Trivial work, not eligible to copyright
# Source file: roles/core/network/files/dwellers_ipv6.sh.jinja
# -------------------------------------------------------------
#
# <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>
IP=/sbin/ip
# -------------------------------------------------------------
# Hurricane Electric tunnel
# nasqueron-2.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.11 ttl 255
$IP link set he-ipv6 up
$IP addr add 2001:470:1f12:ce7::2/64 dev he-ipv6
$IP route change ::/0 dev he-ipv6
# -------------------------------------------------------------
# Canonical IP
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
$IP addr add 2001:470:1f13:ce7:ca5:cade:fab:1e/64 dev he-ipv6
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Mon, Sep 14, 16:09 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3942254
Default Alt Text
dwellers_ipv6.sh.jinja (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment