• WAN interface address alias is not working in rules

    23
    0 Votes
    23 Posts
    2k Views
    stephenw10S
    Yes the order they are parsed/returned in determines the order they are displayed but nothing else as far as I know.
  • webConfigurator certificate expiry notification - any action required?

    8
    0 Votes
    8 Posts
    2k Views
    C
    @gertjan Makes sense. Thanks for the info/explanation. Good to know this is available should it be necessary.
  • Gateway Offline

    8
    0 Votes
    8 Posts
    1k Views
    stephenw10S
    Ok, it's incomplete so the firewall cannot connect to the gateway at all. It is not responding to ARP requests. A layer 2 failure like that usually means something basic like a cable in the wrong port or an incorrect VLAN config in the switch maybe. Steve
  • How to analyse a problem using multiple logfiles?

    6
    0 Votes
    6 Posts
    762 Views
    L
    @stephenw10 I did install GrayLog in a Jail on my TrueNas system. Lets see how that ^works^
  • 0 Votes
    29 Posts
    5k Views
    M
    I did lot of testing. Really pulled out my hairs out. TL;DR: After I let my WAN interface DHCP lease to expire I changed interface MAC address to make sure that I got another IP. With new IP everything is working as should. Really nice :)
  • /services_dyndns_edit.php: phpDynDNS: (Unknown Response)

    21
    0 Votes
    21 Posts
    3k Views
    B
    I just added this line $tmp = str_replace("utf-16", "utf-8", $data); under line $tmp = str_replace("^M", "", $data);. It's rather crude, but it works :)) edit: This could work too: $tmp = str_replace("utf-16\"?>", "utf-16\"?>\n", $data);
  • pfsense crash - firewall has encountered an error

    7
    0 Votes
    7 Posts
    999 Views
    stephenw10S
    It's possible that happened during the upgrade before the package was updated. The crash shows the dumptime as: Sun Jul 3 152927 2022. However is also shows 5 crashes and all the logged panics look to be the same. That seems unlikely to be from the upgrade. If the crash report returns that will confirm it's current, yes. Steve
  • WAN/LAN assignment

    12
    0 Votes
    12 Posts
    1k Views
    stephenw10S
    It's easy to lock yourself out during the creation of the bridge because you would usually reassign LAN and bridge. So if you are connected via the LAN you must take care. As long as you have access via some other means, such as the console, you can just roll-back. Steve
  • ACME certificate renewal requires reboot

    2
    0 Votes
    2 Posts
    491 Views
    stephenw10S
    Yes you need to set the action on the cert for whatever is using it so it starts using the new cert. Steve
  • Issues transferring to new hardware

    13
    0 Votes
    13 Posts
    1k Views
    stephenw10S
    Yup, that should work. Be interesting if it does though, with the same module. Hard to see what's different there.
  • Only getting 5% LAN network speed on Ookla from both LAN's

    8
    0 Votes
    8 Posts
    922 Views
    stephenw10S
    Mmm, there are some USB adapters that will do 2.5G under FreeBSD but.... don't expect that!
  • Thinking of spinning up my own Nextcloud. How do I protect it ?

    10
    0 Votes
    10 Posts
    1k Views
    S
    So you have couple options: • Setup any VPN on pfsense or your NAS and use it to file sharing (NextCloud) service. • Setup NextCloud through Nginx on NAS and setup correct access policies in nginx to access only to share links, and with other access to admin/sharing only from local network or VPN IPs. • Setup NextCloud on NAS and haproxy on pfsense. And do same as above but on haproxy side. Last two options are pretty complicated, and required good knowlege in nginx or haproxy configs. There are no way to limit file sharing service only on firewall/nat. If you open access to share links you automatically open access to admin panel. You must understand that almost all hacked and cryptolocked NASes on web was hacked through file sharing services that expose whole file sharing service to web. And you need limit unrestricted access only to file shares. Any links that not fall into allowed category should be dropped without any access to NextCloud server.
  • 0 Votes
    28 Posts
    8k Views
    M
    @lange-ludo Thanks, I had the same issue upgrading to 2.6.0 and this fixed it for me.
  • Where to look to find issue

    10
    0 Votes
    10 Posts
    1k Views
    F
    On last reply and this can be put to rest. using there device and setting to bridge mode only granted me a day with no notifications and no loss of internet. My guess is that recently they must have implemented something that checks for the nokia router. I only say this because while it's setup as a router and i put my pfsense box in the DMZ of the nokia router no issues whatsoever. Thanks @stephenw10 for replying
  • Bug in Monitor IP ?

    7
    0 Votes
    7 Posts
    884 Views
    R
    The only downside I have experienced with this is when you have a DNS you use tied to monitoring a WAN that is offline -- you lose use of that server.
  • DNSBL native support?

    9
    0 Votes
    9 Posts
    1k Views
    CreationGuyC
    @gertjan Thanks for your preferential answer on trying to gear me in another direction. I simply wanted to know how to do this in a technical manor. I'll research else where.
  • Starlink problem with SG2440 22.05

    38
    0 Votes
    38 Posts
    6k Views
    A
    Update! I heard back from Starlink. They were nice enough to let me know I should only have one router in my network and sent instructions on how to change DNS addresses. I reopened the ticket, explained again, and asked for it to be escalated to a higher tier support so it can be sent to hardware engineering. We will see. Adam
  • pfSense 2.6.0 High latency and packet loss.

    38
    0 Votes
    38 Posts
    7k Views
    stephenw10S
    Ah, then you will hit this: https://redmine.pfsense.org/issues/12954 It's fixed in 2.7 and 22.05. You could upgrade to either of those as a test. With a link exhibiting buffer-bloat that badly you probably need shaping of some sort. You could try using an ALTQ shaper instead. Steve
  • 0 Votes
    5 Posts
    669 Views
    K
    It's always DNS After much experimenting (thanks @stephenw10) I figured out the problem. We use DNS Filter as our upstream DNS resolver. DNS Filter is tied to specific IP addresses and refuses to resolve if the request is coming from an "unknown" address. New network connection was unknown so some addresses that could be resolved locally or were cached worked. Thus why it worked for a few seconds. I finally figured it out when I tried entering IP addresses and that worked. (Hint, 1.1.1.1 is a good webpage to try if you are ever in this situation.) Sigh. My fault.
  • Restoring Pfsense config in a new system with less eth ports

    Moved
    3
    0 Votes
    3 Posts
    527 Views
    J
    @stephenw10 said in Restoring Pfsense config in a new system with less eth ports: If there are NICs in the config that do not exist on the firewall it will ask you to re-assign the interfaces. The same as if you restore a config into a system that uses different NICs/drivers even if the number is the same. With a large number of interfaces it can be easier to edit the config file directly but that does open the possibility of typos as you say. Steve Thank you. Gladly, I use mainly 2 interfaces, so I need to take care of them first and the new device would have at least 2 eth ports, so I'm not worried. Regarding the NICs, I'm not concerned about it because I can lose/overwrite them, I was just wondering if the process breaks.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.