• Suricata & IPv6 Alerts

    2
    0 Votes
    2 Posts
    3k Views
    X
    Did you every figure out how to ignore alerts for IPv6 ICMP and multicast? I have a similar setup with the same issues on the WAN side. My provider refuses to turn off IPv6 on the cable modem. I have "Allow IPv6" unchecked in System -> Advanced -> Networking. I also have "IPv6 over IPv4" tunneling unchecked. I also don't understand why despite a firewall blocking everything unless allowed, we still see alerts for ICMP? My setup differs in that although I am using Suricata with blocking turned on, I am not in Inline Mode, not Legacy Mode. I am only using Snort Personal rules with the pre-set "Balanced" IPS Policy set and nothing else, yet. I see lots of things that I want to start messing with in System -> Advanced -> System Tunables to further turn off support... but I definitely don't fall into the pre-requisite "Advanced Users" category. However, my end goal is not to just suppress alerts and therefore allow IPv6 packets, but to just drop all IPv6 packets and not log any pattern alerts or logs in any system. If my provider or anyone wants to talk on IPv6 I want it to be a black hole of nothingness for them to waste their time on and not bug me about it. I have an HP switch that I setup an access list to drop all IPv6 on my LAN side, but that doesn't stop the thousands of alerts in the Suricata logs on the WAN port. Just stops all of the alerts on the LAN side. This is working perfectly, because anyone that leaves IPv6 enabled on their device just drops at the switch so I never hear about it on pfSense. Can I do something similar to this on the WAN side? ipv6 access-list "drop-all-v6" 10 deny ipv6 ::/0 ::/0 vlan 444 name "YO_MAMA" untagged 1-48 ip address 172.25.1.2 255.255.255.0 ipv6 access-group "drop-all-v6" vlan-in exit
  • Eyezon Alarm Monitoring

    10
    0 Votes
    10 Posts
    2k Views
    johnpozJ
    look in pfsense arp table.. Do you see the IP is it on the mac you setup the reservation for.. If so then it would show up as online, if not then it would be offline. Your last one there is showing online Keep in mind I was pinging my AP from another segment, so it had to talk to pfsense (its gateway) to answer. So pfsense would need is mac in its arp table. If the AP was on the same network as I was pinging from then pfsense would have not learned the mac address and would show it offline. Have pfsense ping the device, or have the device talk to something that would require it to talk to pfsense.
  • Error occurred while attempting to call XMLRPC method filter_configure

    9
    0 Votes
    9 Posts
    2k Views
    D
    Hello Friends, I'm having the same issues... created a post here: https://forum.netgate.com/topic/131916/pfsense-with-ha-closing-sessions-when-apply-any-rule Anyone have solved this issue? is this a bug?
  • Alias bulk export

    4
    0 Votes
    4 Posts
    828 Views
    jimpJ
    Then export aliases from both, open the files up in a text editor, splice in the new content, and restore.
  • What is included in backup?

    3
    0 Votes
    3 Posts
    383 Views
    wgstarksW
    Thanks
  • Squid Or Snort Or Anything - Visited Sites Log

    1
    0 Votes
    1 Posts
    250 Views
    No one has replied
  • tagging traffic on Windows and route it on pfsense

    5
    0 Votes
    5 Posts
    984 Views
    johnpozJ
    No what I saying is that is how you could flag traffic in windows. Then you should be able to route that traffic with whatever specific marker you put. There is no other way I know of to tag or mark traffic coming from a specific application other than with dcsp. You can route traffic in pfsense really easy based upon source IP, source port, Dest port, dest IP, etc. And then you can tag that traffic for other rules to process, etc. But that is not what you asked - you asked per application how to mark the traffic. So for example you could part traffic that is coming from your browser with af11, and traffic coming from say application XYZ with af12.. Then you could tag traffic coming from IP of your box with af11 as browser, and traffic with af12 as application and then route it based on those tags i pfsense rules. This way even if going to the same dest IP, you could could tell what is browser traffic and what is application traffic.
  • 0 Votes
    12 Posts
    2k Views
    H
    Yeah a regression is a possibility. But as you say, I would have thought this would have caused somebody else issues as well previously. Anything you manage to find is appreciated, thanks for looking at it.
  • Suricata floods system log

    4
    0 Votes
    4 Posts
    792 Views
    stephenw10S
    That setting makes no difference to the firewall log it only affects Suricata logs in the System log. You can still see the Suricata logs by going to the logs tab in Services > Suricata. Steve
  • Obtaining update status checking never stops

    10
    0 Votes
    10 Posts
    976 Views
    B
    @jimp Updating :) 2.3.6.a.20180612.1214 [pfSense-core] Done! Thanks again! Bob
  • Intel Lazy FP State Restore CPU bug

    2
    0 Votes
    2 Posts
    619 Views
    ivorI
    A patch to FreeBSD -HEAD has been issued and we are evaluating. More information soon, pfSense development snapshots will be first to have this fix
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Basic questions - Scenario suggestions

    2
    0 Votes
    2 Posts
    548 Views
    A
    @alexandre-dezembro Scenario example: https://uploaddeimagens.com.br/imagens/pfsense-png
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    43 Views
    No one has replied
  • Loader.conf.local deleted on restart

    23
    0 Votes
    23 Posts
    4k Views
    C
    @jimp @stephenw10 Can confirm that patch has fixed the issue. Thanks for looking into it. [2.4.3-RELEASE][admin@pfSense.localdomain]/root: cat /boot/loader.conf.local comconsole_port="0x2e0" legal.intel_wpi.license_ack=1 legal.intel_ipw.license_ack=1 legal.intel_iwi.license_ack=1
  • Problem loading netdata

    3
    0 Votes
    3 Posts
    1k Views
    ?
    the solution is this: in the config file (/usr/local/etc/netdata/netdata.conf), change the line: bind to = 127.0.0.1 to bind to = * and restart the netdata service: kill <pid> service netdata onestart
  • Server for NTP

    4
    0 Votes
    4 Posts
    1k Views
    johnpozJ
    As jahonix mentions, any software that wants to put in a url to pool in their software as default is asked to create their own unique fqdn for the pool, etc. So this is pfsense playing nice with ntp.org http://www.pool.ntp.org/vendors.html Anyone smart to even look into where or what its using for ntp should prob change this to either their own ntp servers of choice or the fqdn pool urls for their region of the globe. For example if you want to use the pool and your in the US you should use say server 0.us.pool.ntp.org server 1.us.pool.ntp.org server 2.us.pool.ntp.org server 3.us.pool.ntp.org You can find a full listing here http://www.pool.ntp.org/zone/@
  • GUI for NAT

    10
    0 Votes
    10 Posts
    2k Views
    T
    Thank you for all.
  • Cant Access WebGUI via VPN?

    18
    0 Votes
    18 Posts
    3k Views
    D
    Just to update this. It appears that the install on pfSense was somehow corrupt, a full reinstall gave me back access to the GUI via my VPN!
  • IP DNS Suggestion

    Moved
    3
    0 Votes
    3 Posts
    633 Views
    SoarinS
    Thank you Stephen, I'll do that right now.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.