• Pfsense using for ISP

    3
    0 Votes
    3 Posts
    482 Views
    stephenw10S
    A diagram showing what you want to do would help a lot here. Steve
  • how to block clients that are using VPN or like browsec tunnel

    2
    0 Votes
    2 Posts
    338 Views
    stephenw10S
    It depends how restrictive you want to get. It can be difficult to impossible to completely eliminate that though. You can block all traffic except ports 80, 443 and 53. The Squid rules will redirect 80 and 443 to itself and you can add a port forward to to redirect all DNS to Unbound. You will break many things though and get a lot of complaints! Steve
  • 0 Votes
    16 Posts
    2k Views
    K
    I managed to make 2.2.6 detect my Realtek NIC by patching the driver. But just now realized that the PPTP feature on the pfSense is only for setting itself as a VPN server. Opposite of what I wanted
  • Suricata causing unbound to crash

    4
    0 Votes
    4 Posts
    538 Views
    stephenw10S
    Ah, then you should update unbound: pkg upgrade unbound It will pull in a new strongswan version with that. Or try a 2.4.5 dev snapshot which contains that. Steve
  • Continuous packet capturing and storing

    3
    0 Votes
    3 Posts
    837 Views
    JKnottJ
    Well, there's Packet Capture, built into pfSense, that can capture all the traffic on a pfSense interface. However, you'd have to manually start & stop it and then download the capture file. If an interface on another device, you'd also need a managed switch, configured to port mirror.
  • Internet Outage

    5
    0 Votes
    5 Posts
    612 Views
    T
    The Gateway logs does not show any logs during today's outage and also we were are not able to connect out from the firewall during the outage period. Thanks Tanner
  • Adding a new subnet to server almost stops file transfers - why?

    35
    0 Votes
    35 Posts
    3k Views
    M
    Exactly! If the cat catches mice, then who cares what it looks like!
  • Auto configuration backup shows no backups

    14
    0 Votes
    14 Posts
    2k Views
    E
    @steve_b okay, I'm seeing inconsistent behavior here and I haven't been able to pin down why. router 1 (the originally not working one): While looking for the debug logs, I noticed that the log entries for success had disappeared. I traced this to a check for boot completion that was failing, preventing the backup from starting (this is a different issue. I also don't know why the boot is no longer finishing). I manually deleted the booting file so that the backup would run, and it started working. I then walked back the firewall and DNS config (and the debugging stuff that I had added in acb.php) that I had done before to try to get it to fail again, and it would not fail. So, I don't know what changed to make it work. router 2 (the originally working one): This one started exhibiting the behavior seen before on router 1 (backups report success in web ui, but they are not occurring). This one does have a backupdebug.txt indicating a timeout on the save. I can still ping and curl acb.netgate.com.
  • only some nics reporting as up but all are detected

    3
    0 Votes
    3 Posts
    226 Views
    M
    Thanks for the hint. I think I got the issue resolved. I was trying to use the console to figure out which nic was active so I can assign my lan/wan to the nics i wanted. I was doing this by using option 1 (assign interfaces) and seeing which nic was showing as up in order to assign things before logging in for the first time. After going into Interfaces > assignments and adding the extra 4 nics and then clicking on each one and selecting enable, pfsense now seems to be detecting the interfaces as up.
  • 0 Votes
    13 Posts
    3k Views
    stephenw10S
    I believed the maximum throughput was 42MBps for PPP lining up with HSDPA but I recently saw a report of >60Mbps so I guess it's possible if your carrier and hardware support it. I've personally seen ~32Mbps using a Sierra m.2 modem and PPP. Steve
  • It's will re-setup all network when I change network card.

    7
    0 Votes
    7 Posts
    630 Views
    stephenw10S
    What card are you taking out? What are you replacing it with? pfSense configures the network again interfaces detected by the OS at boot: em0 em1 igb0 re0 etc. The name given to it depends on the driver it uses and the order it is detected in. If you had those 4 NICs above and you removed igb0 and replaced it with another igb card then you would likely not have to change anything. The new card would also be named igb0 and the config would match it. If you replaced it with a different card, say a Broadcom card using the bge driver, then pfSense would stop part way through the boot and ask you to assign the interfaces because igb0 referenced in the config no longer exists. You would just assign the NICs at the console to the same interfaces and it will boot up with all the same settings as before. It gets more complex if you replaced igb0 with another em card because that new card might be detected it a different order so that while you would not have em0 em1 and em3 the new card could potentially be any of them. You can still assign it at the console in the same way but if you find things don't work as expected after booting you might need to re-assign the cards in a new order or swap the physical network connections. Steve
  • arp mac address is using my IP address 172.16.h.h on vmx4

    10
    0 Votes
    10 Posts
    1k Views
    stephenw10S
    Hmm, no. Very odd. Glad you found it though. Might help someone else hitting that. Steve
  • Does dynamic DNS for Cloudflare not support subdomains?

    2
    0 Votes
    2 Posts
    849 Views
    jimpJ
    Looks like you cross-posted here as well as Reddit, but I responded over there. For the benefit of others who may come across this: It's fixed in the most recent version of the OpenVPN Client Export package. It now forms the correct FQDN for Cloudflare hostnames when exporting.
  • Send Email when Ping Fails but Email is Empty

    shell script script tag &&
    2
    0 Votes
    2 Posts
    730 Views
    stephenw10S
    Usually when you see that it's because you're using a bash script and pfSense does not use bash. Some commands do not work. Though here it looks like it's trying to run { as a command. Steve
  • Auto configuration backup shows no backups - us too

    10
    0 Votes
    10 Posts
    1k Views
    F
    Problem has been resolved. Since these units are MultiWan, we found that when the gateway changed, neither unit could resolve DNS internally, preventing them from reaching the ACB Servers. By adding gateways in the System > General Setup > DNS Server Settings and associating different DNS servers with each gateway, we were able to restore the connection and now all is working.
  • Bridge Interface Question

    4
    0 Votes
    4 Posts
    501 Views
    stephenw10S
    Not sure what PCIe devices might allow that. I've only ever used PPP with those. Why do you want to bridge this though? If you only have one public IP I'm not sure why you would. You could use that IP on the bridge interface and be able to access pfSense that way but then there seem little point in bridging. If you use the public IP on some downstream device you wouldn't be able to access pfSense without going through that device somehow. There is also the fact that most "modems" will want to use the IP themselves and run in router mode. Steve
  • [SOLVED] Ping from PFsense Shell Cron through IPSec Tunnel

    3
    0 Votes
    3 Posts
    1k Views
    X
    Thank you so much for your insight you were correct, once I added the -S option for source address it worked :-) ping -S x.x.y.y x.x.z.z
  • PHP Errors:

    5
    0 Votes
    5 Posts
    1k Views
    J
    Thank you.
  • WAN link keeps disconnecting after a few hours

    3
    0 Votes
    3 Posts
    883 Views
    D
    Thank you! I have just updated the driver with the one you mentioned and I did some iperf tests and it looks like it's stable. Cheers!
  • pfSense Between Modem and Full Router

    3
    0 Votes
    3 Posts
    647 Views
    stephenw10S
    It should work like that as long as the settings have been applied correctly and there are no conflicting subnets. However you will be (at least) double NATing which just makes things hard if you ever have to configure port forwards etc. If you connect the pfSense console does that have a real WAN IP? Can you ping out from there? You might have to spoof the MAC address on the WAN if your ISP requires that. Steve
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.