<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Openvpn connected but vpn client can&#x27;t ping some server but all server can ping]]></title><description><![CDATA[<p dir="auto">Help me.<br />
My LAN 10.8.0.0/21. DHCP scope 10.8.4.0. pf is GW default for LAN.<br />
I'm has connected openvpn. vpnclient has Ip 10.0.8.6.<br />
I can ping PCs with IP in scope DHCP and I can browse sites intranet.<br />
But I can't ping PCs has IP static and Ip of sites intranet. However at PCs has Ip static and server sites intranet i can ping vpn client (stop firewall for server). Why??<br />
Config standard openvpn by vizards.<br />
Everybody can help me??</p>
]]></description><link>https://forum.netgate.com/topic/54154/openvpn-connected-but-vpn-client-can-t-ping-some-server-but-all-server-can-ping</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:57:39 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/54154.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Mar 2013 07:21:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Openvpn connected but vpn client can&#x27;t ping some server but all server can ping on Tue, 19 Mar 2013 18:30:10 GMT]]></title><description><![CDATA[<p dir="auto">Can you re-phrase?  I'm not following what you said.</p>
]]></description><link>https://forum.netgate.com/post/385379</link><guid isPermaLink="true">https://forum.netgate.com/post/385379</guid><dc:creator><![CDATA[marvosa]]></dc:creator><pubDate>Tue, 19 Mar 2013 18:30:10 GMT</pubDate></item><item><title><![CDATA[Reply to Openvpn connected but vpn client can&#x27;t ping some server but all server can ping on Tue, 19 Mar 2013 03:23:48 GMT]]></title><description><![CDATA[<p dir="auto">sorry because Ips do not real Ips. I setting IP LAN exactly with sunetmask 21.</p>
]]></description><link>https://forum.netgate.com/post/385201</link><guid isPermaLink="true">https://forum.netgate.com/post/385201</guid><dc:creator><![CDATA[gdalth]]></dc:creator><pubDate>Tue, 19 Mar 2013 03:23:48 GMT</pubDate></item><item><title><![CDATA[Reply to Openvpn connected but vpn client can&#x27;t ping some server but all server can ping on Mon, 18 Mar 2013 02:32:48 GMT]]></title><description><![CDATA[<p dir="auto">Looks like a subnet/routing/config issue:</p>
<p dir="auto">Your LAN is configured with 10.0.8.0/24, but you are pushing 10.8.0.0/21 to your clients.</p>
<p dir="auto">Edit your LAN subnet accordingly.</p>
]]></description><link>https://forum.netgate.com/post/384985</link><guid isPermaLink="true">https://forum.netgate.com/post/384985</guid><dc:creator><![CDATA[marvosa]]></dc:creator><pubDate>Mon, 18 Mar 2013 02:32:48 GMT</pubDate></item><item><title><![CDATA[Reply to Openvpn connected but vpn client can&#x27;t ping some server but all server can ping on Mon, 18 Mar 2013 01:08:52 GMT]]></title><description><![CDATA[<p dir="auto">To Metu69salemi</p>
<ul>
<li>trafic to vpn interface * * * * * *.</li>
<li>push route 10.8.0.0, i has ping PCs have IP from DHCP</li>
</ul>
<p dir="auto">To Marvosa<br />
Net map: Internet–-----pfsense (allow all)-------LAN (10.8.0.0/21).<br />
LAN: - IP static ex 10.8.0.1-10.8.1.254<br />
      - IP dynamic from DHCP scope 10.8.4.0 -10.8.4.254<br />
      - DNS 10.8.0.1<br />
      - GW df pfsense<br />
      - option scapoe dhcp: DNS, GW<br />
firewall allow all on interface LAN<br />
firewall allow all on interface OpenVPN<br />
from PC has IP static i can ping vpn client but from vpn client i can't ping PC has ip static, only ping PCs has IP dynamic<br />
server cf:<br />
dev ovpns1<br />
dev-type tun<br />
dev-node /dev/tun1<br />
writepid /var/run/openvpn_server1.pid<br />
#user nobody<br />
#group nobody<br />
script-security 3<br />
daemon<br />
keepalive 10 60<br />
ping-timer-rem<br />
persist-tun<br />
persist-key<br />
proto udp<br />
cipher AES-128-CBC<br />
up /usr/local/sbin/ovpn-linkup<br />
down /usr/local/sbin/ovpn-linkdown<br />
local <em>.</em>.<em>.</em><br />
tls-server<br />
server 10.0.8.0 255.255.255.0<br />
client-config-dir /var/etc/openvpn-csc<br />
username-as-common-name<br />
auth-user-pass-verify /var/etc/openvpn/server1.php via-env<br />
tls-verify /var/etc/openvpn/server1.tls-verify.php<br />
lport 1194<br />
management /var/etc/openvpn/server1.sock unix<br />
max-clients 10<br />
push "route 10.8.0.0 255.255.248.0"<br />
push "dhcp-option DOMAIN btp.com.vn"<br />
push "dhcp-option DNS 10.8.0.1"<br />
ca /var/etc/openvpn/server1.ca<br />
cert /var/etc/openvpn/server1.cert<br />
key /var/etc/openvpn/server1.key<br />
dh /etc/dh-parameters.1024<br />
tls-auth /var/etc/openvpn/server1.tls-auth 0<br />
comp-lzo<br />
persist-remote-ip<br />
float</p>
<p dir="auto">client cf<br />
dev tun<br />
persist-tun<br />
persist-key<br />
cipher AES-128-CBC<br />
tls-client<br />
client<br />
resolv-retry infinite<br />
remote <em>.</em>.<em>.</em> 1194 udp<br />
tls-remote OpenVPNsrvCert<br />
auth-user-pass<br />
ca pfSense-udp-1194-user-ca.crt<br />
cryptoapicert "SUBJ:user"<br />
tls-auth pfSense-udp-1194-user-tls.key 1<br />
comp-lzo</p>
]]></description><link>https://forum.netgate.com/post/384982</link><guid isPermaLink="true">https://forum.netgate.com/post/384982</guid><dc:creator><![CDATA[gdalth]]></dc:creator><pubDate>Mon, 18 Mar 2013 01:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to Openvpn connected but vpn client can&#x27;t ping some server but all server can ping on Sat, 16 Mar 2013 19:46:58 GMT]]></title><description><![CDATA[<p dir="auto">Post your config, firewall rules and a network map, so we can help.</p>
]]></description><link>https://forum.netgate.com/post/384885</link><guid isPermaLink="true">https://forum.netgate.com/post/384885</guid><dc:creator><![CDATA[marvosa]]></dc:creator><pubDate>Sat, 16 Mar 2013 19:46:58 GMT</pubDate></item><item><title><![CDATA[Reply to Openvpn connected but vpn client can&#x27;t ping some server but all server can ping on Thu, 14 Mar 2013 19:29:37 GMT]]></title><description><![CDATA[<p dir="auto">Few possible reasons:</p>
<ol>
<li>You haven't allowed trafic to vpn interface from your intranet-sites</li>
<li>VPN-client doesn't have route to other machines, you can use advanced setting "push route"…</li>
</ol>
]]></description><link>https://forum.netgate.com/post/384531</link><guid isPermaLink="true">https://forum.netgate.com/post/384531</guid><dc:creator><![CDATA[Metu69salemi]]></dc:creator><pubDate>Thu, 14 Mar 2013 19:29:37 GMT</pubDate></item></channel></rss>