File: README

package info (click to toggle)
isatapd 0.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 524 kB
  • sloc: ansic: 1,324; sh: 1,074; makefile: 25
file content (26 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>