<?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[LAN –&gt; OPT1 won&#x27;t work]]></title><description><![CDATA[<p dir="auto">I cannot get something that I thought I had my head around to work, and I have it working at work where I have set up something similar, but not here at home for some reason.</p>
<p dir="auto">Setup:</p>
<p dir="auto">pfSense 1.2.3-RELEASE<br />
3 network cards, WAN, LAN, and OPT1</p>
<p dir="auto">LAN is connected to gigE switch, Ip of 192.168.100.1/24,  everything works fine, and has for over a year<br />
OPT1 I have enabled with an IP of 192.168.102.50/24<br />
DLink DI-624 set with static IP of 192.168.102.1/24, with cable going from one of the LAN ports on the DLink to the OPT1 interface</p>
<p dir="auto">Problem:</p>
<p dir="auto">I am trying to access the web setup of the DLink, from the LAN side.  I can ping 192.168.102.1 from Diagnostics –&gt;Ping, and it comes back fine.</p>
<p dir="auto">When I try to ping the DLink from my PC, I get nothing.  I have tried adding rules to the OPT1 and LAN firewall pages allowing all to all, but that does not help.</p>
<p dir="auto">I am completely stumped, and am sure it's something simple.  Any ideas?  At this point, I am not even trying to allow access by wireless clients to the WAN, because once I have the DLink set up so that I can access the web interface, I am going to turn on encryption in it, and then setup the Captive Portal on the OPT1 interface</p>
<p dir="auto">Thanks for all your help</p>
]]></description><link>https://forum.netgate.com/topic/20845/lan-opt1-won-t-work</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 12:52:34 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/20845.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Jan 2010 05:11:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to LAN –&gt; OPT1 won&#x27;t work on Sat, 23 Jan 2010 06:41:06 GMT]]></title><description><![CDATA[<p dir="auto">There is a FAQ that explains the best way to setup wifi AP.<br />
<a href="http://doc.pfsense.org/index.php/Use_an_existing_wireless_router_with_pfSense" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.pfsense.org/index.php/Use_an_existing_wireless_router_with_pfSense</a><br />
That is the best solution.</p>
<p dir="auto">Now if you are trying to access a single device from one network to the other network then you should create an alias for that device, ie 'dlink', and then firewall pass rule to pass LAN traffic to OPT1: [ * | LAN net | * | dlink | <em>] and vice verses on OPT1:</em>   . This should give any PC on the LAN side access to your dlink. Basic MANY to ONE.</p>
<pre><code>Now for MANY to MANY you wont need to set up any aliases just striaght firewall rules pointing LAN subnet to OPT1 subnet. LAN: [*|LAN net|*|OPT1 net|*], OPT1: [*|OPT1 net|*|LAN net|*]. This should allow all traffic in both directions.

and last the ONE to ONE. whereby you would create two aliases one for a 'PC' and one for 'dlink' and then create firewall pass rule to pass PC traffic to dlink: [ * | PC | * | dlink | *] and vice verses on OPT1:*   . This should allow access from your PC to your dlink ONLY and should not pass anyother traffic from LAN to OPT1.
</code></pre>
]]></description><link>https://forum.netgate.com/post/220504</link><guid isPermaLink="true">https://forum.netgate.com/post/220504</guid><dc:creator><![CDATA[shadowadepts]]></dc:creator><pubDate>Sat, 23 Jan 2010 06:41:06 GMT</pubDate></item><item><title><![CDATA[Reply to LAN –&gt; OPT1 won&#x27;t work on Thu, 21 Jan 2010 07:14:22 GMT]]></title><description><![CDATA[<p dir="auto">Ok - couple of changes to the above setup:</p>
<p dir="auto">OPT1 is now WLAN<br />
WLAN is 192.168.103.1/24<br />
DLink is 192.168.102.2/24</p>
<p dir="auto">I have followed these instructions:<br />
<a href="http://bitworking.org/news/Configuring_the_D_Link_DI_624_as_only_a_wireless_access_point" target="_blank" rel="noopener noreferrer nofollow ugc">http://bitworking.org/news/Configuring_the_D_Link_DI_624_as_only_a_wireless_access_point</a></p>
<p dir="auto">Note that when I have the DLink connected to the second ethernet port of my PC, and that ort configured in Windows as 192.168.103.1/24, I can access the web interface.  It is when it has to go across the pfSensere box that it becomes inaccesible</p>
<p dir="auto">I ran a Packet Capture, and it looks like this:</p>
<pre><code>01:05:12.077624 IP 192.168.101.254.2866 &gt; 192.168.103.2.80: tcp 0
01:05:15.041397 IP 192.168.101.254.2866 &gt; 192.168.103.2.80: tcp 0
01:05:21.080069 IP 192.168.101.254.2866 &gt; 192.168.103.2.80: tcp 0
01:05:22.077255 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 254
01:05:22.077464 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 272
01:05:22.077668 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 326
01:05:22.078204 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 318
01:05:22.078873 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 248
01:05:22.079083 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 290
01:05:22.079633 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 322
01:05:22.080337 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 268
01:05:22.080556 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 320
01:05:22.081142 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 314
01:05:22.081834 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 246
01:05:22.082057 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 289
01:05:22.082601 IP 192.168.103.2.1900 &gt; 239.255.255.250.1900: UDP, length 319
</code></pre>
<p dir="auto">I started the packet capture, went to another tab in Firefox, and the tried to aces the web interface address, which timed out, as it always has.  I have all default rules in place, and have added one on the WLAN tab, allowing any protocol,from the WLAN interface.</p>
]]></description><link>https://forum.netgate.com/post/220277</link><guid isPermaLink="true">https://forum.netgate.com/post/220277</guid><dc:creator><![CDATA[eprimetime]]></dc:creator><pubDate>Thu, 21 Jan 2010 07:14:22 GMT</pubDate></item><item><title><![CDATA[Reply to LAN –&gt; OPT1 won&#x27;t work on Thu, 21 Jan 2010 05:52:37 GMT]]></title><description><![CDATA[<p dir="auto">your DI-624 most likely doesn't have a way to specify a default gateway or you failed to specify one.</p>
<p dir="auto">Roy…</p>
]]></description><link>https://forum.netgate.com/post/220270</link><guid isPermaLink="true">https://forum.netgate.com/post/220270</guid><dc:creator><![CDATA[rpsmith]]></dc:creator><pubDate>Thu, 21 Jan 2010 05:52:37 GMT</pubDate></item></channel></rss>