• pfsense IPV6 Issues with Comcast

    7
    0 Votes
    7 Posts
    2k Views
    GregTheHunG
    To anyone else who might come across this post with Comcast. (or probably any ISP) I went to the logs searching the logs as @stephenw10 suggested and noticed some funny "XID Mismatch" logs. So, looking up this article: https://docs.netgate.com/pfsense/en/latest/troubleshooting/dhcpv6-xid-mismatch.html It said to basically do (arrow is for pointing out command): # ps uxawww | grep dhcp6c root xxxxx 0.0 0.0 5780 1488 ?? INs Sat09PM 0:00.90 /usr/local/sbin/dhcp6c -d -c /var/etc/dhcp6c_wan.conf -p /var/run/dhcp6c_re1.pid re1 root xxxxy 0.0 0.0 5780 1524 ?? Is Tue07AM 0:00.30 /usr/local/sbin/dhcp6c -d -c /var/etc/dhcp6c_wan.conf -p /var/run/dhcp6c_re1.pid re1 Then, i saw multiple instances of it like the output do: killall -9 dhcp6c Solved my problem, maybe yours too.
  • Receiving duplicates packets for the radius request in Pfsense

    1
    0 Votes
    1 Posts
    293 Views
    No one has replied
  • email notification Secure SMTP Connection ? [SOLVED]

    3
    0 Votes
    3 Posts
    1k Views
    noplanN
    @viragomann thanks ! --> solved
  • dnsmasq: important security update

    2
    1 Votes
    2 Posts
    591 Views
    stephenw10S
    DNSMasq is not enabled by default in pfSense. It's mostly included for backward compatibility. Those issues look to be mostly DNSSec related which is not used in DNSMasq in pfSense, you should use Unbound if you want DNSSec. Any updates will be in the upcoming 2.5 release though. Steve
  • Azure pfsense NVA odd log entry Kernel.Critical

    1
    0 Votes
    1 Posts
    296 Views
    No one has replied
  • pfSense month by month schedule

    13
    0 Votes
    13 Posts
    3k Views
    L
    @emammadov I don't know if anyone fixed this - but I'm just typing this for anyone who might need it as I did. I wrote a small bookmarklet in javascript that selects all days in the current month. It can be expanded to select the whole year at once. As far as I care - they can even integrate it in the main interface, for easier management of the schedule dates... Here it is: https://jsfiddle.net/lovetruth/bdLnhw3m/2/ and the code inside the js section can be transformed easily into a bookmarklet using this site: https://www.yourjs.com/bookmarklet/ And then you just drag and drop your converted blue bookmarklet into your bookmarks bar and use it whenever you have the calendar of the firewall schedules in front of you. Success!...
  • Probably simple PPPoE question

    9
    0 Votes
    9 Posts
    1k Views
    D
    @stephenw10 It is just a single static IP, so I think it should just connect. This morning I will spin up a fresh virtual pfsense just to make sure its not somehow corrupted. Thanks
  • SG5100 halts every 10 days

    14
    0 Votes
    14 Posts
    1k Views
    G
    @scratchydog the ECC ram is hard, if not nearly impossible, to find. I've seen posts from people saying they use non-ECC just fine. If you search this forum or Google you should get to those threads.
  • Need to Block Telegram - heavy movie downloading

    3
    0 Votes
    3 Posts
    515 Views
    M
    You could implement a UTM like Untangle in bridge mode and leverage the Bandwidth control app to severely limit the bandwidth available to the application. This would effectively stop the downloading.
  • PfSense seems to exclude MacBook from the network

    7
    0 Votes
    7 Posts
    2k Views
    H
    @bergischweb I seem to be having the same issue. I haven't changed anything in Pfsense, but starting yesterday my M1 Macbook no longer can access internet. I can open other items on the network - but NOT 192.168.1.1 for Pfsense page. On my windows laptop everything works normally. I rebooted into recovery on the mac and have the same issue. Also restarted my Pfsense box. I haven't really setup anything in Pfsense yet - only 1 forwarding setup for plex and parsec. Did you find a solution?
  • strange connectivity, slow download, no upload

    3
    0 Votes
    3 Posts
    236 Views
    stephenw10S
    Almost impossible to say without more info from the problem install. Switching from DHCP to PPPoE would not normally be an issue. It sounds like you may have had an old gateway still present though. If that was still set as default you would have seen connectivity issues. Steve
  • How to configure IGMP proxy when settopbox not connected to pfSense box

    2
    0 Votes
    2 Posts
    529 Views
    stephenw10S
    I wouldn't expect to see any difference in the IGMPproxy in pfSense simply changing the interface. However I also wouldn't expect it to work unless you are also proxying the IGMP in the downstream router. Steve
  • Setup for url redirection and host header rewriting

    2
    0 Votes
    2 Posts
    305 Views
    stephenw10S
    It might be possible, at least in part, by using Squid and Squidguard. You would need to do full ssl intercept if clients request https of course. Steve
  • 0 Votes
    1 Posts
    421 Views
    No one has replied
  • SG-1100 Logs show Poss Problem ?

    3
    0 Votes
    3 Posts
    373 Views
    B
    Good news.. Thank you for the response. Netgate always comes through. Regards
  • Internet access breaks approx every week

    6
    0 Votes
    6 Posts
    1k Views
    H
    @stephenw10 Yes, there was another gateway to another "internal" network. Everything there was virtualized, however I can see why that would cause a problem.
  • NTP / Clock Unsynchronized error after KVM kernel upgrade

    4
    0 Votes
    4 Posts
    1k Views
    stephenw10S
    Hmm, well ntpd won't respond if it thinks it is not sync'd itself, which looks like the case here. What if you try to manually sync the Secondary from the command line? Against the Primary maybe? Or some external time source? Steve
  • Solved: How to import many (changing) routes into pfSense?

    5
    0 Votes
    5 Posts
    620 Views
    S
    @soupdiver wouldn't it be easier to just put all the IP's of AWS EAST in an alias & policy route it through the openvpn ? yea it seems so I had to lookup policy routing but this works nicely. I will write a lil script which formats the AWS API response in a way pfSense will understand it and then I should be done. Thanks!
  • Failure to connect to Netflix

    12
    0 Votes
    12 Posts
    2k Views
    D
    Thanks, for the information, and all your help,
  • load balancing to different graylog inputs

    2
    0 Votes
    2 Posts
    404 Views
    stephenw10S
    You are sending data to different graylog servers? Are you recombining it again somewhere to analyze it? Because there is too much data for one server to consume? Redundancy? I'm not sure there is any way to do this but we might be able to suggest something else. Steve
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.