Skip to content

shlusiak/isatapd

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
man
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
isatapd
=======

This is a helper to set up an ISATAP Client tunnel in Linux. 
You need at least linux-2.6.25 for in-kernel ISATAP support.


Source available at:
http://www.saschahlusiak.de/linux/isatap.htm

Compile using:
# ./configure
# make
# make install


Simple usage example:
# isatapd --daemon --pid /var/run/isatapd.pid

Or more complex:
# isatapd --verbose --name isatap0 --mtu 1280 --interval 300 isatap-router.localdomain.tld

See isatapd(8) for details.


Sascha Hlusiak <mail@saschahlusiak.de>