• PPP unusual errors

    5
    0 Votes
    5 Posts
    496 Views
    T
    @stephenw10 Good idea, I'll take a look in Wireshark at the result, that might give some clues. I removed the hardset 1492 MTU from the config and let PPP negotiate the MTU. It still came up 1492 as expected. Its odd that it only happens in bursts, the first about an hour after resetting the link. I haven't seen anything since. I've also asked the ISP if there is anything happening at their end just in case. regards Tim
  • Broadcast traffic on WAN

    3
    0 Votes
    3 Posts
    459 Views
    stephenw10S
    Your ISP is not isolating customers on the same subnet. Or they are sending it themselves... Continuous 1.5Mbps seems extreme. You can add a firewall rule on WAN to block and not log that which will remove load from the firewall but won't help traffic conditions on your WAN. I would call the ISP if the source IP there is just some other customer of theirs. Steve
  • interface speed

    8
    0 Votes
    8 Posts
    879 Views
    JKnottJ
    @glenthenerd said in interface speed: Rogers is being a pill. The default ID is "cusadmin" and the password is "password". If the modem is in gateway mode, you use the gateway address. If in bridge mode, use 192.168.100.1. IIRC, they do have access. When I had some IPv6 problems, earlier this year, the tech put another password on my modem, which I didn't know and I had to call them to reset it. If first level support can't help, ask for 2nd level. I often do that as I find I'm wasting my time talking to 1st level.
  • annoying arpwatch email notification

    2
    0 Votes
    2 Posts
    243 Views
    stephenw10S
    Not beyond send notifications or don't in the current package. Steve
  • Accidently locked out of WebGUI

    10
    0 Votes
    10 Posts
    1k Views
    stephenw10S
    You could also use 'fetch' which is included for future reference.
  • Firewall Rules with Alias only works after rebooting the pfSense

    7
    0 Votes
    7 Posts
    2k Views
    GertjanG
    @marco-jaeger said in Firewall Rules with Alias only works after rebooting the pfSense: Check this redmine ticket: https://redmine.pfsense.org/issues/9296 Still, the issue seems far less then 6 month ago - I tend to say : for me : no more issues. @marco-jaeger said in Firewall Rules with Alias only works after rebooting the pfSense: our pfSense (Version 2.4.4_P1) @marco-jaeger : what about simply updating to p3 ? The problem will be probably be less - and don't forget the other problem : less other issues which some are security related. The issue could not be 'filterdns' related, but more 'ipfw' - and this is based out of FreeBSD.... ( I think I saw flying @bmeeks other palm now ^^ )
  • Best defense for Syn Flood?

    6
    0 Votes
    6 Posts
    2k Views
    B
    This has been going on for a few months now and is very likely a SYN-ACK flood, as opposed to a SYN flood. The source IPs in the SYN packets are forged. Using forged IPs, the attackers can select any set of source (victim) addresses they want. Those victims are flooded with SYN-ACK packets. Blocking the traffic will only be effective until they choose another victim, which they seem to do regularly. Sadly, there really isn't much you can do. Search for "Anatomy of a SYN ACK attack". I'd post the link but Akismet is stopping me.
  • Acceptable packet loss on WAN

    14
    0 Votes
    14 Posts
    2k Views
    C
    I expect a steam download will cause carnage. I consider that the ultimate test, steam downloads (uncapped in client) are almost like DDOS'ing your own line 30+ download threads. Basically when a line is saturated you will get packet loss, there has to be, TCP flow is controlled by the fact packets get dropped. However the issue is which packets are getting dropped and the amount been dropped. Ingress shaping that prioritises small packets e.g. if working perfect would ensure these pings make it through on the monitoring, so presenting a loss free line, and "all" the dropped packets would be from the TCP downloads having practically no impact on throughput. That's the ideal world scenario. It is a mystery why some people don't see this issue at all, some see it but can fix it via ingress shaping, others see it but cannot fix it at all (without a massive downstream throttle to prevent it). My theory remains a driver/nic issue been possible, but also hard to rule out the intermediate modem. If possible the first test would be to swap out pfSense for something else temporarily, and if the behaviour is the same, then it suggests an issue either with modem or ISP side queuing. Certainly I think on the modern internet ingress is far more difficult to manage than egress, egress for me has only ever really compromised QoS in the days when it was tiny like on ADSL. Even then it tended to just skyrocket latency rather than cause significant packet loss. Buffer bloat is bad, but its a lesser evil than a mass of indiscriminate dropped packets.
  • Default deny rule IPv4

    11
    0 Votes
    11 Posts
    1k Views
    DerelictD
    There is always another option. :)
  • HTTP to HTTPS redirect

    3
    0 Votes
    3 Posts
    335 Views
    manjotscM
    @stephenw10 Thanks
  • Failover configuration

    3
    0 Votes
    3 Posts
    414 Views
    P
    @stephenw10 Thank you so much Steve. Completely explains what I was observing. I just did a test and confirmed that it is working as expected. I also had an error with how I had configured DNS which was confounding things even more. Basically there is no need for me to doing anything other than the default behavior. As long as the connections eventually end up going out the Comcast gateway all is good Thanks!
  • New Failure For Me...pfSense Machine Errors, etc.

    3
    0 Votes
    3 Posts
    535 Views
    T
    Agree with @stephenw10 - there are few issues with just certain models of Intel cards, but overall they are pretty solid it. Chelsio support is also quite good for FreeBSD - which card are you using? Also, have a look at this link: https://bsdrp.net/documentation/technical_docs/performance Next time you see the interrupt storm messages occurring, try running "vmstat -i" from the command line to track down the culprit device (interface). Hope this helps.
  • log analysis

    1
    0 Votes
    1 Posts
    180 Views
    No one has replied
  • Strange items in System/General log file

    3
    0 Votes
    3 Posts
    930 Views
    J
    Thanks for the fast response!!
  • 0 Votes
    21 Posts
    2k Views
    manjotscM
    @NogBadTheBad Thanks, for support
  • does pfsense behind router make sense

    pfsense firewall nas forwarding home
    8
    0 Votes
    8 Posts
    2k Views
    DerelictD
    Well it is up to the ISP device to provide reasonable support for a customer-owned firewall device while still providing the necessary IPTV, etc functionality.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • How to have pfsense automatically boot into multi?

    13
    0 Votes
    13 Posts
    2k Views
    stephenw10S
    That blog post is wrong (at least partially ). You should add that to /boot/loader.conf.local to avoid it being overwritten. See our intructions for that here: https://docs.netgate.com/pfsense/en/latest/install/upgrade-guide.html?highlight=kern%20vty#upgrading-from-versions-older-than-pfsense-2-4-4 Steve
  • PPPoE Over Vlan

    4
    0 Votes
    4 Posts
    791 Views
    stephenw10S
    Yes, if you create a single interface bridge and use that as the VLAN parent you can set a MAC address for the bridge. I've never tried more than one though. Steve
  • is there a way to create MFA with ldap

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