Hello, I am exploring options to connect my "home office" with "work office". Initial quick eoip setup (also currently running) looked preaty much what I wanted, but looking at it more closely I noticed couple of particularities, like internet gateway. Because EoIP is L2, DHCP is served across the tunnel and therefore my gateway is work office - all internet traffic goes through the tunnel to work office and out. Well, I don't want that :) but I like other "domain" stuff (and also need it).
Reading about vpn tunnels a bit more I learned that tunnels can be bridged or routed. Bridged stuff behave like "L2" and routed like "L3" ...in layman words :) So, to overcome this problem I could work on firewall to drop DHCP and configure it localy on each side, but I noticed here and there that "routing" is more the way to go when connecting remote offices etc. I also like the idea that my remote office is on different network. Like work is 172.31.1.0, remote is 172.31.2.0 etc.
Because I must not forget about vpn dial-in users I am sympathizing with L2TP now.
With L2TP I also have routed or bridged (BCP) way.
With BCP I guess I end up the same or similar as EoIP, correct?
My current quick test with L2TP remote to work office:
1. remote site dials-in to work l2tp server
2. dynamic route is created
3. dynamic interface is created
3. I can ping both ends of the tunnel
4. I can ping from work office device to remote office device
5. I can't ping from remote office (winbox) to work office device (unless I use ping tool and select L2TP tunnel explicitly) (?)
6. Where is information or how do I tell routers that 172.31.1.0 is on the other end of the tunnel and vice versa for 172.31.2.0 ?
And finally, where do I fit VLANs into all this? :)
In work office I have bridge with 2 vlans (10 for PC, 20 for voip). How do I make l2tp tunnel as "trunk/uplink" to remote office?
Thank you for your valuable input on my mess above!
best regards