• Netgate 7100 1U isn't registering the WAN automatically

    7
    0 Votes
    7 Posts
    839 Views
    T
    @stephenw10 After slapping Unbound a couple times everything started working! I've upgraded my modem too after having the firewall functional and it's still going strong. Thanks for the help!
  • pfSense won't get IP from Frontier Fiber.

    43
    0 Votes
    43 Posts
    9k Views
    S
    @stephenw10 I'm up and running on my Protectli FW4C with 2.5G NICs using the latest dev version. Speedtest is showing 1200Mbps down and 1600Mbps up on my 2G service. Will try out disabling the VLAN filtering on the FW4B tomorrow. Thanks!
  • Bridging help

    3
    0 Votes
    3 Posts
    409 Views
    stephenw10S
    In a stiuation like this you probably want LAN to be assigned as the bridge interface itself, bridge0. Then all the other ports you want added to that bridge. Otherwise if you disconnect the LAN port the DHCP server on it will stop since it sees the interface as down. It sounds like that might be what happened. You will want to have access to the firewall via some other interface while you set that up because it's very easy to lock yourself out. Ask me how I know. You probably want to the bridge filtering sysctls set to move filtering onto the bridge. That way you just have the LAN firewall rules to control all the traffic from clients on it. https://docs.netgate.com/pfsense/en/latest/bridges/firewall.html#bridging-and-firewalling Steve
  • Sanity check ifconfig

    7
    0 Votes
    7 Posts
    706 Views
    stephenw10S
    You may have to add the force flag or remove the existing pkg first because it's pulling from an external repo.
  • Public IPs behind the firewall - Best Practices and suggestions

    5
    0 Votes
    5 Posts
    688 Views
    M
    @dobby_ thank you very much for your reply. I will read the message carefully. Many thanks again, Mauro
  • pfSense email flood issue

    29
    0 Votes
    29 Posts
    3k Views
    ?
    @ktm I see the bug is still open, so is there any specific info from my installation I can provide to assist? Perhaps also a fresh install?
  • Upgrade computer Disk Widget /var now max'ing out.

    9
    0 Votes
    9 Posts
    761 Views
    ?
    @TAC57 I turned off RAM disk and everything looks good. I'm running mirrored SSDs so I should be good. Squid gives you the ability to use, if much is present, RAM for caching objects faster then "old days" HDDs. But you own SSDs and so the gain ist minimal. Or you got let us say 16 GB to 32 GB RAM installed, DDR5-3200 or DDR4-3200 and give some for caching it will perhaps also speed up things today also if you "spend" let us say 10 GB of it.
  • Bridge external to internal vlan

    11
    1 Votes
    11 Posts
    1k Views
    stephenw10S
    Possibly. It's not something I would normally advise doing. The traffic shaping could be problematic. The filtering to keep each customer separate will be...interesting. But it might work I can only really suggest you try it if you can test it in something. I will say that trying to run that virtualized will almost certainly fail without a bunch of additional tweaks. I would test on real hardware if you can. Steve
  • WAN DHCP - N/A IP

    13
    0 Votes
    13 Posts
    1k Views
    stephenw10S
    It would be interesting to try a much longer timeout in the dhcp settings instead, The suggested 900s for example. However I don't expect that to work since the timing difference in the logs is only ~15s. A setting of 120s would have worked if it could. Steve
  • Cannot use WAN IP inside my own network

    5
    0 Votes
    5 Posts
    627 Views
    R
    Thx! Got it to work by selecting "Pure NAT" on "NAT Reflection mode for port forwards" Although i'm not exactly sure what that means in terms of security. Will dive into that matter later on, so i know what i'm doing. ;-)
  • Slower internet behind SG 3100

    12
    0 Votes
    12 Posts
    728 Views
    stephenw10S
    Yes, you will always see some interrupt load from the NICs when traffic is passing. That's where both the loading from simply forwarding packets appears and the loading from pf itself. NIC queue / core affinity should be automatic. It's not really a huge issue in a 3100 because the mvneta NIC/driver is single queue. Steve
  • Strange behaviour for ICMP (ping) rule on WAN interface

    92
    0 Votes
    92 Posts
    19k Views
    M
    @stephenw10 thank you very much, Stephen. You really helped me to understand a lot go things. Have a great day. See you in the next topic :)
  • /mnt/resource 100% full on Azure VM

    5
    0 Votes
    5 Posts
    1k Views
    stephenw10S
    The Netgate Azure image does not have SWAP at all. And in general if pfSense is using SWAP it's probably misconfigured. Performance is dramatically reduced. If it does have swap though it's a separate disk slice that's formatted as swap. You would see it listed in geom part list Steve
  • Nord/PIA/Express VPN outbound on cetain Lans only?

    7
    0 Votes
    7 Posts
    729 Views
    stephenw10S
    Yes, important to realise that in that example 'NORD' is an internal interface and clients on that have their traffic policy routed via the 'NORD' gateway group. It's that policy routing that determines where the traffic is sent and nothing to do with outbound NAT rules. Though OBN rules are still required. Steve
  • pfSense support?

    8
    0 Votes
    8 Posts
    976 Views
    GertjanG
    @barth said in pfSense support?: My guess there's something in pfBlockerng that's preventing access. Seems Netgate should have a little talk with them! No need to guess. When you using pfBlockerng-devel => go to Firewall > pfBlockerNG > Alerts and look at the Deny and DNSBL (below) part of that page. If you added IP and/or DNSBL feeds yourself to pfBlockerng=, you should be aware that these lists could contain IPs or host names that you actually want to visit. Their IP and/or host names will get listed as blocked. You can white list them, or you can decide to remove the list/feed that you have previously activated. Contacting the list owner might help, but this would be a very slow process.
  • SG-3100 rebooting

    25
    0 Votes
    25 Posts
    2k Views
    GertjanG
    @axxxxe said in SG-3100 rebooting: 've had that OVPN server configured to listen on 443 since at least January of 2018 and until recently there was no issue. If you've set up OpenVPN using UDP, it could co exist on port 443, as the nginx GUI web server uses TCP. This : Sharing a Port with OpenVPN and a Web Server tells me that it is possible to use TCP for both a web server and OpenVPN to use port 443/TCP.
  • Pfsense no DNS sometimes

    4
    0 Votes
    4 Posts
    744 Views
    stephenw10S
    If you had query forwarding enabled then Unbound (the resolver) would have been forwarding queries to whatever servers are set in System > General Setup. That could also include your ISPs DNS servers if you have it set to allow them to override the entered servers. The OpenVPN client can also add servers too. In a setup like that the important thing is that you have DNS queries be resolved at the same location as traffic is exiting. So using the VPN providers resolvers works well. It's debatable whether it makes any difference if the VPN providers servers support TLS or not since all traffic between you and them is over the VPN anyway. With Unbound in forwarding mode it sends queries to the defined servers using the system routing table which should mean over the VPN if it's set as the default gateway. However you might find the system opens states in the WAN if the VPN is down and if those states remain up pfSense may continue to try to use them. In resolving mode you need to either set the 'Outgoing Network Interfaces' to localhost (and rely on routing to use the correct interface) or set it to the OpenVPN interface directly. There is a diagnostic file you can retrieve via the unlinked page <your firewall>/status.php We use that in support and a lot of things are redacted. You still wouldn't want to post it publicly though. Steve
  • pfSense on Synology 214+

    3
    0 Votes
    3 Posts
    743 Views
    stephenw10S
    The Synology DS214+ has an ARM CPU. The DS214 and RS214 also do. The DS214play appears to have an Atom CPU, is that what you have? It doesn't specify which one exactly but since it's 1.6GHz it's probably a D510 which is at least 64bit. That's pretty weak though especially with 1GB RAM. pfSense will run in that but throughput won't be anything special. What's the available WAN speed there? Steve
  • Errors out going up of pfsense VM when saturating LAN interface

    15
    0 Votes
    15 Posts
    1k Views
    stephenw10S
    Ah, OK do you see anything in the sysctls that looks like the same error count shown in the interface status?
  • How to start the search

    4
    0 Votes
    4 Posts
    308 Views
    stephenw10S
    I'd be looking for anything showing an interface or switch port link going up or down. Anything that shows a route changing or gateway status change. Or any sort of error message.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.