|
|
On Wed, 2006-07-12 at 09:39 +0500, Shahzad Abid wrote:
> Hi All
>
> I have setup my first openvpn (Server-Client). My quesion is clients and
> server can communicate with each other, but LAN members (other computers
> behind server) can not communicate with vpn client.
If the client and server are point-to-point, you need to add a route to
your LAN in the VPN client config, For example, if 10.10.99.1 is your
P-to-P host and 10.10.99.0 is your LAN then:
route 10.10.99.0 255.255.255.0 10.10.99.1
needs to be added to your client config... also, you need to make sure
the P-to-P host will route packets from your LAN to the VPN client.
______________________
OpenVPN mailing lists
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|