Skip to content

IPv6 tunnel broker as a systemd service

Notifications You must be signed in to change notification settings

fionn/ipv6-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPv6 Tunnel

Overview

This configures an IPv6 tunnel via systemd.

Recommended for Hurricane Electric / Tunnel Broker only.

Configuration

This requires a configuration file ending in .conf under /etc/tunnelbroker/ matching the form of tunnel.conf.example.

Installation

install -m 644 -t /etc/systemd/system/ service/[email protected]
install -m 744 -Dt /etc/tunnelbroker/ tunnel.sh

Usage

Assuming the configuration file is named he.conf, start the service with systemctl start [email protected].

For hacking at the script, something like sudo bash -c "source he.conf; ./tunnel.sh up" works well after adding exports to he.conf.