Page 1 of 1

Easiest Tunnel between 2 Lan

Posted: Sun Jan 27, 2013 10:41 am
by duxovni
hello

I have 2 RB750 at different places

1) Wan on eth1 - 1.1.1.1, Lan 192.168.1.0/24 on eth2
2) Wan on eth1 - 2.2.2.2 Lan 192.168.2.0/24 on eth2

I need, than device from 192.168.1.0 lan could ping and connect to device at 192.168.2.0 lan, on any port, and vica versa

what is the easiest solution for that? I read manuals about PPtP, Eoip, Ipip, so whats easiest? I dont need much encription

Re: Easiest Tunnel between 2 Lan

Posted: Mon Jan 28, 2013 10:29 am
by duxovni
anyone?

is Ipsec enough for that?

Re: Easiest Tunnel between 2 Lan

Posted: Mon Jan 28, 2013 12:06 pm
by infused
gre

Re: Easiest Tunnel between 2 Lan

Posted: Mon Jan 28, 2013 12:26 pm
by CelticComms
anyone?

is Ipsec enough for that?
IPSEC would also provide encryption.

To help narrow the choice decide if you want:

a) IP (Level 3) connectivity
b) Ethernet (Level 2) connectivity
c) Encryption
d) Authentication

Different features create different overheads. e.g. encryption adds overhead but if the path between the two sites is over the public internet that overhead may be necessary.

Re: Easiest Tunnel between 2 Lan

Posted: Wed Jan 30, 2013 2:32 pm
by duxovni
thanks for your reply

need ethernet connectivity

just to seed devices into different local subnets each other, to connect specific soft server on one 1.1 network to devices on 2.1 network


I`ve made IPIP, and can ping devices, but Server cant reach them :(

Re: Easiest Tunnel between 2 Lan

Posted: Thu Jan 31, 2013 1:11 pm
by duxovni
OK, just one more question.

I have IPip between two rouetrs.

From routers, I can ping the devices into other routers LAN. but cant ping from lan to lan.

what NAT or route do i miss?

from 1.1.1.1 rouetr ping goes to 192.168.2.0 network
from 2.2.2.2 rouetr ping goes to 192.168.1.0 network

but from 192.168.1.0 to 192.168.2.0 no ping, and from 2 to 1 also

would be glad if anyone can help

Re: Easiest Tunnel between 2 Lan

Posted: Sat Feb 02, 2013 11:46 pm
by reion
ipip is the easyest it doesn't use encription, and do not load cpu. I think you must add route to your lan's, because routers knows about LAN's but hosts not. Just add route to 192.168.1.0/24 gateway is ipip's interface address. You need to do it on the both routers.
Hope it will help!