• Configure a second pfsense box to add 2 subnets

    9
    0 Votes
    9 Posts
    1k Views
    DerelictD

    No idea why you would have two pfSense nodes for two WANs.

    That would require the hosts know how to route to either node based on where they are trying to do.

    A much more common way to handle it is to connect both WANs to different interfaces on the outside node, create a gateway group, and policy route to it for the inside host traffic.

    https://docs.netgate.com/pfsense/en/latest/book/multiwan/index.html

    I perused this thread and cannot get a clear picture of what you are trying to do based on your descriptions.

    A proper network diagram would probably be in order since the design sounds rather unconventional.

  • LAN2 Cannot Connect to main LAN

    28
    0 Votes
    28 Posts
    3k Views
    I

    Yes, that's what I get with the /25 setting. Thanks again.

  • [RESOLVED] 2 Lan = Lan + Svr. Svr have no Internet ...(?)

    4
    0 Votes
    4 Posts
    321 Views
    K

    Ok I get by myself, I just forget this :

    Annotation 2019-04-04 135646.png

    Et voila !

  • odd issue with Vlan?

    8
    0 Votes
    8 Posts
    836 Views
    M

    If i understood correctly is to create a host overide

    but host overide to put host mail and ip to return the WAN ip?

    Note quite. You want to configure a host override for mail.mydomain.com and point it at the internal IP of your mail server (i.e. 192.168.3.150). Right now, your clients are trying to connect to mail.mydomain.com, which is resolving to a public IP, then being routed accordingly out your WAN and relying on NAT reflection to redirect the traffic back thru the firewall. Once the host override is configured, when your clients initiate a connection to mail.mydomain.com, the DNS query will get resolved locally to 192.168.3.150 and then traffic will get sent to the mail server directly vs. being routed out the WAN interface.

    At this point, two things will now happen more efficiently:

    DNS queries for mail.mydomain.com will be resolved locally by PFsense instead of being forwarded to a server on the internet for resolution.

    When clients initiate connections to your mail server, the traffic will be sent directly to the mail server instead of relying on a "hack" that loops traffic through the firewall after it hits the WAN interface.

    then create an explict firewall rule? to allow all guest VLAN to access 192.168.3.150?

    Almost, but even more explicit. You don't want to allow all guest VLAN traffic access to 192.168.3.150... you only want to allow traffic sourced from the guest VLAN and destined to 192.168.3.150 using email ports.

  • Unable to get VLAN working

    3
    0 Votes
    3 Posts
    777 Views
    ?

    Finally got this solved! Previous admin never documented anything so I was just stumbling around. There's a layer 3 switch doing VLAN routing (originally it was just passing the routing off to the old router). So I reconfigured the layer 3 switch to handle the VLANs, pfSense just handles everything out to the internet. So we're all good!

  • VLAN with multiple routers

    8
    0 Votes
    8 Posts
    1k Views
    A

    First off, thank you for you help. Been going nuts trying to figure all this out, but i think I finally got it working (all systems are getting IPs in the correct subnet for their VLAN from pfSense). Now to see if I have a basic understanding:

    Untagged: So by listing eth2 as untagged in VLAN 10

    Untaggedd traffic going IN eth2 is added to VLAN 10 (this is because PVID on eth2 is set to 10)

    Traffic going OUT eth2 has tags stripped because eth2 is untagged (we are saying that the device connected to eth2 does not expect tags)

    Tagged: This is the one that confuses me. Basically when traffic enters on eth1, the switch checks for what VLANs eth1 is a "tagged" member of. If the traffic has a VLAN ID that matches a VLAN eth1 is tagged in, the traffic is allowed to pass. If the traffic has no tag or has a tag with a VLAN ID that doesn't match a VLAN eth1 is a tagged member of, then the traffic is dropped. Any traffic exiting eth1 keeps its pre-existing tag or is tagged with the PVID if no tag exists.

    So my device can send untagged traffic to eth2, have it tagged as VLAN 10, and then sent out eth1 to pfSense. In order to get any traffic back from pfSense tagged as VLAN 10, I must have eth1 as a "tagged" member of VLAN 10.

    This all sound correct?

  • Can't get traffic from VLAN to internet

    3
    0 Votes
    3 Posts
    303 Views
    G

    Verify there is an outbound NAT in place (and configured correctly) for traffic sourced from VLAN 60 on the VPN interface

    This was the problem. Thank you so much. I feel a little stupid right about now ;-)

  • Unable to create LAGG on SG-3100

    2
    0 Votes
    2 Posts
    322 Views
    GrimsonG

    https://www.youtube.com/watch?v=NgRy14rYhV8
    https://forum.netgate.com/topic/138167/sg-3100-lagg

  • Struggling to get VLANs working properly

    9
    0 Votes
    9 Posts
    1k Views
    ?

    I got this figured out finally. I'm working on this from about 700 miles away so I was lacking some crucial documentation which I got when I asked for some pictures of the network rack. There's a managed Cisco SG300 switch that connects the pfSense firewalls which has never been configured. I thought I was going crazy when sh cdp neighbor was only showing a single MAC and not two firewalls. I had assumed both firewalls were plugged directly into the Catalyst 2960 which had a left over port description that wasn't updated.

    Thanks all - we are good!

  • Transfers from Synology on OPT interface to LAN interface timeout

    1
    0 Votes
    1 Posts
    258 Views
    No one has replied
  • 0 Votes
    2 Posts
    196 Views
    RicoR

    https://www.netgate.com/resources/videos/configuring-netgate-appliance-integrated-switches-on-pfsense-244.html
    Enjoy ☺

    -Rico

  • UPnP Problem in VLAN

    2
    0 Votes
    2 Posts
    448 Views
    DerelictD

    UPnP has no idea whether it is on a VLAN or not.

  • 0 Votes
    17 Posts
    2k Views
    G

    @johnpoz
    My drawing above is the existing config. The Netgear switch is completely unused. I would be fine using that if need be for the VLAN or port 5 or 6, although from Example 1 here, which I was going to loosely follow for the VLAN tagging, it appears to me, I should be able to remove a port from VLAN 1.

    https://www.tp-link.com/us/faq-788.html

    Tim

  • Problems with transit VLAN & management interface sg300\pfSense

    2
    0 Votes
    2 Posts
    402 Views
    N

    Ok I finally was able to get the management interface to work, but in a backwards way. I added an ipv4 interface with VLAN 10 and rather than setting the IP I let it get it from DHCP. It did, and it worked fine! I then put a static IP mapping in pfSense for the MAC and forced a refresh of the management interface and now it has the IP I wanted all along. I then changed the IP over to "static" on the switch.

    My question is why did it work via DHCP, but not via just setting it up as a static mapping? The only thing I can think of is that when I add the interface manually with a static IP it is doing something weird with the default route or not updating the default route and it's trying to access the management VLAN over a different interface. Anyone seen this before?

  • Browsing nfs share in other VLAN not working.

    29
    0 Votes
    29 Posts
    4k Views
    HermanH

    @johnpoz said in Browsing nfs share in other VLAN not working.:

    @herman said in Browsing nfs share in other VLAN not working.:

    When the family is watching a movie and I start to copy large files the movie stutters or even stops. And the kids do not appreciate that :-)

    If your loading up the server, might not matter if your on another interface or not if your sucking up the I/O to a shared disk or CPU of the machine. If your on a switch you doing something between A and B doesn't effect traffic between C and D..

    Adding another interface on B, will only solve the problem of stuttering a streaming movie if the only problem was saturation of the interface.. But if your working with the same disk that the movie is streaming from... Your issue might not be network bandwidth it could be your hitting the I/O of the disk limits, or the cpu of the server streaming, etc..

    Thank you @johnpoz for the info... I wil dig in it.

  • Layer 3 Switches, but VLAN routing through pfsense

    7
    0 Votes
    7 Posts
    807 Views
    M

    You will definitely want to do a fair amount of planning and schedule an after-hours change window because there will be some downtime. You'll need to configure a transit network, configure the SVI's on your switches, if dhcp was previously coming from PFsense... you'll need to figure out where your new DHCP server is going to live, add helper addresses to each SVI, change the default gateway for all of your dhcp scopes, change the default gateway for all static devices, etc.

    There's quite a bit of work to do, but it will be worth it.

  • OpenVPN VLAN routing

    3
    0 Votes
    3 Posts
    841 Views
    M

    Everything depends on your setup. Would need more details. Post a network map. Are your VLANs terminated on PFsense or your switch?

    Post your server1.conf

    What are the IP's in the VLAN you're trying to access?

    What do the rules look like on your LAN and OpenVPN tab?

  • Unifi over OpenVPN

    2
    0 Votes
    2 Posts
    1k Views
    R

    If you want to use the DHCP server from the Main Office, you need to set a DHCP Relay address on the Branch Office with the IP(s) of the DHCP Server(s) from the Main Office.
    So the branch office will sent the DHCP request to the Main Office.

  • VLAN's not working with pfSense and HP1810-24G Switch.

    39
    0 Votes
    39 Posts
    4k Views
    DerelictD

    So set VLAN 1 on port 1 to Untagged.

  • VPN on VLAN working but disabling LAN traffic

    10
    0 Votes
    10 Posts
    1k Views
    M

    Thank you. That worked. I just created another rule above the IOTnet to any with this gateway. Then I can disable that rule as needed.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.