• Impossible to reset states with pfctl

    6
    0 Votes
    6 Posts
    897 Views
    stephenw10S
    Hmm, the returned killed 0 states implies it's not matching any states. Sure looks likeit should though.
  • Why not same speed on LAN vs OPT (SG-1100)?

    11
    0 Votes
    11 Posts
    1k Views
    JKnottJ
    @neo4070 said in Why not same speed on LAN vs OPT (SG-1100)?: How can pfsense so quickly "detect"/negotiate it to being 100 instead of 1000? I've tested it with my network cable tester and all wires in correct place. Something is wrong with this cable. And even if I get approx 100 MBits/s now - I still want to be able to understand what is wrong with it and if I can "trust" it... Pfsense doesn't do that, the NIC does. If that's a simple continuity tester, it may show it's correctly wired, but not other issues, such as crosstalk. Anyway, it's easy enough to try another cable.
  • Worth restarting ISP modem even when in pure bridge mode

    Moved
    10
    0 Votes
    10 Posts
    951 Views
    C
    @cabledude Edit : another possibility is that the ISP modem router was stuck somehow and rebooting it once brought it back altogether .
  • OS Media

    4
    0 Votes
    4 Posts
    571 Views
    stephenw10S
    No it doesn't.
  • Need to allow access to specific corporate network IP from guest network

    16
    0 Votes
    16 Posts
    2k Views
    johnpozJ
    @colonnesel said in Need to allow access to specific corporate network IP from guest network: Rookie mistake Not sure I would say that - it does come up quite a bit around here to be honest.. Quite often users policy routing and wondering why they can not get to some other vlan, etc. I honestly have no idea why I would've thought that to be honest because it makes no sense. Huh - if you understand how the rules are evaluated, and how policy routing works then its quite clear that if you forced traffic out a gateway that can not get to where you want to go.. you wouldn't be able to get there.. To be honest I would be disappointed if I had a rule that said use this gateway, and this was first in my rules, and it didn't send traffic down that gateway even if there was another route.. If that is how it "should" work per what @stephenw10 has mentioned. That really should be CLEARLY stated that it will work that way.. Which in 10 some years using pfsense, do not recall it ever doing that with any sort of negate rules, etc. That is what can happen if the gateway your forcing traffic out is DOWN, and you have setting to not use that rule if gateway goes down, etc. But if the gateway is UP, and rule is before another rule - then it should force the traffic out the gateway. [image: 1637352599404-skiprules.jpg]
  • No Internet to LAN Devices

    lan to wan internet
    11
    0 Votes
    11 Posts
    1k Views
    stephenw10S
    Sorry, OutBound Nat. Gets tedious typing it every time!
  • Certificate Manager CRL exception

    5
    0 Votes
    5 Posts
    467 Views
    jimpJ
    It would be nicer to detect that sort of case but it's highly unusual for anything to have serials like that, since to revoke a cert in the GUI the CA has to be internal to pfSense, and it's rare for anything but pfSense to have created certificates for such a CA. So it's something we could maybe add eventually, but it's not something I'd consider a priority.
  • Single device vlan

    23
    0 Votes
    23 Posts
    2k Views
    johnpozJ
    @lewis said in Single device vlan: I still need to find a reason to use VLAN to learn about it but my setup is much nicer now thanks to the input in this post. If you put your wifi on a different network than your lan - your already doing vlans ;)
  • Here's a crash dump...

    9
    0 Votes
    9 Posts
    1k Views
    stephenw10S
    Locking completely with no crash report and unresponsive console starts to look like a hardware problem. Comparing old crash reports, and finding them all different, would confirm it if you could. Steve
  • Some hosts aren't connecting to the internet but others are

    43
    0 Votes
    43 Posts
    9k Views
    stephenw10S
    Cool. Yeah looks like an issue in VBox then somehow.
  • Speed inbound outbound mismatch

    10
    0 Votes
    10 Posts
    652 Views
    stephenw10S
    Testing either to or from the firewall itself is not a good test as uses significant CPU cycles just to run iperf. To see the real throughput of your hardware you need to test between two hosts on separate internal interfaces. The LACP LAGG is unlikely to make a significant difference. Steve
  • iperf3 server on wan, and client on lan : but how?

    17
    0 Votes
    17 Posts
    3k Views
    C
    @johnpoz said in iperf3 server on wan, and client on lan : but how?: @cabledude possible you had enabled shaping/limiting of some sort? Nope, I did look for something like that, but no traffic shaping in pfSense and none in UniFi, at least not for the VLAN my laptop is in. Will investigate some more. Thanks, Pete
  • pfSense AWS Ipsec tunnel phase 2 show 0 bytes of data

    5
    0 Votes
    5 Posts
    750 Views
    stephenw10S
    See for example: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_NAT_Instance.html#EIP_Disable_SrcDestCheck Steve
  • New to pfsense. Hardware and setup

    24
    0 Votes
    24 Posts
    2k Views
    F
    @stephenw10 said in New to pfsense. Hardware and setup: There are a lot of variables so I couldn't tell you the exact speed you'll see. Steve Ya that's a given. I know once I get it together it will be time to test, reconfigure, rinse and repeat.
  • PFsene continuously beeping when trying to re log in to Web Gui?

    17
    0 Votes
    17 Posts
    988 Views
    B
    @stephenw10 yes so when it's continuously beeping I hit the reset button on my console and it resets/reboots or whatever and then boots up normally with the boot up jingle.
  • RFC1918 Block private networks and loopback addresses

    2
    0 Votes
    2 Posts
    904 Views
    stephenw10S
    You should only usually have that checked on an external interface. You should never see traffic coming from a private IP on an interface that has a public IP. The only exception that is if you are double NATed and need to access the pfSense device from a box in the WAN subnet and that is public. Steve
  • Very basic interface question

    15
    0 Votes
    15 Posts
    1k Views
    stephenw10S
    @bugman said in Very basic interface question: When I try to assign a VLAN to a specific port in Interface Assignment I get the error: This Switch port is already in used by another interface. That setting in the main interface config does not configure the switch. Instead that is used to have the VLAN interface status reflect the port status. So for example if you have a VLAN assign as OPT1 and the switch is configured to have port 4 as an access port for that VLAN, you can set port 4 there so that OPT shows as DOWN when port 4 is disconnected. What you need to do to trunk a VLAN to a port is set that in the switch config. Like: [image: 1637192181011-screenshot-from-2021-11-17-23-36-11.png] That will make a VLAN created in LAN, mvneta1.100, available tagged on port 4. You need to be sure to set in the internal port, 5, also tagged as shown there for all VLANs you need. Steve
  • pfSense down hard after adding NIC

    12
    0 Votes
    12 Posts
    1k Views
    N
    @stephenw10 I was using GNU/Linux for 15 years. Last year i finally switched to FreeBSD as my daily driver and i never looked back. Linux kernel has become a bloated mess. And unlike modular GNU/Linux nightmare, FreeBSD is a complete operating system in every sense of the word. And i really love their strict RTFM community. And the fact that pfSense is based on FreeBSD makes me very happy.
  • Migration of Local Users To Active Directory Possible?

    5
    0 Votes
    5 Posts
    606 Views
    M
    @bmeeks Appreciate the info, I've already go things going and pretty much completed.
  • Muliple VPN configuration help

    12
    0 Votes
    12 Posts
    1k Views
    J
    @stephenw10 Thanks for your help here. I actually had created a second P2 but had created it backwards. Fixed that up and now all works. Thanks again, James
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.