• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Very High WAN Traffic When No LAN Activity

Scheduled Pinned Locked Moved Firewalling
5 Posts 3 Posters 366 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P
    pV5
    last edited by Aug 6, 2023, 1:28 PM

    New to PFSense+ and using SG-1100. I'm seeing the traffic LED on my Modem and on the WAN port blinking very fast. I dont see any of this passing to the LAN when looking at the traffic graphs on the status page. This happens even if I have no devices connected to the LAN port. I suspect that its traffic from the Internet hammering on my router for open ports, etc.

    I'm using the default WAN firewall rules settings (no rules). How can I see what is going on on the WAN side? Like what traffic is coming to the WAN from the Internet side and being dropped by the firewall?

    Thanks,

    S J 2 Replies Last reply Aug 6, 2023, 1:32 PM Reply Quote 0
    • S
      SteveITS Galactic Empire @pV5
      last edited by Aug 6, 2023, 1:32 PM

      @pV5 you can set up a rule that blocks the traffic but logs it. Though there is a setting in the logs settings for whether to log or not log packets blocked by the default block rules. (I usually turn that off to reduce noise, and logging)

      Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
      When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
      Upvote ๐Ÿ‘ helpful posts!

      1 Reply Last reply Reply Quote 0
      • J
        johnpoz LAYER 8 Global Moderator @pV5
        last edited by johnpoz Aug 6, 2023, 1:36 PM Aug 6, 2023, 1:35 PM

        @pV5 the default is to log the default deny, so stuff being blocked on the wan would be logged.

        Keep in mind the light could be something that is not logged like arp for example.. Do a sniff (packet capture under diagnostics) on your wan if your curious what is going on..

        Here captured 100 arp packets.. Look at time of first packet, and then time of 100th packet.. Less then 1 second, so yeah your light be going blinky blinky ;)

        100.jpg

        An intelligent man is sometimes forced to be drunk to spend time with his fools
        If you get confused: Listen to the Music Play
        Please don't Chat/PM me for help, unless mod related
        SG-4860 24.11 | Lab VMs 2.8, 24.11

        P 1 Reply Last reply Aug 6, 2023, 3:59 PM Reply Quote 0
        • P
          pV5 @johnpoz
          last edited by Aug 6, 2023, 3:59 PM

          @johnpoz
          Thank you for your help. Where in PFSense can I find the log of the default WAN deny ?

          I used the packet capture under diagnostics as you suggested and I can see a few ping requests from my ISP default gateway, some port scanning requests from unknown locations, but mostly a lot of ARP packets. Some contain my ISP IP and my IP, but most of them donโ€™t. It looks like they are destined from another IP. What are all of these ARP packets and should I be concerned that they are showing up at my WAN? Are they sucking CPU from my router when they are being processed?

          Example from the capture. None of these are my IP or my ISP IP:
          15:10:41.994775 ARP, Request who-has xx.27.98.218 tell xx.27.98.1, length 46
          15:10:42.002767 ARP, Request who-has xx.27.99.196 tell xx.27.99.1, length 46
          15:10:42.004765 ARP, Request who-has xx.149.10.87 tell xx.149.10.1, length 46
          15:10:42.008748 ARP, Request who-has xx.27.99.204 tell xx.27.99.1, length 46
          15:10:42.029776 ARP, Request who-has xx.28.232.172 tell xx.28.232.1, length 46
          15:10:42.042781 ARP, Request who-has xx.14.55.128 tell xx.14.48.1, length 46
          15:10:42.055786 ARP, Request who-has xxx.59.65.174 tell xxx.59.65.169, length 46
          15:10:42.058787 ARP, Request who-has xx.233.199.221 tell xx.233.199.217, length 46
          15:10:42.070768 ARP, Request who-has xx.149.116.184 tell xx.149.116.1, length 46
          15:10:42.072769 ARP, Request who-has xx.27.99.241 tell xx.27.99.1, length 46
          15:10:42.073769 ARP, Request who-has xx.27.99.178 tell xx.27.99.1, length 46
          15:10:42.076777 ARP, Request who-has xx.27.99.198 tell xx.27.99.1, length 46
          15:10:42.085799 ARP, Request who-has xx.192.105.108 tell xx.192.105.105, length 46
          15:10:42.093802 ARP, Request who-has xx.27.99.141 tell xx.27.99.1, length 46
          15:10:42.103806 ARP, Request who-has xxx.59.214.171 tell xxx.59.214.161, length 46
          15:10:42.110809 ARP, Request who-has xx.149.23.124 tell xx.149.23.121, length 46

          @SteveITS
          Thank you for your help. Is this WAN firewall rule what you mean by adding a rule to drop and log traffic?
          Screenshot from 2023-08-06 11-20-13.png

          J 1 Reply Last reply Aug 6, 2023, 4:34 PM Reply Quote 0
          • J
            johnpoz LAYER 8 Global Moderator @pV5
            last edited by johnpoz Aug 6, 2023, 4:37 PM Aug 6, 2023, 4:34 PM

            @pV5 said in Very High WAN Traffic When No LAN Activity:

            Where in PFSense can I find the log of the default WAN deny ?

            In the normal firewall log.. Unless you disabled logging default deny? Then all traffic blocked by the default deny on any interface would be just in the firewall log.

            logbackets.jpg

            I have it turned off - because I have specific rules to just log what I want to log, ie only syn packets for tcp and only common UDP ports. Seeing all of the noise would be kind of pointless. But I am interested in specific traffic.

            yeah mine shows IP ranges that are not in my /21 I get from my ISP for arp as well. It seems many an ISP like to run multiple layer 3 on the same L2..

            But all of those arps would account for your blinky blinky lights.

            An intelligent man is sometimes forced to be drunk to spend time with his fools
            If you get confused: Listen to the Music Play
            Please don't Chat/PM me for help, unless mod related
            SG-4860 24.11 | Lab VMs 2.8, 24.11

            1 Reply Last reply Reply Quote 0
            5 out of 5
            • First post
              5/5
              Last post
            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
              This community forum collects and processes your personal information.
              consent.not_received