Penguin

Differences between version 2 and revision by previous author of IPIP.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Thursday, March 18, 2004 5:27:45 am by StuartYeates Revert
Older page: version 1 Last edited on Thursday, March 18, 2004 12:36:51 am by MattBrown Revert
@@ -1,12 +1,12 @@
-[IPIP] is a very simple method of tunneling IP packets over an IP connection. 
+[IPIP] is a very simple method of tunneling [ IP] packets over an IP connection. 
  
 !! Kernel Requirements 
 You need to have ip over ip routing support compiled in or compiled as a module 
  Networking Options -> IP Tunneling (CONFIG_NET_IPIP) 
  
 !! Userspace Requirements 
-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. 
+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. 
  
 !! Example Network 
 There are two machines that we want to create a ip over ip link between for some reason. Lets call them Router A and Router B. These routers are both connected to the internet, you will also need a network to use on the tunnel. In the example below Router A and B have addreses in the same subnet, this is not a requirement, you can create a tunnel to a host on the other side of the internet if you want. 
  
@@ -72,7 +72,10 @@
 Both pings should succeed without problems. 
  
 !!Using your tunnel 
 * You can now use your tunnel - just pretend it's a peice of ethernet between the two computers. 
-* Remember the MTU on the tunnel will be lower than normal because of the extra IP header. 
+* Remember the [ MTU] on the tunnel will be lower than normal because of the extra IP header. 
 * You can setup routing and whatever you like over the tunnel. 
 * If you lose your route to the tunnel endpoint, the tunnel will not work either ! 
+  
+----  
+CategoryNetworking