Hi all,
I got running OpenVPN P2P mode between 2 LAN. Here's my network:

192.168.254.0/24--192.168.254.4 (OpenVPN server) <=INTERNET=> 192.168.1.31
(OpenVPN client)--192.168.1.0/24

>From client 192.168.1.31 I can ping anyhost of server LAN (192.168.254.0/24
).

>From another host of client LAN, for exemple 192.168.1.32, I tried :

ip route add 192.168.254.0/24 via 192.168.1.31
# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    100    0        0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     100    0        0 eth0
192.168.254.0   192.168.1.31    255.255.255.0   UG    0      0        0 eth0

But I can't ping to server LAN.

I used OpenVPN 2.3.8 x86_64 on CentOS 6.

Here's my server config:
============================
local 192.168.254.4
port 1194
proto udp
dev tun
mode p2p
secret server.key
ifconfig 10.100.4.1 10.100.4.2
keepalive 10 60
comp-lzo
ping-timer-rem
persist-tun
persist-key
user openvpn
group openvpn
daemon
status /var/run/openvpn-status.log
log-append  /var/log/openvpn.log
verb 3
mute 20
==============================


Here's my client config:
======================
remote my.remoteserver.com
port 1194
proto udp
dev tun
mode p2p
secret server.key
ifconfig 10.100.4.2 10.100.4.1
route 192.168.254.0 255.255.255.0
keepalive 10 60
comp-lzo
ping-timer-rem
persist-tun
persist-key
user openvpn
group openvpn
daemon
status /var/run/openvpn-status.log
log-append  /var/log/openvpn.log
verb 3
mute 20
=========================================

Howto make anyhost of client LAN can ping to anyhost of server LAN please ?
Any help will be appreciated.
Thank you in advance,

--
Vnpenguin
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to