<?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[Allow incoming connection to a URL based on IP address]]></title><description><![CDATA[<p dir="auto">We would like to able to filter incoming connections based on the URL.  For example<br />
http://domain.com/site1<br />
http://domain.com/site2</p>
<p dir="auto">We would like to be able to filter at the firewall so that site1 is open to anyone but site2 will only allow access for a particular ip address.  We don't want to do this at the web server.</p>
<p dir="auto">Thanks Gord.</p>
]]></description><link>https://forum.netgate.com/topic/48060/allow-incoming-connection-to-a-url-based-on-ip-address</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 04:41:50 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/48060.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Aug 2012 17:38:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Allow incoming connection to a URL based on IP address on Mon, 27 Aug 2012 19:34:35 GMT]]></title><description><![CDATA[<p dir="auto">You would need a reverse type proxy for this sort of filtering.  Firewall has no way of looking at that traffic it just sees a connection from src IP:port to dst IP:port , so you either need to change the the dest IP or the port and then you could filter on src IP.</p>
<p dir="auto">You could look at the squid3 packare or the proxy server modsecurity package - both state they can be used as reverse proxy.  This should allow you to put in such filtering.</p>
]]></description><link>https://forum.netgate.com/post/353337</link><guid isPermaLink="true">https://forum.netgate.com/post/353337</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Mon, 27 Aug 2012 19:34:35 GMT</pubDate></item></channel></rss>