thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 6:43 pm Post subject: Tunnel |
|
|
The following steps to install and set up IPIP encapsulated tunnels on Linux.
Obtain and install a Linux v.2.0 or v.2.1 kernel
Configure the kernel for IP tunneling. Recompile. Reboot. If the kernel has been successfuly configured, then a 'cat /proc/net/dev' should show a tunl0 and tunl1 device, in additional to the usual lo and eth0 or ppp0
read /usr/src/linux/drivers/net/README.tunnel |
|