|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen and OpenVPN
This is really something for the openvpn mailing list as Xen doesn't really affect it.
Personally I use the push "route 10.1.0.0 255.255.255.0" command, the make sure the other domUs have the appropriate routing:
up route add -net 192.168.1.0/24 gw 10.1.0.1 down route del -net 192.168.1.0/24 gw
10.1.0.1
in /etc/network/interfaces, were 10.1.0.1 is the openvpn server host.
NAT is not really needed in a private network situation.
Nicholas
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|