r03r03 / isatapd

ISATAP client for Linux

Home Page:http://www.saschahlusiak.de/linux/isatap.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

ISATAP client for Linux

http://www.saschahlusiak.de/linux/isatap.htm

License:GNU General Public License v2.0


Languages

Language:C 94.9%Language:Makefile 4.9%Language:Shell 0.2%