How to Install isatapd in Ubuntu 18.04



Install isatapd by entering the following commands in the terminal:

sudo apt update
sudo apt install isatapd

Description:

creates and maintains an ISATAP client tunnel (RFC 5214)

isatapd creates and maintains an ISATAP client tunnel (RFC 5214) in Linux. . It uses the in-kernel ISATAP support first introduced in linux-2.6.25. It does NOT operate the tunnel or handle any IPv6 traffic, it only sets up the tunnel parameters, the Potential Router List, sends periodic router solicitations and tries to detect link changes.

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

Version: 0.9.7-4

Section: universe/net