Hello All... I'm trying to make a 'IPIP Tunnel' between 2 linux-boxes
What should I study to make IPIP-Tunnel? This is my plan. [Side A] - Client eth0 : 192.168.154.1 (A-side local) eth1 : 121.131.132.32 (to Side B / real IP for ex.) ipip1 : 10.10.1.1 (tunnel IP - for eth0s of side-A and side-B) [Side B] - Server eth0 : 192.168.10.4 (B-side local) eth1 : 64.13.24.5 (going to A-side / real IP for ex.) ipip1 : 10.10.1.2 (tunnel IP - for eth0s of side-A and side-B) Regards. Andrei Kim.

