项目作者: fionn

项目描述 :
IPv6 tunnel broker as a systemd service
高级语言: Shell
项目地址: git://github.com/fionn/ipv6-tunnel.git
创建时间: 2021-05-18T16:54:20Z
项目社区:https://github.com/fionn/ipv6-tunnel

开源协议:

下载


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

  1. install -m 644 -t /etc/systemd/system/ service/ipv6-tunnel@.service
  2. install -m 744 -Dt /etc/tunnelbroker/ tunnel.sh

Usage

Assuming the configuration file is named he.conf, start the service with systemctl start ipv6-tunnel@he.service.

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