<?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[What route to add ?]]></title><description><![CDATA[<p dir="auto">Hello there,</p>
<p dir="auto">Let's say :</p>
<ul>
<li>Machine on the main site is called A</li>
<li>Machine on the remote site is called B</li>
<li>There's an OpenVPN server on the main site</li>
<li>There's a PFSense firewall on the remote site wich connects to the main site using OpenVPN</li>
<li>A has 192.168.0.0/24 as subnet</li>
<li>B has 192.168.1.0/24 as subnet</li>
<li>PFSense has 192.168.1.1 as IP</li>
<li>OpenVPN server has 192.168.0.2 as IP</li>
<li>OpenVPN subnet is 172.27.240.0/20</li>
</ul>
<p dir="auto">For the moment, B is able to ping and transfert data to A. It's logic because B has as gateway the same machine wich connects to the main site via OpenVPN.<br />
A is unable to find, ping and transfert data to B beacause (I think) I don't mention routes to reach the other sub-network.</p>
<p dir="auto">I try to set differentes routes in A but it dosent work.</p>
<p dir="auto">What route must I set to A to able it to "see" B ?</p>
<p dir="auto">Thanks</p>
<p dir="auto">Nicolas</p>
]]></description><link>https://forum.netgate.com/topic/80680/what-route-to-add</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 17:07:50 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/80680.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Mar 2015 08:51:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What route to add ? on Fri, 06 Mar 2015 10:29:40 GMT]]></title><description><![CDATA[<p dir="auto">I thought to this idea, but it's crappy, no ?  :-\</p>
<p dir="auto">I've followed <a href="https://docs.openvpn.net/how-to-tutorialsguides/virtual-platforms/site-to-site-layer-3-routin-using-openvpn-access-server/" target="_blank" rel="noopener noreferrer nofollow ugc">this howto</a> wich fits prefectly to my needs but same problem.</p>
<p dir="auto">Site B can't access to site A.</p>
<p dir="auto">I think it's a OpenVPN server firewall/forwarding issue…</p>
<p dir="auto">Any idea ?</p>
<p dir="auto">Thanks</p>
<p dir="auto">EDIT : I precise that the OVPN server situated in the site A pings well the site B.<br />
I set as gateway on clients on site A the OVPN server.</p>
]]></description><link>https://forum.netgate.com/post/525429</link><guid isPermaLink="true">https://forum.netgate.com/post/525429</guid><dc:creator><![CDATA[nicolasfo]]></dc:creator><pubDate>Fri, 06 Mar 2015 10:29:40 GMT</pubDate></item><item><title><![CDATA[Reply to What route to add ? on Thu, 05 Mar 2015 13:56:38 GMT]]></title><description><![CDATA[<p dir="auto">You may run an additional OVPN server on site A listening on another port for site to site. Why not?</p>
<p dir="auto">I have 4 servers running on one machine.</p>
]]></description><link>https://forum.netgate.com/post/525186</link><guid isPermaLink="true">https://forum.netgate.com/post/525186</guid><dc:creator><![CDATA[viragomann]]></dc:creator><pubDate>Thu, 05 Mar 2015 13:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to What route to add ? on Thu, 05 Mar 2015 12:46:47 GMT]]></title><description><![CDATA[<p dir="auto">You're right, it would be better, unfortunately, I can't install a PFsense machine in the subnet A (the main site).  :'(</p>
<p dir="auto">You wrote :</p>
<blockquote>
<p dir="auto">If you want to do it with an access server anyway you have to add an interface for OVPN, add a gateway to this interface with the OVPN servers IP and then add a static route to site Bs subnet over it.<br />
Furhter rules on the new VPN interface will be necessary to allow access.</p>
</blockquote>
<p dir="auto">Must I do this on PFSense firewall ?</p>
<p dir="auto">I read <a href="http://openvpn.net/index.php/open-source/documentation/howto.html#scope" target="_blank" rel="noopener noreferrer nofollow ugc">this FAQ</a> part <em>Including multiple machines on the client side when using a routed VPN (dev tun)</em>.</p>
<p dir="auto">I think it's what I need but it dosen't work. Do you confirm ?</p>
<p dir="auto">Thanks</p>
<p dir="auto">Nicolas</p>
]]></description><link>https://forum.netgate.com/post/525165</link><guid isPermaLink="true">https://forum.netgate.com/post/525165</guid><dc:creator><![CDATA[nicolasfo]]></dc:creator><pubDate>Thu, 05 Mar 2015 12:46:47 GMT</pubDate></item><item><title><![CDATA[Reply to What route to add ? on Wed, 04 Mar 2015 15:19:52 GMT]]></title><description><![CDATA[<p dir="auto">I would recommend to set up an additional distinct server for site to site. It's much easier to configure and to match your goal.</p>
<p dir="auto">If you want to do it with an access server anyway you have to add an interface for OVPN, add a gateway to this interface with the OVPN servers IP and then add a static route to site Bs subnet over it.<br />
Furhter rules on the new VPN interface will be necessary to allow access.</p>
]]></description><link>https://forum.netgate.com/post/524918</link><guid isPermaLink="true">https://forum.netgate.com/post/524918</guid><dc:creator><![CDATA[viragomann]]></dc:creator><pubDate>Wed, 04 Mar 2015 15:19:52 GMT</pubDate></item><item><title><![CDATA[Reply to What route to add ? on Wed, 04 Mar 2015 13:27:14 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">The OpenVPN server is an Access Server. I use it to connect remote colleagues.</p>
<p dir="auto">I don't know if I was clear  :( :</p>
<p dir="auto">I can acces to site A (main site hosting OpenVPN server) from site B (external site hosting PFSense firewall).<br />
I can't access to site B (external site hosting PFSense firewall) from site A (main site hosting OpenVPN server)</p>
<p dir="auto">PFsense client can access to the server subnet. Server subnet can't access to the client subnet</p>
<p dir="auto">Thanks</p>
<p dir="auto">Nicolas</p>
]]></description><link>https://forum.netgate.com/post/524884</link><guid isPermaLink="true">https://forum.netgate.com/post/524884</guid><dc:creator><![CDATA[nicolasfo]]></dc:creator><pubDate>Wed, 04 Mar 2015 13:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to What route to add ? on Wed, 04 Mar 2015 13:00:46 GMT]]></title><description><![CDATA[<p dir="auto">Is the server set up to "Peer to Peer" mode? If so you have to enter your sites B subnet(s) you want to access from A in the "IPv4 Remote Network/s" field on server configuration tab.<br />
Furthermore, you need a rule at Bs OpenVPN client interface to allow access from A.</p>
]]></description><link>https://forum.netgate.com/post/524877</link><guid isPermaLink="true">https://forum.netgate.com/post/524877</guid><dc:creator><![CDATA[viragomann]]></dc:creator><pubDate>Wed, 04 Mar 2015 13:00:46 GMT</pubDate></item></channel></rss>