• PfSense and Ubiquiti

    21
    0 Votes
    21 Posts
    7k Views
    R
    That's why I'll never, ever buy a BMW.  8)
  • 0 Votes
    7 Posts
    666 Views
    DerelictD
    Yeah. That's item #6 here: https://doc.pfsense.org/index.php/Port_Forward_Troubleshooting The port 80 redirect to the web gui works completely differently for NAT reflection than with a port forward.
  • Multicast IPTV for ISP FPT VietNamese

    2
    0 Votes
    2 Posts
    936 Views
    No one has replied
  • Whitelist IP behind Pfsense

    1
    0 Votes
    1 Posts
    323 Views
    No one has replied
  • Crashes after upgrade to 2.4.1

    3
    0 Votes
    3 Posts
    420 Views
    T
    Hi! Sorry for late reply. No shaping whatsoever. I upgraded to 2.4.2, and the crashes stopped. But suddenly i had a crash again three days ago. I think i'm just going to do a fresh install. Regards Tommy
  • PfSense –> Snort Supress list not working

    4
    0 Votes
    4 Posts
    702 Views
    bmeeksB
    The most likely reason for the blocking to continue even after the rule is suppressed or disabled is that you had two instances of Snort running on the same interface, but one is in a sort of zombie state and does not see changes made within the GUI.  That process would continue with the original rules in place.  Rebooting the firewall will of course kill everything and start from scratch.  There should be only a single Snort process running on each configured interface.  You can check that using this command line: ps -ax | grep snort Sometimes multiple copies of Snort can happen if something causes the firewall to issue a "restart all packages" command while another Snort restart is already in progress (such as a rule update download).  Another way to get multiple Snort copies running on the same interface is using the Service Watchdog package.  Never use that package with either Snort or Suricata!.  It does not understand how to properly start Snort and Suricata, nor does it know how to properly monitor all the configured interfaces.  It will see Snort "down" during the restart from a rules update and thus issue its own "start up" command without knowing that Snort is already restarting.  Thus you can wind up with two Snort instances running on the same interface, but only one of them will respond to GUI changes. Bill
  • 0 Votes
    2 Posts
    627 Views
    J
    I just looked at the relayd conf man page and found this: https://man.openbsd.org/relayd.conf.5#PROTOCOLS Does that answer your question?
  • "Access Denied" Message on certain websites

    2
    0 Votes
    2 Posts
    582 Views
    J
    The looks like an Akamai CDN error page. https://community.akamai.com/community/cloud-security/blog/2016/04/07/why-is-akamai-blocking-me
  • PfSense with Wanos for wan acceleration on VM Is it possible?

    1
    0 Votes
    1 Posts
    615 Views
    No one has replied
  • SG-1000 High CPU Usage with Netstat Command?

    9
    0 Votes
    9 Posts
    2k Views
    ivorI
    You will be able to download the image once it's ready.
  • Help first pfSense build (Modem,ESXi,Wireless router)

    3
    0 Votes
    3 Posts
    483 Views
    P
    Hi, I managed to create multi ssid with my asus wireless router in AP mode with one VLAN bridged to the VAP. The two LAN devices attached to the wlan router are in static ip in my case 10.0.10.20 and 10.0.10.30 but I cannot still connect to the internet somehow. so is it better to invest into smart router and put it in between?
  • VPN Setup

    4
    0 Votes
    4 Posts
    868 Views
    D
    Yes after looking into it some more, I can see it is obvious that OpenVPN is the right way to go. Thanks for the replies.
  • Bandwidthd and darkstat not working

    3
    0 Votes
    3 Posts
    827 Views
    M
    makes sense now that you have told me :) thanks Bud
  • Using PFsense 2.4.0 in a commercial environment

    7
    0 Votes
    7 Posts
    10k Views
    johnpozJ
    "We want to sell to our customers appliances with pfsense installed on them" Why would you not just partner with pfsense/netgate than?  https://www.netgate.com/partners/ While it might be legal since its open source to grab the code and compile it and use a different name, etc.  Got to be one of the most dick like moves I can think of..  If you do not like something pfsense is doing and you want to fork to work in a different direction ok then. But to just state that hey we like your product, but we want to sell it and not give you any of the money is just screaming hey we suck so bad, but like money - buy our shit its cheaper…  talk about asshattery at the highest level.. Why not just work with netgate/pfsense and everyone is a winner!!
  • Bug Report - Filtered Firewall Log

    5
    0 Votes
    5 Posts
    336 Views
    J
    nothing more nothing less with ^23$ then that is all you get Thanks All.  I don't recall (but my memory is getting worse) this was necessary in earlier version. But now that I know I'm all set.
  • New pfsense user have couple of questions

    3
    0 Votes
    3 Posts
    564 Views
    M
    I had to give up the pfsene project over the holidays as these network cards could not handle the load. So i have ordered an Intel dual port Nic the 4 port i have is either dead or is version 1.0 so it didn't work in my box. Any ho thanks for the link even though i thought i knew lots :) i did learn a lot from the posts very informative.
  • One WAN goes down immediately on connecting

    6
    0 Votes
    6 Posts
    776 Views
    GertjanG
    @robatwork: I had tried 8.8.8.8 as the monitor which also failed.  …. As far as I know, "8.8.8.8" has been set up to reply to ping. But this "8.8.8.8" can be far away for you - just count the 'hops' (actually : a router). You should know that every 'hop' has the right to throw away traffic that it thinks is "useless" because, example, its overloaded. And guess what : ICMP is just the protocol that gets thrown away if needed. A gateway monitor IP should as close as possible - often this is a device from your ISP.
  • Multiple IPSEC IkeV2 "access levels"

    4
    0 Votes
    4 Posts
    639 Views
    NogBadTheBadN
    @gelcom: Thanks. It worked perfectly! The only point is that there is no place in pfSense where I can see which freeRADIUS users are logged in the VPN. This is not clear to me. What's the difference with this additional NAS-Identifier==strongSwan Yes the only issues is the not being able to see who's logged in via Status -> IPSec -> Leases, the only way is looking in the logs. RE NAS-Identifier==strongSwan I also use freeradius for WPA Enterprise Auth, if you add NAS-Identifier==strongSwan to the check items it basically says this user can only connect if the NAS-Identifier is strongSwan. You can use radsniff -x from the cli to see whats going on, the capture in green is when I connect to the wi-fi, the blue via vpn. 2017-12-28 13:47:46.598198 (25) Accounting-Request Id 90 igb0:172.16.1.11:37599 -> 172.16.1.1:1813 +5.827 User-Name = "andy" NAS-IP-Address = 172.16.1.11 NAS-Port = 0 Framed-IP-Address = 172.16.2.41 Called-Station-Id = "A2-2A-A8-98-9D-8C:L-Space Radius" Calling-Station-Id = "D0-4F-7E-85-D9-BE" NAS-Identifier = "802aa8969d8c" NAS-Port-Type = Wireless-802.11 Acct-Status-Type = Start Acct-Session-Id = "5A44C1A4-0000000F" Acct-Authentic = RADIUS Connect-Info = "CONNECT 0Mbps 802.11b" Authenticator-Field = xxxxxxxxxxxxxxxxxxxx 2017-12-28 13:50:02.817587 (7) Access-Request Id 222 lo0:127.0.0.1:26931 -> 127.0.0.1:1812 +0.014 User-Name = "andy-ipad" NAS-IP-Address = xx.xx.xx.xx NAS-Port = 47 Service-Type = Framed-User State = 0x3011d33a3212c931f791fe04904119c2 Called-Station-Id = "xx.xx.xx.xx[4500]" Calling-Station-Id = "172.16.2.41[4500]" NAS-Identifier = "strongSwan" NAS-Port-Type = Virtual EAP-Message = 0x020300061a03 Message-Authenticator = 0xa5eed6c6557dcb0727c1fc852dd6873f NAS-Port-Id = "con1" Authenticator-Field = xxxxxxxxxxxxxxxxxxxx
  • No active remote repositories configured.

    5
    0 Votes
    5 Posts
    4k Views
    A
    Re-installing and restoring my configuration worked and now I can see packages, thank you.
  • MOVED: getting always blocked by snort even IP is whitelisted

    Locked
    1
    0 Votes
    1 Posts
    231 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.