• Won't boot after an unclean shutdown

    5
    0 Votes
    5 Posts
    944 Views
    K
    Not sure abou VMware but virtual machines running pfsense (I use Hyper-V) and I have never had an issue so would agree with jimp.
  • Executive level reporting?

    3
    0 Votes
    3 Posts
    817 Views
    K
    If you are looking for this for a single site you are better off using something like a cisco firewall which can provide reporting.  If you are looking at this to provide as a solution for MSP or many locations you might be able to post a bounty though that might be difficult or costly.
  • Unable to boot

    5
    0 Votes
    5 Posts
    800 Views
    J
    Thanks for all the replies. I went the 'nuclear' option by doing a complete re-install. Of course I was an idiot and didn't have a recent backup of the config so I had to run a memstick installer in recovery mode to copy the latest config first from the drive. I've also hard pulled the plug hundreds of times on this bare metal box without issue…so idk.
  • Migration from FWbuilder to pfSense DNAT Help ?

    3
    0 Votes
    3 Posts
    822 Views
    R
    I am back to using fwbuilder.  Not really much benefit using pf.
  • FreeRADIUS blocked users notification

    2
    0 Votes
    2 Posts
    681 Views
    D
    I did a litle workaround… I edited the file /usr/local/etc/raddb/scripts/otpverify.sh and inserted the string below at line 86: echo "FreeRADIUS: Authentication failed! Too many wrong password attempts. User is locked! To unlock delete /var/log/motp/users/$USERNAME" | mail.php -s"FreeRADIUS alert" PS: The mail settings are configured under System/Advanced/Notifications Thanks
  • Wierd Latency

    3
    0 Votes
    3 Posts
    918 Views
    L
    I am using ping from pfsense to switch, ping from 2 machines to the gateway and switch. (direct connected patch cord 1,5m cat6) from any manchine to switch is always 1ms, only pfsense seens to have variations. I changed the cable, port, even to another switch but any ping from pfsense or to pfsense is instable, for me it looks like a software problem because its only start happing after all services from pfsense is up. But I disabled almost all non essentials services but no luck. my nic has 4 ports, 3 wan ports with avg of 0,5ms!!!! I even changed ports to see if anything change, no luck!
  • Azure IPsec & BGP Woes

    4
    0 Votes
    4 Posts
    2k Views
    L
    From this i'm guessing it's related to the IPSEC and openbgpd issue that's ongoing. https://redmine.pfsense.org/issues/6223
  • TiVo Says Port 8080 Closed. Tools to Check?

    12
    0 Votes
    12 Posts
    2k Views
    DerelictD
    I was forcing a tivo through an OpenVPN that egresses from AWS Oregon until about a week ago and it worked fine for geo-shifting MLB.Tv. Probably just a matter of time. (Don't have the tivo any more.) Didn't try any other streaming services and tivo updates seemed to be fine. Hard for me to fathom why tivo would care where you get updates from. The streaming apps all have their own enforcement methods I would think. You could tailor the rule to only put traffic sourced from the tivo and destined for port 8080 out WAN.
  • Browser reports connection to pfsense interface not secure

    3
    0 Votes
    3 Posts
    4k Views
    jimpJ
    And once you're done studying up on that, check out the ACME Package so you can easily get a free trusted certificate for your firewall: https://doc.pfsense.org/index.php/ACME_package
  • Synology VPN with Resilio Sync… mobile peers can't connect to LAN peers

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Quality monitoring on dashboard like traffic graphs?

    2
    0 Votes
    2 Posts
    400 Views
    jimpJ
    Not at the moment.
  • The Stack Clash CVE-2017-1000364

    13
    0 Votes
    13 Posts
    3k Views
    H
    @kpa: @Harvy66: My laymen's understanding. It's not an inherent security flaw, it just means one of the anti-exploit defenses does not work as well as expected. It is definitely an inherent security flaw. An unprivileged process should never be able to play games with the system's memory management and trick it into allocating more stack pages from an area of memory that the process already had access to. If the attacker can do that it opens up many opportunities for compromise because the stack contains the return addresses for function calls and if you manage to manipulate those anything is possible. The classic case is the (possibly the world's first such incident) Morris worm: https://en.wikipedia.org/wiki/Morris_worm Yeah, turned out it was something more nefarious. It wasn't just about smashing stacks in an application's own virtual memory, but being able to access kernel memory, allowing for priv esc attack.
  • How can we track exact Youtube visited via LiquidSquid

    1
    0 Votes
    1 Posts
    378 Views
    No one has replied
  • Send post/get on firewall rule match?

    4
    0 Votes
    4 Posts
    1k Views
    W
    i have done the following and it works: NAT - Port Forward: Interface: the interface the dash buttons are on (wifi-net) Protocoll: Tcp Source Adress: The IP of the Dash button Souce Ports: * Destination Adress: * Destination Ports: 443 (as the dash buttons try to establish a ssl-connection to amazon when pressed) Nat IP: The IP of the Computer on the Net which shall receive the info that the dash buttons try to connect to the internet aka have been pressed NAT Ports: 4321 (anyone does, no portrange needed, as the buttons only try to connect to :443) Corresponding Firewall Rule: Pass On the Nat IP-machine I can receive the connection requests using scapy in python: from scapy.all import * p = sniff(filter="tcp and port 4321", store=0) print p[IP].src Every Button Press generates 5 requests. Problem : Scapy uses a lot of ressources, will take ~30% CPU on a Raspy B. Problem2: I didnt manage to use socket  module, as the buttons dont really connect, they just send ssl-syn and receive some multiple acks from the nat-ip. Here's what Wireshark shows (running on the Nat-IP machine; *.127 is the dash button, *.125 is the Nat-IP client machine): https://ibb.co/hwwi55 [image: hwwi55]
  • Day of week & time of day restrictions per IP/MAC?

    3
    0 Votes
    3 Posts
    580 Views
    M
    @fleece: My son stays up too late gaming.  Could I use pfSense to restrict his Internet access during days of week and time of day, say from midnight to 6AM?  I can give him the same IP address through reserved DHCP or something. Yes. In Services/DHCP server you can give your son a static IP. Then, in Firewall/Schedules you can create a schedule. Then, in Firewall/Alias, you can create aliases with adresses your son is allowed to go to (the gaming, for example). Finally, in Firewall rules, you can: 1. Add the alias to allow him to game; 2. Add, in advanced settings (at the bottom) the schedule) which limits the time he can do that. So after that time, the can still google his home work (sorry, I still can't live with that thought, I'm old fashioned, back in my days we had books  :-[ ) but can't game. Or, of course, even beyond that: he can't internet at all. Or, beyond that, with two schedules: Firewall rule 1: he can game until 4 PM with a schedule. Firewall rule 2: he can game from 9 PM-10PM with a schedule.
  • PFS - Bandwidth Usage Logs

    9
    0 Votes
    9 Posts
    1k Views
    A
    I have installed Status_Traffic_Totals too, many moths ago, but it always seems to not be collecting data until I go look at it. I've re-installed it, but every time I go back and check it, it's all zeros.
  • SNORT rule does not work!

    3
    0 Votes
    3 Posts
    583 Views
    P
    I just told one example, actually I have this problem with any website. and I don't want to see the content, I just want to block the site.
  • Internet restriction

    5
    0 Votes
    5 Posts
    858 Views
    M
    @ast: Can we use squidguard together with pfblockerng? Of course. pfBlockerNG has many, many, many, blocklists.
  • Trasparent bridge beetween WAN and LAN + DHCP service

    1
    0 Votes
    1 Posts
    282 Views
    No one has replied
  • Packet logger mode of snort , PROBLEM!

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