Giter VIP home page Giter VIP logo

auto6to4's Introduction

[SUMMARY]

This is a shell script to turn on/off an IPv6 tunnel using the tun6to4
interface, which exchanges IPv6 packets by encapsulating them in IPv4
packets and using protocol 41 to the IPv4 anycast address 192.88.99.1

Instructions for doing this typically discuss laborious manual
configuration, tedious calculations, manipulation of various
networking configuration files, and modifications when the host moves
to a different IP address.  Meaning basically no one does it.  This
script instead sets up the tunnel completely automatically, without
monkeying with any networking configuration files.  It attempts to be
robust, for example, if the local host does not have a first-class
IPv4 address the script simply exits with a cogent warning.

However, there are some options for unusual installations.  In
particular, if you are behind a NAT but have configured the NAT to
route protocol 41 packets appropriately, you need to supply the
externally apparent IP address using the -i option.

The invocation conventions are chosen to allow the script to be
installed as /etc/init.d/auto6to4 using the standard mechanisms.

See the top of the script for additional instructions, dependencies,
and configuration information, or invoke with the --help option for
usage summary.

[CAUTION]

Unless disabled with the -r option, if radvd is installed an IPv6
subnet will be created, routed through the newly-created tunnel, and
advertised on the local network.  This should enable IPv6
automatically on other machines on the local network.  (If the host is
on more than one local network, one such network will be created,
routed, and advertised for each local network.)

If IPv6 is not working as well as IPv4, and the other machines on the
local network are configured to prefer IPv6 to IPv4 when both are
available for a particular connection (as is the unfortunate default
on most Linux and *BSD distributions), this can cause performance
problems and enormous start-up latency when local machines try to use
IPv6 to communicate with remote hosts for which both IPv4 and IPv6
addresses are available.

[FILES]

When radvd is used to advertise a subnet, the following temporary files
are generated:
 /var/run/radvd/radvd-auto.conf
 /var/run/radvd/radvd-auto.pid

[EXAMPLE]

 auto6to4 -r start
 auto6to4 stop

[AUTHOR]

Barak A. Pearlmutter

[REPORTING BUGS]

For the latest version, and to report bugs or suggest improvements,
see http://github.com/barak/auto6to4

[COPYRIGHT]

Released under the GNU GPLv2+.

auto6to4's People

Contributors

barak 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.