• CustomDynDNS as CronJob.

    9
    0 Votes
    9 Posts
    381 Views
    E

    @Gertjan said in CustomDynDNS as CronJob.:

    Not sure if the same story works also fro IPv6 prefixes

    Yes, a saw the entry in my CronJobs too:
    Bildschirmfoto_2025-01-20_15-23-31.png
    Its the default config and also this explains why the update take happen at 06:00 am. By default it' just done every 6 hours.
    Also by default pfsense trigger an update only of WAN-Adress DynDNS if a reconnect was happen by ISP. But i do need to update the DynDNS of OPT3 and that seems not to be triggered if WAN was reconnected and got new IPv6-Address and IPv6-Prefix.
    As you can see here my IPv6 Configuration Type is set to Track Interface.
    Bildschirmfoto_2025-01-20_15-32-33.png
    So if my ISP delvers in the night a new IPv6-Adress also the Prefix of the LAN-Interfaces will change. This means all Server in LAN-Interfaces (in my case the OPT3 one) will get a new IPv6-Address as well, based on new IPv6-Prefix.
    I could let update each Server its own IPv6-Adress every night. But i decided to just Update the IPv6-Prefix of the Interface and create the full IPv6-Address of Servers by using AAAA-Records in Format: "Interface-ID" (ex. ::6743:12::f9aa::44a1). So i need just one Update to create valid IPv6-Adresses of several Servers. The DynDNS-Service adds the delivered IPv6-Prefix to each Interface-ID of Servers so it will become a valid full /128 IPv6-Address.

    And yes, you are right. The empty file dyndns_opt3custom-v6''3_v6.cache is not needed. I just did so for testing and find out how it works.

    Finally: it makes no sense to update full IPv6 of OPT3. It makes no sense that a LAN-Interface of pfsense will get a DynDNS-Address. So i do not do that.

    The annoying thing for me is that pfsense unfortunately only immediately after reconnect update DynDNS for WAN-IP-Addresses, but not that of LAN's depending on the WAN-Prefix.

    I think that is something need to be fixed by Netgate soon with an update of pfsense.

  • How do I configure SPAN for the WAN port?

    15
    0 Votes
    15 Posts
    600 Views
    stephenw10S

    Promiscuous mode would allow all traffic to pass on the local interface. But that doesn't help traffic pass through the switch. I would still expect to see broadcast traffic there though.

  • Upgrading to 24.11 is failling for Netgate 1100

    7
    0 Votes
    7 Posts
    330 Views
    stephenw10S

    Yup the size shown there is not a good metric. There are several open feature requests to change to the actual used disk size but doing so is non-trivial.

  • files.pfsense.org SSL cert expired 2024-07-22

    4
    0 Votes
    4 Posts
    188 Views
    stephenw10S

    Still seems odd it stopped renewing. Let me see if that was intentional.

  • redmine.pfsense.org certificate expired 2025-01-19

    4
    0 Votes
    4 Posts
    321 Views
    F

    @stephenw10 Confirmed fixed! Thanks for the update.

  • pfsense redmine - cert invalid

    4
    0 Votes
    4 Posts
    321 Views
    stephenw10S

    Ok should be good now.

  • WAN MAC Spoofing -- WITHOUT web configurator

    3
    0 Votes
    3 Posts
    170 Views
    G

    @jhg You could edit the /conf/config.xml directly. Search for 'spoofmac' and the first instance should probably be your WAN.
    https://docs.netgate.com/pfsense/en/latest/config/xml-configuration-file.html

  • Empty Message-ID in SMTP Test email?

    23
    0 Votes
    23 Posts
    2k Views
    GertjanG

    @GPz1100 said in Empty Message-ID in SMTP Test email?:

    As I understand it, so long as there's at least one valid tlsa record, then it's all good?

    That's what I do, I publish the four (5 ?) "2.1.1" hashes that could be used by LE to sign my certificate. As long as one of them matches, the TLSA validation will work out : example :

    039e2d13-3531-42af-b85e-674d67acd371-image.png

  • Upgrade to version 24.11 hangs because disk full

    11
    0 Votes
    11 Posts
    504 Views
    patient0P

    @alban4 I'm happy it worked :)

  • OPT interfaces in HA not matching

    4
    0 Votes
    4 Posts
    201 Views
    patient0P

    @michmoor happy it worked.

    I wasn't sure how it handles adding other interface(s) later. And gave it a go on testing pfSense CE.
    If you ever add another interfaces (virtual, pppoe) it will end up as the lowest, free OPT. OPT5 in your case on the backup node.

  • KEA DHCP: Android Stops Working on UniFi

    12
    0 Votes
    12 Posts
    738 Views
    stephenw10S

    Ha

  • Backup from PLUS and restore on CE

    4
    0 Votes
    4 Posts
    311 Views
    stephenw10S

    Nothing fixed yet for a release.

    Currently it's using 23.7:
    https://github.com/pfsense/pfsense/blob/master/src/etc/inc/globals.inc#L85

  • Pfsense crashing randomly pfsnese plus 24.03

    28
    0 Votes
    28 Posts
    2k Views
    H

    @stephenw10 ok thanks will schedule the update once I’ve backed up some files and got a copy of the firmware from TAC support.

  • pfSense Plus Activation Token

    2
    0 Votes
    2 Posts
    170 Views
    No one has replied
  • How to best make update to pfSense effective?

    3
    0 Votes
    3 Posts
    232 Views
    stephenw10S

    You're only seeing that because you're running the custom package notification script. Most users don't see that and don't need to. The pfSense-upgrade package updates itself when it's run at upgrade.

    But you can update that anytime without issues. It's only used at upgrade.

  • Allow only ssh login for admin

    6
    0 Votes
    6 Posts
    500 Views
    GertjanG

    @CatSpecial202 said in Allow only ssh login for admin:

    Is it possible to enable SSH login via public key for the admin user?

    Not only possible. Its imho pretty mandatory.

    Any every server device you use, rent, buy create, uses initially a SSH connection, and the admin (mostly root) + password is send to you.
    Or you created these when installing the OS.

    Os soon as you enter the first time, you create cert. Export the public part to yoruself, so you can use it with your SSH client, for example Putty.

    The 'admin' user on pfSense should have this part :

    f6007dfb-5168-45c3-94ac-6a40cb5ad49d-image.png

    and then you select (again : pfSense) :

    7afdc234-f7df-4035-8ef6-381c4dc4708e-image.png

    and from now on, your SSH client will be needing the exported cert to be able to connect to pfSense :

    69e4ee4d-b341-4809-a487-237a2f376f0a-image.png

    and I have to type in the password == passphrase of the cert, not the admin password.

    Do this with pfSense, and any other device you can connect to over SSH - if possible.

    edit : don't even bother grating other users access to pfSense with non admin accounts.
    pfSense is a router, not some multi media file server.
    I always recommend severely creating an ssh admin pfSense so you can have access, when needed.
    Some will then never really use it afterwards.
    Other - like me - use it several times a day. As I use the same connection with for example WinSCP, so I can explore the file system, and look at things like using Windows explorer. Don't ask me why ^^

    If needed, block the SSH port TCP 22 to some known LAN IPs.
    Lock your own devices, the ones you can use to connect to pfSense, with a DHCP MAC lease, so from now on they will always have the same IP.
    Throws these IPs in a Alias.*Use this Alias to create a LAN firewall rule.
    From now on, only these IPs can use the pfSense SSH port.

    Read security nerds will use a dedicates admin LAN, and connect to this LAN with their device to access pfSense SSH.
    Now lock your pfSense into a safe. Lock the safe. Done. Now you're close to what they use at Langley.

  • SG5100 CPU spike every 2minutes from 3 to 100% after update

    4
    0 Votes
    4 Posts
    336 Views
    stephenw10S

    Hmm, that output looks as expected. There is no significant CPU load shown.

    Does it only appear when checking the dashboard in the GUI?

  • fetch on v2.7.2 gives certificate error.

    7
    0 Votes
    7 Posts
    339 Views
    S

    @Gertjan
    Well, thanks. That did work:

    [2.7.2-RELEASE][root@router.somesite.com]/root: fetch --ca-cert=/var/etc/cert.crt https://router.somesite.com/android-chrome-192x192.png android-chrome-192x192.png
  • Problems with Muliwan on pfsense

    9
    0 Votes
    9 Posts
    577 Views
    Y

    @erfggi 👍 Thanks.

  • How do I find out what write continuously on my pfSense SSD

    34
    0 Votes
    34 Posts
    4k Views
    stephenw10S

    The size and usage are shown on the dashboard in the Disks widget.

    Screenshot from 2025-01-15 13-05-33.png

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