Penguin
Annotated edit history of IPIP version 4, including all changes. View license author blame.
Rev Author # Line
2 StuartYeates 1 [IPIP] is a very simple method of tunneling [IP] packets over an IP connection.
1 MattBrown 2
4 CraigBox 3 ! Kernel Requirements
4 You need to have ip over ip routing support compiled in or compiled as a module:
1 MattBrown 5 Networking Options -> IP Tunneling (CONFIG_NET_IPIP)
6
4 CraigBox 7 ! Userspace Requirements
2 StuartYeates 8 You will also need /sbin/ip (see iproute(8)). This usually comes in a package called iproute (eg [Debian]) or iproute2 depending on your distribution.
1 MattBrown 9
4 CraigBox 10 ! Examples
1 MattBrown 11
4 CraigBox 12 See [IPIPNotes].
2 StuartYeates 13
14 ----
15 CategoryNetworking