2

I have two hosts on a LAN. Both hosts have static IPv4 addresses.

Host1: eth0: 112.92.0.1
Host2: eth0: 112.92.0.3

I now want to create an ipip tunnel between these two hosts such that any packet sent to the tunnel interface on one host is automatically forwarded to the tunnel interface on the other host. I am working on RHL.

Bruce
  • 523
  • 2
  • 5
  • 17

1 Answers1

3

Check out OpenVPN or some IPsec implementations like Openswan.

Stone
  • 7,011
  • 1
  • 21
  • 33
  • Can you me to some article/tutorial which talks about how to solve my problem. – Bruce Jan 14 '12 at 10:51
  • For IPsec: http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch35_:_Configuring_Linux_VPNs – Stone Jan 14 '12 at 10:53
  • And for OpenVPN: http://openvpn.net/index.php/open-source/documentation/howto.html – Stone Jan 14 '12 at 10:56