Penguin
Annotated edit history of IPIP version 4 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 MattBrown 1 [IPIP] is a very simple method of tunneling [IP] packets over an IP connection.
2
3 ! Kernel Requirements
4 You need to have ip over ip routing support compiled in or compiled as a module:
5 Networking Options -> IP Tunneling (CONFIG_NET_IPIP)
6
7 ! Userspace Requirements
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.
9
4 CraigBox 10 ! Examples
1 MattBrown 11
4 CraigBox 12 See [IPIPNotes].
2 StuartYeates 13
14 ----
15 CategoryNetworking