I have two networks separated via an openVPN link, then machines at each end connected to a central VPN HUB. How can I make the network diagram display the entire network?

Specifically (for example)

10.1.0.5/32 10.3.0.13/32 10.1.0.9/32 -> 10.1.0.0/24 10.3.0.0/32 -> 10.3.0.5/32 10.1.0.13/32 10.2.0.5/32 <---> 10.2.0.6/32 10.3.0.9/32

Similar issue if you want to display a node with a number of home workers connecting to a hub via openvpn.

The server will have an address like;
10.3.0.1/32 with a ptp link to 10.3.0.2/32
10.3.0.2/32 will have a default gw to 0.0.0.0
10.3.0.0/24 will have a default gw of 10.3.0.2

Do the the way that Zenoss builds the Google map and network map links, these /32 PtP interfaces simply won't be connected to each other. There are a couple of options to fix this on the OpenVPN side. If you're running version 2.1 or greater on both ends you can use the new "--topology subnet" option to make your existing tun interface a real subnet interface. The other option is to use a tap interface so you can set a /30 subnet mask on it.

I've done the latter in my setup because I don't have OpenVPN 2.1 on one end.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to