|
|
Andrew And wrote: > I connect my clients(windows) in OpenVPN with IP 10.0.0.0, how can I > do these clients access my server in network 200.x.x.x? but these > traffic need to pass over OpenVPN. > > Now I put the route in client(windows) to 200.x.x.x, but the sniffer > show that I don´t have arp response. ARP should be used only within your local network segment, not when talking through a gateway (except for when resolving the MAC address of the gateway itself). Did you specify 10.0.0.0 (which is a VPN address, right?) as the gateway when you added the client route to 200.x? (If you used the OpenVPN route directive, that should have been done automatically). ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |