Git Product home page Git Product logo

ipv6tun's Introduction

ipv6tun

IPv6 Tunnel Broker daemon for Mac OS X

Why?

Because the Internet is running out of room, we will see more and more services only available through IPv6. An IPv6 tunnel makes it possible to access the IPv6 side of the Internet when the current internet service provider doesn't come with native support (yet?). This project aims to make it easier to setup and use such tunnel on Mac OS X.

Right now, tunnels were only tested with Hurricane Electric's Tunnel Broker service, but it should work with other providers too.

FAQ

  • What kind of tunnel is this?

This project makes creates 6in4 tunnels using gif interfaces (which support is built-in OSX).

Install

In the project directory:

$ sudo make install

This copies the ipv6tun executable to /usr/local and a configuration file at /usr/local/etc/ipv6tun.conf. It also take care of registering with the system in order to keep the tunnel working in case of network change:

  • Wi-Fi toggle
  • Ethernet (un)plug
  • DHCP lease expiry
  • etc

Configuration and usage

The configuration is done with a single configuration file. Relevant information should be provided by your tunnel broker.

# In /usr/local/etc/ipv6tun.conf
ipv6_wan_address=<put_here_the_client_ipv6_address>
ipv6_default_route=<put_here_the_server_ipv6_address>
remote_ipv4_address=<put_here_the_server_ipv4_address>
tunnelbroker_update_enabled=no # Put to "yes" to enable feature
tunnelbroker_tunnel_id=000000
tunnelbroker_account_name=somebody
tunnelbroker_update_key=secret

Once configuration is done tunnel can be made up or down with respectively $ ipv6tun up or $ ipv6tun down. Tunnel status persist across reboots.

Public client address update

ipv6tun can take care of updating the client side IPv4 address of the tunnel on the provider side. This feature is optional and only supported with Hurricane Electric at the moment. Support for SixXS is being considered.

ipv6tun's People

Contributors

mdarse avatar

Watchers

YANG Xudong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.