Subcategories

  • Discussions about packages which handle caching and proxy functions such as squid, lightsquid, squidGuard, etc.

    4k Topics
    21k Posts
    tinfoilmattT
    @johnpoz said in Please help to configure HAProxy to serve certifficate on internal LAN too: Yeah - what part do you not understand if you always resolve nextcloud.domain.tld so that it hits your haproxy on your pfsense wan IP are you not getting? You have 2 options - use a different domain internally and always go to nextcloud.publicdomain.tld, or use the same domain internally as external and run into the problem of what IP it resolves to.. Change your local domain to say home.arpa or .internal or atleast something different than the public domain your using to point to pfsense wan IP on the public internet. You are shooting yourself in the foot trying to use the same domain externally as internally. There are ways around it, but they complicate the setup. For example you might be able to use views in unbound as one way to work around the problem. You could use only host entries for all your resources. But then again you run into a problem of using the fqdn for this service, now always pointing to your wan IP.. And that is great when you want to access the service haproxy is doing - but if you want to access that resource on some other service that haproxy doesn't handle - like say simple file sharing.. You are going to have problems. Since you clearly do not understand how any of this works - the simple solution is change the local domain you are using so it is not the same as the public domain you want to use to get to your nextcloud. This tone is outrageous directed at somebody who acknowledged right off the rip that English is not their first language. How many languages do you speak, John? And safely assuming it's only one—English of course—take it from a fellow English native that you'd do well to say more with less words. You otherwise were directing OP in the right direction in my opinion.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    RedDelPaPaR
    @bmeeks Understood. Thank for kindly for your help. I will likely be ordering a new unit soon.
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    573 Topics
    3k Posts
    dennypageD
    @kabeda If memory serves, that old version of ntopng did not run as user ntopng, but as user nobody. There are lots of problems in that old version. Anyway, check the ownership and permissions of /var/db/ntopng and make sure it matches the user that ntopng runs as. You may need to set ownership of the entire hierarchy. Example: /usr/sbin/chown -R nobody:nobody /var/db/ntopng However, the better choice would be to upgrade to a more recent version.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    tinfoilmattT
    @netboy said in is something wrong with pfBlockerNG?: After my post, I "changed" DNSBL -> DNSBL mode from "unbound python mode" to "unbound mode" and so far i have no issues. Terrible idea. Moving backwards in development history there.
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    dennypageD
    @fjmp24 said in Notification: UPS ups battery is low: If I remove ignorelb directive, my UPS shuts down after 16 seconds This means your UPS is signaling a low battery. Either your battery is bad, or your UPS is bad. Most likely battery, but you never know. I suggest reaching out to Eaton support.
  • Discussions about the ACME / Let’s Encrypt package for pfSense

    503 Topics
    3k Posts
    M
    I am using the DNS-Update method I have to use a DNS-Sleep of 5 minutes to let the letsencrypt txt dns record update propagate. During this 5 minutes the acme-webgui times out. when the acme-webgui times out the Action list is NOT executed. How can I solve this ? Would it maybe be an idea to let the acme.sh script execute the actions in the action list as a post-hook instead of the web-gui? Or maybe add an option to add post-hooks in the webUI ?
  • Discussions about the FRR Dynamic Routing package on pfSense

    296 Topics
    1k Posts
    C
    This one has been tricky still not sure what to try. Any ideas?
  • Discussions about the Tailscale package

    93 Topics
    645 Posts
    E
    Updated CE 2.8.1 to 1.90.6. Freshports pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.6.pkg Changelog
  • Discussions about WireGuard

    714 Topics
    4k Posts
    S
    do you have a guide for setting up a Multi-Hop VPN inside pfSense (running on VMware)? Right now, I have an extra server running OpenVPN, and I want to route it through a Multi-Hop setup. Do you know how to do it? I’ve also heard that Multi-Hop setups are prone to more leaks, so it needs to be configured properly.
  • udpbroadcastrelay and wireguard

    package install upgrade multicast
    4
    0 Votes
    4 Posts
    2k Views
    QinnQ
    @ddbnj said in udpbroadcastrelay and wireguard: opnsense forums, an update to udpbroadcastrealy Seems the problems are not over there, also it is on FreeBSD 13 https://github.com/opnsense/plugins/issues/2817
  • New Reinstall when patches are applied

    Moved
    2
    1
    0 Votes
    2 Posts
    788 Views
    jimpJ
    @bingo600 said in New Reinstall when patches are applied: What to do if one has applied patches. In most cases you should do nothing. The only thing you might need to worry about is if you have "auto apply" set on something and you might want to unset that if what you're patching is fixed. Though in most cases that's a no-op if the fix is in the new release. I'm still a bit confused about patches, when reinstalling (from scratch). I'm think i saw rcoleman mention that one should revert the patches, before saving the config. Else the patch system could be out of "sync". You should never manually revert a patch unless you no longer want the changes involved there. Reverting before upgrade is unnecessary, reverting after upgrade is potentially dangerous. If you revert after upgrade you're essentially removing the fix in question. My take would prob. be to save the config , then: Open the config in an editor , and erase everything between No need to do that in most cases. You could remove things you no longer need but depending on the nature of the patches you may still want something in the list after release. For example if it's a fix that didn't get included in that release. Maybe there should be a "Save wo. patches" or "Restore wo. patches" option in backup. Again, unnecessary. How does pfSense keep track on the patches applied ? It looks to see if the changes in the patch are already applied -- it tests with the patch command to see if it either applies cleanly (not applied) or reverts cleanly (applied), and shows the appropriate buttons. If neither button shows then the patch doesn't apply or revert cleanly, usually because other code changes happened in or near the code in the patch. The recommended patches list is automatically included and not a part of your patches section of config.xml. How does it know what Recommended patches i have applied/activated ? Same as for custom patches. It tests the patch to see if it applies or reverts cleanly. Is "Manually pointed to" patches kept in the config , and Recommended patches kept in another place ?? Yes, the custom patches you added are in config.xml and the recommended patches are a built-in part of the package.
  • HAProxy possible to use "dynamic" header?

    2
    0 Votes
    2 Posts
    1k Views
    D
    Nobody? :)
  • No Available Packages - Package Manager

    4
    0 Votes
    4 Posts
    1k Views
    D
    @eliteharbinger42
  • Wireguard not passing any traffic, how to diagnose?

    1
    0 Votes
    1 Posts
    735 Views
    No one has replied
  • [bind] very slow startup

    14
    0 Votes
    14 Posts
    4k Views
    R
    @gogglespisano good job! i've tested in my environment and it works properly
  • Best practise for using HAProxy for internal servers?

    4
    0 Votes
    4 Posts
    3k Views
    S
    @costanzo Your solution is so simple and works perfectly. I basically already had this set up for my WAN interface. And just needed to do the same for my internal networks. You have no idea the countless hours I have spent attempting to get DNS and what not to work internally with my HAProxy. And the endless opinions and options everywhere Seriously, thank you so so so much.
  • System_patches

    systempatches
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PIMD Network Support

    4
    0 Votes
    4 Posts
    1k Views
    W
    Can the number of vifs supported be increased? Maybe 24 vifs?
  • Core UI Modification

    1
    0 Votes
    1 Posts
    835 Views
    No one has replied
  • Avahi Not Helping mDNS Cross Subnet Gaps

    5
    0 Votes
    5 Posts
    3k Views
    J
    @johnpoz Well, that was up there with stupidly obvious and I feel stupid. I had even thought, "Maybe I ought to make explicit firewall rules... naaaaaah!" Well, thank you for the assist!
  • OpenVPN behind CGNAT with VPS for remote access

    17
    0 Votes
    17 Posts
    6k Views
    J
    @viragomann I tried selecting "dont pull routes" on client. still no joy. I did get the openvpn working so I can access my local machines when I am not on the local network but can't get from lan to wan. there is a rule to pass traffic but for some reason the logs show the traffic is blocked.
  • Add subdomain to haproxy

    5
    0 Votes
    5 Posts
    3k Views
    V
    @gschmidt In the frontend. You have to add an ACL for it with expression e.g. "Path starts with" and enter "ui" for the value. And then add an action to direct it the the desired server.
  • Freeradius simultaneous-use assistance

    3
    0 Votes
    3 Posts
    3k Views
    GertjanG
    @getafix said in Freeradius simultaneous-use assistance: "seems so simple" Everything is simple as soon as you know 'how it works'. I just know enough to say that I know close to nothing. I'm using the FreeRadius package to authenticate and account my captive portal users. A user created with simultaneous-use = 1 Where did you enter this info ? Did you look up what the syntax is ?? Yours looks wrong to me. I have [image: 1651137627097-e2b750a3-c166-43a8-944f-8459a4f75527-image.png] for a user, in the Users tab of the FreeRadius settings. When you start to work with FreeRadius, you should work like this : Stop de FreeRadius process in the GUI : [image: 1651137765898-c3a89951-aef4-4b6a-8c58-77ab040f7f87-image.png] Enter console, or better, SSH, option 8, and use now this command : radiusd -X You'll see a lot of lines. Important : use a ssh client and set it up these log lines are buffered and stored in a file. You'll be needing them. The logging will pause when yiou reach this point : ...... Listening on acct address * port 1813 bound to server default Listening on auth address 127.0.0.1 port 18127 bound to server inner-tunnel-ttls Listening on auth address 127.0.0.1 port 18128 bound to server inner-tunnel-peap Ready to process requests Now, FreeRadius is waiting for 'things to do' like identification' or 'accounting' events. Periodacilt, you see a +/- 30 lines sequence of lines passing by, this is the handling of an event. Your mission : you have to 'globally' understand what it does, and why it doing so. Without this knowledge, it's like flying a plane, without the license. To get back to the question : See the image above. That's what need to be entered for a user. But I'm not really testing the "Simultaneous-Use" right now, I can't assure that it even works. I know the syntax is right. Again "=" is not the same as ":=" as the first is an comparison and the other an assignment (probably, can't remember). Btw : there is a plan B : forget about the GUI pfSense settings. Go to the underlying "scratch pad files" that FreeRadius uses : the SQL database. Most of the tables are empty, and could be used like this (example) : [image: 1651138424556-2ba90308-08d0-4188-834b-a66d5ca08818-image.png] This is where I inform Freeradius that user 'b' has a password that is 'b'. Keep in mind that the implementation of Freeradius in pfSense is only partial , at best. Setting up a Radius server/process is complex, as it has a lot of options. How to set up radius is less known or documented on the Internet, as only the 'real' admins know how to do so. These guys do not communicate their expertise, as it is way to difficult for the common mortals. There is a steep learning curve, which can't be short cut with 'a click'. But : our Internet connection, our mobile phones, they all use radius to grant access to resources. Which means that half the planet is using Radius right now.
  • 0 Votes
    1 Posts
    963 Views
    No one has replied
  • MailReport Filter Syntax Continued

    2
    0 Votes
    2 Posts
    2k Views
    bingo600B
    @supertechie Have a look at regexp It will explain why the "dot" has to be "escaped" (by the ) /Bingo
  • How Squid users can change own passwords?

    1
    0 Votes
    1 Posts
    802 Views
    No one has replied
  • Zabbix proxy service doesnt start

    1
    0 Votes
    1 Posts
    915 Views
    No one has replied
  • Anyone successfully deployed WPA3 with Freeradius?

    3
    0 Votes
    3 Posts
    3k Views
    L
    @gertjan Ah, I forgot that say that everything works well in WPA2 mode. My setting is the same with the tutorial, I wonder if there’s any special requirement on WPA3 radius. Anyway, thank you for your help.
  • Which packages should I install?

    7
    0 Votes
    7 Posts
    2k Views
    LPD7L
    @michmoor Yes going to see if PFB will be the right solution, seems like squid would be a lot of overhead and not serve all current needs. Thanks for your input.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.