• Local URL's not resolving with NGINX Proxy Manager

    3
    0 Votes
    3 Posts
    3k Views
    O

    @stephenw10 Thanks! This solved my problems!

  • 4200 vpn speed

    9
    0 Votes
    9 Posts
    1k Views
    ?

    @stephenw10 makes sense, will look into all this. appreciate your help!

  • Router Recommendations

    5
    0 Votes
    5 Posts
    549 Views
    JKnottJ

    @akashphx said in Router Recommendations:

    I'm looking for 2 router recommendations. One for my home and several for my business.

    You might consider one of those mini PCs that are popular these days. I've been using the one described in my sig for about 3 years.

  • Netgate 4100 WebGui is irresponsive

    16
    0 Votes
    16 Posts
    1k Views
    A

    @Gertjan

    I run the following command via the console

    /etc/rc.php-fpm_restart

  • 0 Votes
    13 Posts
    1k Views
    stephenw10S

    Yup that^. Just be sure that your outbound NAT rule is highly targeted so it only ever matches traffic trying to reach the modem.

  • [SOLVED] Access Gateway Status from Shell

    6
    0 Votes
    6 Posts
    781 Views
    stephenw10S

    Well if we look at how dpinger is called in pfSense, for example

    /usr/local/bin/dpinger -S -r 0 -i WAN_DHCP -B 172.21.16.226 -p /var/run/dpinger_WAN_DHCP~172.21.16.226~172.21.16.1.pid -u /var/run/dpinger_WAN_DHCP~172.21.16.226~172.21.16.1.sock -C /etc/rc.gateway_alarm -d 1 -s 500 -l 2000 -t 60000 -A 1000 -D 500 -L 20 172.21.16.1

    And at the man page: https://github.com/dennypage/dpinger

    It appears the values are available on demand (-r 0) whenever it's called.

  • IPTV Smarters blocking

    Locked
    12
    0 Votes
    12 Posts
    13k Views
    S

    I had a similar problem with my IPTV service before. It kept buffering when I used it with my home network setup. The settings in my network system were messing with the streaming. You should check your Netgate and pfSense settings. Look for any limits on streaming or internet speed and see if the firewall is blocking something.

  • 0 Votes
    8 Posts
    2k Views
    stephenw10S

    @nfaheem said in Trying to Access Home Assistant from outside network:

    but recently tried to migrate to Home Asisstant and using their cloud service, I still cannot using certain services because my network blocks traffic.

    If Home Assistant has a cloud service then I wouldn't expect any of this to be necessary. Everything would be accessed via the cloud. I could be misreading that though.

  • Local HDMI console "disabled" after pfSense booted with monitor off

    8
    0 Votes
    8 Posts
    1k Views
    stephenw10S

    Create the file /boot/loader.conf.local. At the command line run: touch /boot/loader.conf.local
    You have to use the .local file so it is not overwritten by the system.

    Edit that file and add the line:

    i915kms_load=YES

    From the command line you can use the Easy Editor: ee /boot/loader.conf.local

    That will load the driver and may be sufficient. Deppending on your hardware you may also need one or all of the following lines:

    drm.i915.enable_unsupported=1 kern.vt.fb.modes.VGA-1=d kern.vt.fb.default_mode="1024x768"
  • Problems with retrieve packages.

    6
    0 Votes
    6 Posts
    895 Views
    stephenw10S

    It's seeing the 2.5 version. You should normally see that as an available upgrade on the dashboard. If that has been disabled you would need to visit System > Updates.

    But from such an old version you should consider installing 2.7.2 clean and restoring your config.

  • Native 2FA In PfSense ?

    20
    1 Votes
    20 Posts
    2k Views
    JKnottJ

    @johnpoz said in Native 2FA In PfSense ?:

    Do you recall where that was at..

    It was at a Royal Bank of Canada data centre, on Front St. W. in Toronto, over 30 years ago. That was just the first time. There have been other occasions in other data centres. I have also done some work in a prison, where it's fun getting in. No cell phone, pager, camera, pocket knife, etc. Take in only the tools you need for the job. Pass through a metal detector. Everything inventoried coming and going, including parts used & removed. Escorted by a guard and locked in the room where the work is.

    One system I worked on many years ago was called CPIC, for Canadian Police Information Centre, which was operated by the RCMP. They had Silent 700 terminals at the various police departments, which had an answer back board. That board used a diode matrix to contain the terminal ID. When replacing that board, we had to cut some more diodes to obscure the ID. Of course, if one wanted to be sneaky, one could hold the cutters one way, when installing the board and the other way, when removing it. That way you could look at the ends of the wires, to determine the original vs new diode cuts. 😉

  • Monitor custom software/package with watchdog?

    9
    0 Votes
    9 Posts
    894 Views
    Y

    @stephenw10 Will do, thanks for your help!

  • Problem with a non-existant service (Zabbix Agent)

    11
    0 Votes
    11 Posts
    2k Views
    stephenw10S

    Yeah, it's a long standing issue in pfSense that is finally addressed in 23.09. From there on you have to opt in to new releases so you cannot accidentally get the wrong packages.

  • did a dumb and cleared contents of /boot/loader.conf

    4
    0 Votes
    4 Posts
    496 Views
    tinfoilmattT

    @stephenw10 resolved before seeing this, but you are correct. thanks very much.

    for posterity, from loader prompt:

    load /boot/kernel/zfs.ko
  • mbuf cluster rising after upgrade from 2.5.2

    15
    0 Votes
    15 Posts
    1k Views
    stephenw10S

    Hmm, well I would be trying a clean 2.7.2 install at this point. I'm not aware of any known mbuf leak so we need to determine if it's the config or something broken in the install.

  • auto update

    9
    0 Votes
    9 Posts
    878 Views
    GertjanG

    @jhmc93 said in auto update:

    Where do u place your email for the notifications?

    The scripts makes use of the 'smtp' ( email 😊 ), for emails notifications from pfSense to work, you have to it set up first : here : example of a 'gmail' mail account :

    31bf6980-16b4-4847-9587-05040ef0e51f-image.png

    This is also the place where you also specify the destination mail, typically your own gmail mail account.

  • 0 Votes
    5 Posts
    956 Views
    S

    @bassplayaman re: latest, see https://docs.netgate.com/pfsense/en/latest/releases/2-7-1.html#troubleshooting

  • 0 Votes
    3 Posts
    365 Views
    JonathanLeeJ

    @stephenw10 I was poking around their website and I couldn't find information outside of what SMART is. The box says it will operate from temps ranging 0-70C

  • Pfsense dropping my connection to 30mg

    22
    0 Votes
    22 Posts
    2k Views
    J

    SO...

    End up buying new hardware. Restore backup and speeds are now good.

    Thanks so much for the help @stephenw10 !!! Really appreciate it.

  • How to use pfsense as SSH client

    4
    0 Votes
    4 Posts
    817 Views
    A

    @Gertjan Thank you, I will try your approach and report back as soon as I can

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