I need to merge two L2 broadcast domain into single domain and I have to do this over unmanaged by me L3 IP network.

All that I could find is vtun utility for linux.

Which software&howto you can suggest?

Thank you in advance.

link|improve this question
feedback

2 Answers

Create a VPN between the two networks. Use brctl to bridge the vpn and ethernet interfaces on each side.

link|improve this answer
Found brctl in bridge-utils, will try tomorrow. – Dmitry Jan 12 at 15:46
feedback

What type of connections are you trying to merge? Is this for two directly attached networks (say a multihomed Linux box) or is this two remote networks?

You might check out L2TP (Layer 2 tunneling protocol) which is commonly used with IPSec VPNs

http://www.jacco2.dds.nl/networking/freeswan-l2tp.html

http://linuxexplore.wordpress.com/how-tos/l2tp-vpn-using-xl2tpd/

-jkm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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