• pfSense WAN dhcp client exiting (error)

    68
    0 Votes
    68 Posts
    12k Views
    stephenw10S

    Ok testing here....

  • How come no discussion about this April 1 blog post?

    2
    0 Votes
    2 Posts
    254 Views
    stephenw10S

    There were some threads discussing it. For example: https://forum.netgate.com/topic/187100/serious

  • Architecture for securing home network with exposed web server

    37
    0 Votes
    37 Posts
    2k Views
    stephenw10S

    Nope that rule would not have allowed an outbound connection. But none of those prevent inbound connections and once the state is open the replies can use that.

    However that would require something allowing inbound connection to reach the pfSense VM. So a port forward on the ISP router and another port forward on the pfSense VM to reach the server.

    You don't have those as far as I know so if you were able to browse the site hosted on the server coming from some external IP address then the connection must have been coming over the tunnel to Cloudflare. That tunnel must have been created outbound from the server when you had a rule to allow it at some point. I would bet that if you had rebooted the server or pfSense at that point the connection would have failed.

  • TLS Error, reconnecting

    Moved
    5
    0 Votes
    5 Posts
    316 Views
    johnpozJ

    @AlexDesro18 said in TLS Error, reconnecting:

    Wan interface it says it's missing rules.

    Do you see something like this on your wan?

    rulesjpg.jpg

    The "wan" needs no rules, but it defaults to having block rfc and bogon.. But maybe he removed those?

    rules.jpg

    The rfc and bogon are the only rules that would be on your "wan" unless you add something.

  • Pkg Errors After Updating/Installing Packages

    8
    0 Votes
    8 Posts
    487 Views
    D

    I ended up figuring it out by a couple of things. I don't know why the UI was saying up to date, but after running some of the commands and I set the default gateway for the "temp" WAN connection, then the commands started working and the UI started saying update available.

    There was some kind of connectivity issue resolving the DNS for the repo's and I don't know why hard setting the default gateway made it work, but thats what happened.

    I was able to update to the newest version and the pkg commands work again. Thanks for the consult.

  • What should I buy? - Netgate Appliance

    5
    0 Votes
    5 Posts
    303 Views
    stephenw10S

    If you need to run HAProxy and pfBlockerNG though I would want a 4200.

  • VPN IPSEC fully disabled Phase 1 blocked on Connecting Status

    3
    0 Votes
    3 Posts
    145 Views
    P

    Hello @stephenw10

    Thank you for you reply. Finally, we solved issue.

    Phase 1 disabled was in Ikve1 config mode and VPN IPsec status blocked on Connecting message indicated ikve2

    So we reenabled Phase1 with ikve2 + we force disconnect Phase 1 from vpn status and now it's oks

    Best Regards

  • Router Locking Up (maybe due to excessive lan traffic?)

    64
    0 Votes
    64 Posts
    6k Views
    X

    @VioletDragon
    MTU is blank on all interfaces, so I assume default / 1500
    In so far as I understand OSI, its all Layer 3. Its all firewall rules, no ethernet rules.
    No I haven't tried a fresh install. I guess I should do that.

  • Best Network Topology with Current Hardware

    36
    0 Votes
    36 Posts
    3k Views
    S

    @kjk54 said in Best Network Topology with Current Hardware:

    @stevencavanagh
    Things are often not what they seem.:)

    Very true!

  • "Post content was flagged as spam by Akismet.com"

    10
    6 Votes
    10 Posts
    2k Views
    _

    Similarly for me

  • PHP Warning: Failed loading Zend extension 'sourceguardian.so'

    2
    0 Votes
    2 Posts
    221 Views
    stephenw10S

    Are you running the 3rd party e2guardian package?

    Did you upgrade from 2.6?

    I've never tested that package because it's unsupported but I don't think it will run in the current pfSense version.

    Steve

  • Windows Server 2022 + VM pfSense + OpenVPN

    2
    0 Votes
    2 Posts
    289 Views
    stephenw10S

    Yes it's possible. It's quite a complex setup. It can be difficult to setup a virtualised firewall like that and have everything boot correctly in the event of a power outage for example.

    Steve

  • Using LetsEncrypt Certificate for Web Configurator Authentication

    6
    0 Votes
    6 Posts
    1k Views
    GertjanG

    @viragomann said in Using LetsEncrypt Certificate for Web Configurator Authentication:

    I don't believe, that Lets Encrypt has signed a certificate for 192.168.1.1.

    They expressly state in their User manual that they only use domain names, and NOT IP addresses.

    @pslinn said in Using LetsEncrypt Certificate for Web Configurator Authentication:

    Once changes are saved I log out of the pfsense system and type in the url:
    https://192.168.1.1:443

    You all work, and you missed the most important reason why you were asking for a certificate :
    So you don't have to use htpp://192.168.1.1 anymore, but now you can use :

    241d7ea4-e72e-4cba-8518-19f1669d2a34-image.png

    https://pfSense.some-domain-name-that-you-rent.tld

    and yes, "some-domain-name-that-you-rent.tld" is a domain name that you have to rent.
    Letsencrypt does just one thing : they will test taht you 'own' (= control) that domain name.

    @pslinn said in Using LetsEncrypt Certificate for Web Configurator Authentication:

    went to dns resolver
    under General Settings went to Host Overrides
    selected Add and typed in the requested contents including alias'.

    You don't have to do this.
    If you asked letsencrypt to create this cert for you :
    pfSense.some-domain-name-that-you-rent.tld
    and because pfSense already has "pfSense.some-domain-name-that-you-rent.tld" loaded into the DNS (point to 192.168.1.1)

    ...
    edit : do not believe me !!
    Go check yourself, using your equipment :

    nslookup pfSense.some-domain-name-that-you-rent.tld

    the answer will be :

    192.168.1.1

    ....
    So your browser (PC) can resolve "pfSense.some-domain-name-that-you-rent.tld" as pfSense has the answer (and yes, 8.8.8.8 has not !! (of course))
    So the browser can nw connect to the resolved domain name = "192.168.1.1"
    So the pfSense GUI, connected over https (using port 443) will hand over a certificate to the browser stating that this certificate belongs to "pfSense.some-domain-name-that-you-rent.tld"
    And that is just great : the browser was initially using "pfSense.some-domain-name-that-you-rent.tld", got 192.1368.1.1 as the address where the server can be found, got a cert back from this web server that it is "pfSense.some-domain-name-that-you-rent.tld" => this is what https is all about. Nothing more, nothing less.
    Oh, yes, now everybody knows who is who, some random numbers can be exchanged securely so the entire traffic can also be encrypted decrypted on both side so the traffic passes over the 'possible hostile network on a secured way, and can not be altered while going over the wire.

    Btw : if you ask for a wild card certicate like
    "some-domain-name-that-you-rent.tld"
    "*.some-domain-name-that-you-rent.tld"

    ( this means : the top level domain name "some-domain-name-that-you-rent.tld"
    and
    all the sub domains "*.some-domain-name-that-you-rent.tld" )

    you can now use your certificate for
    pfsense.some-domain-name-that-you-rent.tld
    printer.some-domain-name-that-you-rent.tld
    nas.some-domain-name-that-you-rent.tld

    when you've installed the certificate on your printer, nas etc.
    Now you can use "https" to access all these devices (if they support it).

  • TCP Fast Open (TFO) Support

    6
    0 Votes
    6 Posts
    873 Views
    M

    @marnog
    HA proxy supports FastOpen but not sure if this fits into your design. Up to you.

  • Comcast Static IP /30 Setup Help needed

    6
    0 Votes
    6 Posts
    624 Views
    S

    @edgewater Ugh, that sounds like the tech made more than one mistake. ;)

    Had one once replace a modem, leave, then we find out only one IP out of 5 is working. And, AND, the model of modem that actually supports multiple static IPs was no longer available. The new one "has problems with that." After a couple days they tracked down one more old model in a truck, and installed that.

  • Change Authentication Server from CLI

    5
    0 Votes
    5 Posts
    423 Views
    O

    @stephenw10 said in Change Authentication Server from CLI:

    authmode

    I mens authentification to WUI.. Perfect, i was exactly looking fot that...
    Thank you!

  • KEA DHCP in 23.09.1 needs some attention

    10
    0 Votes
    10 Posts
    993 Views
    stephenw10S

    Yes, and I assume that is the case here. But in addition there were values for client identifier that tripped up Kea that ISC just allowed.

  • tcp/ip ports grouped by service

    3
    0 Votes
    3 Posts
    152 Views
    D

    There is /etc/services (on freebsd and most linux) where port/protocol are mapped to service names.

  • Building a backup pfSense router

    5
    0 Votes
    5 Posts
    346 Views
    B

    Wow!!
    Thank you guys!
    That answers my questions...have windows installed on the backup computer and will install the new 4 port network card as soon as it arrives and dockument mac: addresses etc...

    Thanks again!

    bookie56

  • 0 Votes
    4 Posts
    486 Views
    stephenw10S

    Ah great. Yes it was exiting out of the entire upgrade process on any error at that point before. It doesn't actually need to create a new uefi boot entry there so should be fine.
    Interesting that Coreboot doesn't play nice with efibootmgr though.

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