|
|
Erich Titl wrote:
> Daniel
>
> Daniel L. Miller wrote:
>
>> It seems I've gotten my server-side network down - now I need some help
>> getting the client-side working.
>>
>> I have a routed VPN, and I'm trying to access the client's LAN from the
>> server. The VPN client is NOT a router or gateway for the LAN - just a
>> Windows XP workstation.
>>
>> The remote network is 10.4.1.0/24, the remote IP is 10.4.1.140.
>>
>> I have created a client-config-dir entry for the remote client, and added:
>> iroute 10.4.1.0 255.255.255.0
>>
>> In the server config, I have:
>> route 10.4.1.0 255.255.255.0
>>
>> I can ping the VPN client LAN IP (10.4.1.140) - but not the rest of the
>> remote network. What step did I miss?
>>
>
> If the remote IP is the OpenVPN Tunnel endpoint, then you have an
> address conflict, else give us more details, ascii art helps.
>
The VPN uses the 172.27.0.0/16 network. The VPN server, on tun0, is
172.27.0.1. The VPN client is 172.27.0.14.
The VPN server exists on its LAN 192.168.0.0/24 as 192.168.0.71.
The remote client has a remote LAN address of 10.4.1.140. I'm trying to
reach 10.4.1.150 through the VPN.
> Use tcpdump to follow the packet trail.
>
I have tcpdump - but I don't know how to use it. Do I run it on the
server ('cuz if I need to run on the client - I need something Windoze
compatible).
______________________
OpenVPN mailing lists
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|