UNPKG

arch-wiki-md-repo

Version:

All arch-wiki articles in markdown format, updated every two days.

17 lines (9 loc) 1.11 kB
[isatapd](http://www.saschahlusiak.de/linux/isatap.htm) is an [ISATAP](https://en.wikipedia.org/wiki/ISATAP "wikipedia:ISATAP") client. It is a daemon program to create and to maintain an ISATAP tunnel [RFC 5214](//tools.ietf.org/html/rfc5214) in Linux. ## Installation [Install](/index.php/Install "Install") the package [isatapd](https://www.archlinux.org/packages/?name=isatapd) from [official repositories](/index.php/Official_repositories "Official repositories"). ## Configuration The package add an rc.d script /etc/rc.d/isatapd to run isatapd as a system service. You need to modify it to set your router. Change the value of **ISATAPD_ROUTER** to the hostname of the router you want to use. **Note:** The default value of **ISATAPD_ROUTER** is **isatap.tsinghua.edu.cn**. It's the router provided by Tsinghua University. If you want to modify other options instead of using the default values, have a look at [the project's homepage](http://www.saschahlusiak.de/linux/isatap.htm) for further reference. ## Run Start and enable isatapd systemd [service](/index.php/Systemd#Using_units "Systemd").