• pfSense web GUI very slow load on home page

    25
    0 Votes
    25 Posts
    21k Views
    B
    I'm very sorry for resurrecting this thread - but this thread is mostly the first hit you find if you google for something like "pfsense slow login" or "slow dashboard" and for me it initially did not help, checking my DNS-settings. after hours looking for a solution I stumbled over this reddit post - https://www.reddit.com/r/PFSENSE/comments/lmubku/comment/gtj41yl/?utm_source=share&utm_medium=web2x&context=3 disabled "firewall logs" widget - and dashboard now loads fast and login is also fast. The strange thing is, that I have another machine with a virtual pfsense installed (pretty much same hardware - cpu, ram, disk) and had the dashboard equally configured (and mostly all other settings are equal too) where this long loading issue did not happen.
  • L2TP client on top of PPPoE

    4
    0 Votes
    4 Posts
    509 Views
    stephenw10S
    It may be possible at the OS level. It could be simply the GUI input validation preventing it as unexpected. You could try creating a custom conf file for it.
  • pfSense trying to update DNS server

    2
    0 Votes
    2 Posts
    369 Views
    stephenw10S
    What's it actually sending? Do you see anything in the logs in pfSense?
  • Diagnosing a PFSense Crash Report

    26
    0 Votes
    26 Posts
    3k Views
    solisS
    @gertjan sorry for misunderstanding i was trying to say that currently its installed on dell r710 server machine device which have on board 4 nic
  • iCloud Outgoing mail server works on Lan1 but not on Lan2

    3
    0 Votes
    3 Posts
    427 Views
    R
    Problem resolved. It was a problem with the mini OS X. I checked the firewall log and nothing. I also temporarily disabled the pfblocker and no help. I did find a thread on the Apple Community board that said to go into "system preferences/internet accounts/iCloud and uncheck the mail service. Then wait a minute and re-check it. That fixed the problem so none of this was pfSense. It was all the MAC. Thanks for your suggestion and it helped point me in the correct direction.
  • dev updates vs redmine

    2
    0 Votes
    2 Posts
    471 Views
    stephenw10S
    Dev snapshots build nightly whether or not changes have gone in. There have not been any new 22.01-RC builds for a while. Steve
  • How to modify the tls on the WAN Network

    Moved
    4
    0 Votes
    4 Posts
    549 Views
    stephenw10S
    Our own guide is a little old at this point but still valid: https://www.youtube.com/watch?v=FJSHMyrd29E&t=78s https://docs.netgate.com/pfsense/en/latest/packages/haproxy.html Steve
  • Create backup using a script

    10
    0 Votes
    10 Posts
    954 Views
    stephenw10S
    No trailing slash? Standard port? Without seeing the actual file you're using we can only guess.
  • No access to the Pfsense interface

    Moved
    2
    0 Votes
    2 Posts
    338 Views
    M
    @murat-1 I found the solution. It is related with Internet Explorer Enhanced Security as below: Go to Start menu and click on the box that says Server Manager On the Server Manager’s dashboard, click on Local Server and then click on IE Enhanced Security Configuration option Turn it off for Administrator and User then enter the pfsense :)
  • Do not send host-uniq in PPPoE

    2
    0 Votes
    2 Posts
    453 Views
    stephenw10S
    I would not expect it to. Does it show it in /var/etc/mpd_wan.conf ? Assuming that's the WAN interface. Steve
  • Extremly long time between updates

    9
    0 Votes
    9 Posts
    1k Views
    ?
    @sand7000 In my case, I always test and try to exploit every 1 of the published vulnerabilities to confirm for myself that they are not applicable Until now, it has been shown to be very, very reliable.
  • NTP Server not synchronizing if localhost selected

    31
    0 Votes
    31 Posts
    4k Views
    T
    OK...I'm stopping. Apparently the pfBlocker VIP and Web Server Interface ports were "sticking" and after several changes and Force Updates I got the DNSBL Webserver ports to change to 80 and 443 on localhost and set the VIP from 10.10.10.1 to 192.168.254.254. Everything seems to be working... NTP with localhost and not WAN selected syncs, Avahi is happy (that was a red herring), and pfBlocker is working. It all seems to come down to, for some reason that I don't know, on this firewall NTP binds to the VIP because it is lower, where as on the SG-5100 NTP ignores the VIP even though it is also lower. Thank you for your patience and all of the assistance. Edit: I figured out why the SG-5100 works... It has a VPN server at 10.3.x.x, BELOW the DNSBL VIP of 10.10.10.1. Whereas the VP2410 VPN is at 10.42.x.x, ABOVE the DNSBL IP. This was the difference all along and it is the VPN IP that NTP is now syncing to on both systems.
  • Bricked? Blinked red when factory reset...

    3
    0 Votes
    3 Posts
    498 Views
    F
    @stephenw10 Thanks for clarifying. I found no mention of the red blinking anywhere, probably not looking at the right place. It was easy enough to fix with excellent help from TAC Lite support. A few fsck did the trick. I will be more careful of how I use the reset button from now on, always initiating from within pfSense when at all possible... :)
  • pfSense dropping connection every hour (XX:50)

    13
    0 Votes
    13 Posts
    1k Views
    randombitsR
    @stephenw10 Maybe spoke to soon, another test or few now a 'D' or 'F' with nothing changed. As you mentioned I think it needs a bit of fine tuning especially with the bandwidth settings
  • Change SSH shell

    7
    0 Votes
    7 Posts
    926 Views
    jimpJ
    @brundle said in Change SSH shell: OK. The admin account has the same UID and GID as root in /etc/passwd. Am I right to assume that it has the same privileges? Yes, they do, they are equivalent, but have some (necessary) differences in how they act at the OS level. The admin account is locked into the menu for its shell, root is not. The root account starts the menu at login but isn't locked to it in the same way. This is important for the console autologin process. I don't want to have to create public/private keys for the admin account to put on every system I have, instead I would like to use my regular user account and my regular private key. Once logged in I want the exact same behaviour and privileges as for the admin account. Is this possible? Only by using sudo as with any other *nix system. This isn't a special case, it works like any other BSD/Linux/whatever server. You could put your existing keys into the admin account in the GUI and just ssh into that if you like (it would work for root@ and admin@) though it is better to use your own account if you're already used to that. You still have to setup the account and keys in the GUI, though. I'm considering just copying the UID, GID and Shell fields from the admin line of /etc/passwd, but I worry that might break something. Any advise? That won't persist without editing the source to control how the accounts are generated, and is completely unnecessary.
  • 3 blinking ligths on Netgate SG-3100

    2
    0 Votes
    2 Posts
    618 Views
    stephenw10S
    That install has a file system issue but unless there is something on it you need I would just install 21.05.2 clean. Instructions for doing so are here: https://docs.netgate.com/pfsense/en/latest/solutions/sg-3100/reinstall-pfsense.html You need the specific 3100 image though so if you don't have that open a ticket to request it: https://www.netgate.com/tac-support-request Steve
  • Is pfSense vulnerable to netUSB hack?

    5
    0 Votes
    5 Posts
    788 Views
    PudantaineP
    Thanks for the reply Steven. Yes that is the hack I was referring to. Good to know it is not a concern in pfSense. Sorry for the newbie "BSD" reference.
  • Footprint of Old Box in New Box?

    7
    0 Votes
    7 Posts
    754 Views
    NollipfSenseN
    @stephenw10 said in Footprint of Old Box in New Box?: I would also remove the MAC spoofing since that is doing nothing. Okay, will do that also, thanks.
  • pfsense is in a "read-only mode"

    5
    0 Votes
    5 Posts
    1k Views
    S
    i already was thinking of the SD card... but there was a little hope ;) the new msata ssd is already ordered. and now i'm hopping the SD give its best for the next 2 weeks. these pfsense is over 4h away from my home and i have no time to go there... thanks to all
  • System dump crash on update to 2.5.2

    Moved
    7
    0 Votes
    7 Posts
    1k Views
    SoloamS
    I updated again without the traffic shaping and all is working ok! I really like the TS to manage my bandwidth! I don't see any improvement on the issues! Will this be solved? Tks
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.