• PFSense Device Unreachable After Reboot

    Moved
    2
    0 Votes
    2 Posts
    418 Views
    GertjanG
    @mrmogoboya said in PFSense Device Unreachable After Reboot: Please Help. It's a PC .... so you could look at the the screen to see what happens. We can't see that screen, so you have yo detail de problem. Billions reasons exist, I can't list them all here ;) A simple advice would be : re install, assign interfaces - and don't change anything else. pfSense will work out of the box, if the hardware is ok.
  • pfsense web and shell management questions

    9
    0 Votes
    9 Posts
    796 Views
    N
    @viragomann I was not sure but .fortiddns.com domain was not not resolving, I mean it was in DNS lookup and ping but for some strange reason pfsens did not want to use it to let me in. I tested with mikrotik ddns it let me in straightaway, went back to fortigate and swap ddns from "fortiddns.com" to "float-zone.com" also one of the 3 the fortigate you can chose from and pfsense let me in straightway too. glad i tested with the other ddns, just a bizarre error thank you for your help
  • New Netgate 1100 - Speed Test Question

    2
    0 Votes
    2 Posts
    519 Views
    ahking19A
    @rmoran the SG-1100 can not handle 1 Gbps. Take a look at the IMIX traffic speeds - https://www.netgate.com/appliances If you need gigabit down then you bought the wrong device, see this article Choosing the Right Netgate Appliance
  • Upgrading from 5100 to 6100

    10
    0 Votes
    10 Posts
    1k Views
    N
    I just want to confirm that this is absolutely same experience i had with two completely different machines. I saved the XML configuration from my Protectli box. Then i got brand new desktop machine for my friend which is going to be used as a pfSense firewall. This machine has onboard Realtek NIC and PCIx Realtek NIC. I did fresh install of pfSense on this machine and i was able to access web UI. From there, i restored XML configuration from my Protectli box. Machine rebooted, and interface configuration wizard popped up. Once configured, pfSense booted up and i was again able to access web interface again. Only this time, i was notified that the packages are downloading in the background and that i should not touch anything until its done. Keep in mind guys that Protectli box and this new desktop PC are completely different machines when it comes to hardware specs. The only thing they have in common is that they are x86 machines. Nothing else. And i was able to fully restore my Protectli configuration on it with zero issues. I just had to remove my oink ID in snort, and change web access UI access password and that was it. All packages were installed and configured exactly the same. Even interface assignment in Snort and Squid were correct. I was blown away. The way that pfSense is handling configuration files is absolutely flawless.
  • T-Mobile 5G as second WAN

    5
    0 Votes
    5 Posts
    948 Views
    S
    @converge The capability is built into pfSense. There are varying ways to set it up, routing certain traffic over one or the other, or prioritizing one over the other. Budget/estimate yourself a few hours to go through it and decide if that is worth setting it all up. :)
  • Questions about my ideal setup

    59
    0 Votes
    59 Posts
    11k Views
    W
    @bingo600 Yes a mis-type. i5-5250U, 8GB RAM and Kingston 120 GB SATA SSD. https://ark.intel.com/content/www/us/en/ark/products/84984/intel-core-i55250u-processor-3m-cache-up-to-2-70-ghz.html
  • How to set ip range on LAN same as WAN range ip

    16
    0 Votes
    16 Posts
    1k Views
    johnpozJ
    @stephenw10 that is just SAD at so many levels.
  • 0 Votes
    5 Posts
    912 Views
    Sergei_ShablovskyS
    @sergei_shablovsky said in URGENT - Restoring 2.6.0-Dev after accidentally(!) parts of pfSense deleted: Thank You for Idea, I'l try to ask USB-drive on a reception of hotel, and may be possible to download pfSense install image and make bootable pfSense USB... Problem SOLVED: successfully restored system by choose Restore from existed config when installing from local USB-drive. Only few additional .pkg added manually. (I forgot to say, that WANs are locked to NICs MACs, so at night ISP support team not able to make corrections, so I cannot able even to connect local notebook in office.) For Your smile at the end of week: In cafe near the hotel, I buy coffee and 2 x really BIG (and very tasty) apple tart. For that, one girl from café stuff give me ability to download pfSense and create bootable USB-drive on her notebook ;) So, all are happy: office working, and I go to complete my morning tasty apple tart, I have phone num of pretty girl from cafe, tied, happy and go to sleep ;)
  • How to remove CAs and Certificates?

    5
    0 Votes
    5 Posts
    683 Views
    GertjanG
    @whitetiger-it No need to be sorry, no harm is done. It's quiet ok to ask before you 'delete' something.
  • pfSense plus 21.05.2 possible Netgate Firmware Updater bug

    2
    0 Votes
    2 Posts
    267 Views
    bmeeksB
    This bug is known and being worked. Here is a link to the Redmine Issue: https://redmine.pfsense.org/issues/12487#change-57234.
  • SSH Permission Denied from only one client

    7
    0 Votes
    7 Posts
    2k Views
    J
    I turned on debugging in sshd and it looked like it wasn't able to find my keys in the authorized_keys file on the pfSense box, even though they were there. Long stupid story short, there were carriage returns in my ssh keys when I copy and pasted them over from Cygwin. I could see them in 'vi' on the pfSense box as ^M's in the authorized_keys file.... Thank you for your help @stephenw10. Hopefully this might help someone in the distant future.
  • Choosing what notifications are sent through email

    4
    0 Votes
    4 Posts
    459 Views
    provelsP
    @cprat Have you looked at the 'mailreport' package in the Package Manager?
  • Swap interfaces

    7
    0 Votes
    7 Posts
    764 Views
    stephenw10S
    Yup, backup your working config first. You can do that from the GUI though in Diag > Backup/Restore. Be aware that once you assign ue0 pfSense will require that to boot. So if you disconnect your phone without unassigning it first and then pfSense reboots for any reason you will need to access the serial console. Steve
  • LAN2 gateway can ping AP, but AP can't ping LAN2 gateway

    5
    0 Votes
    5 Posts
    595 Views
    stephenw10S
    It's common to set TCP only (the default) and that will not allow DNS which can present as you saw it. With a TCP/UDP to any rule you would expect to be able to browse though. Steve
  • Pfsense with Unifi APs Problem

    11
    0 Votes
    11 Posts
    1k Views
    B
    Yep I got it up and running and did not downgrade the FW. It turned out to be the unifi switches had the Vlans and the IP addressing still entered. So I removed the IP addressing out of the unifi switches and let the pfsense box do the address through its Vlan DHCP servers and all is good.. Thank you for the response.
  • Transparent Firewall but NO ping,dns lookup or updates

    5
    0 Votes
    5 Posts
    875 Views
    A
    I tried your steps and YES its OK!!!. Seems now I can connet to internet from webadmin panel. (Show updates and other things) Two things that i needed for help someone as newbie as me: After remember setup rules that allow to access the new bridge interface And of course assing the gateway of your subnet (My IPS router) Thank you very much for real Stephen!!!
  • 0 Votes
    5 Posts
    889 Views
    stephenw10S
    I would expect both those cards to be supported by the bxe(4) driver: https://github.com/pfsense/FreeBSD-src/blob/RELENG_2_5_2/sys/dev/bxe/bxe.c#L142 The HPE 530SFP+ also appears to be based on the Broadcom 57810S. You may need to modify the card though to get them to link at 2.5G. It sounds like you've already started looking into that. Yes, you should try the LAGG setup since it might work OK and requires no additional hardware. Your ISP probably provides some sort of business grade connection using the same fiber. I would look at what equipment they supply with that. It may be you can just get that and use it. Steve
  • Getting an Error every 15 Minutes...Ideas?

    4
    0 Votes
    4 Posts
    507 Views
    stephenw10S
    Hmm, I'm surprised about that since Limiters don't really care what the NICs are. It could have been a CPU limit trying to pass that through a Limiter I guess. Steve
  • IPMI Manual Fan Control Dell r210ii

    Moved
    1
    0 Votes
    1 Posts
    193 Views
    No one has replied
  • PPPoE bridge to another firewall

    9
    0 Votes
    9 Posts
    2k Views
    S
    @stephenw10 Very interesting, im going to read up on this some more. I did put the pfsense box on full WAN duty, its just connected to the forti with a /30 private link. Performance is great, without much tweaking I was able to get full speeds up and down, CPU usage was even at 18-19% for both tests. I might just stick to this anyway, maybe ditch my forti until I buy the 60F, id rather just deal directly with the box that holds the WAN address. I appreciate the help Steve.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.