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.

link|improve this question

71% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Check out OpenVPN or some IPsec implementations like Openswan.

link|improve this answer
Can you me to some article/tutorial which talks about how to solve my problem. – Bruce Jan 14 at 10:51
For IPsec: linuxhomenetworking.com/wiki/index.php/… – Stone Jan 14 at 10:53
Thanks a lot Stone! – Bruce Jan 14 at 10:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.