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

    Firewall log showing Lan ipv6 traffic getting blocked

    Scheduled Pinned Locked Moved Firewalling
    17 Posts 4 Posters 15.2k 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.
    • A Offline
      aGeekhere
      last edited by

      I have squid3 with squidGuard non transparent proxy wpad.
      I have not installed snort.

      The error is

      
      The rule that triggered this action is:
      @7(1000000105) block drop in log inet6 all lable "Default deny rule IPv6"
      
      

      The log of blocks

      
      scrub on pppoe0 all fragment reassemble
      scrub on re2 all fragment reassemble
      anchor "relayd/*" all
      anchor "openvpn/*" all
      anchor "ipsec/*" all
      block drop in log quick inet from 169.254.0.0/16 to any label "Block IPv4 link-local"
      block drop in log quick inet from any to 169.254.0.0/16 label "Block IPv4 link-local"
      block drop in log inet all label "Default deny rule IPv4"
      block drop out log inet all label "Default deny rule IPv4"
      block drop in log inet6 all label "Default deny rule IPv6"
      block drop out log inet6 all label "Default deny rule IPv6"
      block drop log quick inet proto tcp from any port = 0 to any label "Block traffic from port 0"
      block drop log quick inet proto udp from any port = 0 to any label "Block traffic from port 0"
      block drop log quick inet proto tcp from any to any port = 0 label "Block traffic to port 0"
      block drop log quick inet proto udp from any to any port = 0 label "Block traffic to port 0"
      block drop log quick inet6 proto tcp from any port = 0 to any label "Block traffic from port 0"
      block drop log quick inet6 proto udp from any port = 0 to any label "Block traffic from port 0"
      block drop log quick inet6 proto tcp from any to any port = 0 label "Block traffic to port 0"
      block drop log quick inet6 proto udp from any to any port = 0 label "Block traffic to port 0"
      block drop log quick from <snort2c>to any label "Block snort2c hosts"
      block drop log quick from any to <snort2c>label "Block snort2c hosts"
      block drop in log quick proto tcp from <sshlockout>to (self) port = ssh label "sshlockout"
      block drop in log quick proto tcp from <webconfiguratorlockout>to (self) port = http label "webConfiguratorlockout"
      block drop in log quick from <virusprot>to any label "virusprot overload table"
      block drop in log quick on pppoe0 from <bogons>to any label "block bogon IPv4 networks from WAN"
      block drop in log quick on pppoe0 from <bogonsv6>to any label "block bogon IPv6 networks from WAN"
      block drop in log on ! pppoe0 inet from "my isp ip " to any
      block drop in log inet from "my isp ip" to any
      block drop in log on pppoe0 inet6 from fe80::20d:b9ff:fe3a:3db4 to any
      block drop in log quick on pppoe0 inet from 10.0.0.0/8 to any label "Block private networks from WAN block 10/8"
      block drop in log quick on pppoe0 inet from 127.0.0.0/8 to any label "Block private networks from WAN block 127/8"
      block drop in log quick on pppoe0 inet from 172.16.0.0/12 to any label "Block private networks from WAN block 172.16/12"
      block drop in log quick on pppoe0 inet from 192.168.0.0/16 to any label "Block private networks from WAN block 192.168/16"
      block drop in log quick on pppoe0 inet6 from fc00::/7 to any label "Block ULA networks from WAN block fc00::/7"
      block drop in log on ! re2 inet from 192.168.1.0/24 to any
      block drop in log inet from 192.168.1.1 to any
      block drop in log on re2 inet6 from fe80::1:1 to any
      anchor "userrules/*" all</bogonsv6></bogons></virusprot></webconfiguratorlockout></sshlockout></snort2c></snort2c> 
      

      I should try disabling the proxy to see if that is causing it.

      Never Fear, A Geek is Here!

      1 Reply Last reply Reply Quote 0
      • M Offline
        mer
        last edited by

        "blocked by default deny rule ipv6"
        That's your big clue right there.  Default deny means the traffic is not matching any pass rules.

        see what happens when you disable the proxy.

        1 Reply Last reply Reply Quote 0
        • D Offline
          doktornotor Banned
          last edited by

          ^^^ That.

          Plus, you know, you'd get a relevant advise if you posted a screenshot of the entire ruleset instead of posting what you think you have configured in ASCII art… :-(

          1 Reply Last reply Reply Quote 0
          • A Offline
            aGeekhere
            last edited by

            Ok, see attachments, I have disabled all rules but the default.

            I have also tried disabling the proxy, with the same errors.

            Any other information you need?

            firewall.jpg_thumb
            firewall.jpg
            error.jpg
            error.jpg_thumb

            Never Fear, A Geek is Here!

            1 Reply Last reply Reply Quote 0
            • M Offline
              mer
              last edited by

              After making the rule changes to include the pass any to any did you flush/reset states?  I think it's up under Diags.  You need to do this typically if you are trying to block traffic that already has pass states.

              Just to double check, the couple of firewall rules you show, they are on the LAN interface, not WAN?  Hard to tell since we can't see the whole window.  Goes to dok saying "…screenshot of the entire ruleset..".

              I'd love to help more, but I don't pull teeth for a living.

              1 Reply Last reply Reply Quote 0
              • johnpozJ Offline
                johnpoz LAYER 8 Global Moderator
                last edited by

                How would you expect a link local address to talk to a teredo address anyway teredo ipv6 would be 2001::/32?  You have listed lan net in your allow rule.  Is link local address listed in your lan net?  Looks like to me you have a borked ipv6 setup if your seeing link-local trying to talk to teredo?.  fe80 is only valid on the local segment.

                From that address I get this
                Teredo server's IPv4  94.245.121.253
                Public IPv4 201.7.55.118

                2nd one IPv4 is 68.149.111.125 same server which is owned by MS.. So have to assume one of their teredo servers.

                Here is what I would suggest, if your not going to setup ipv6 correctly.. Then just disable it on your machines.. Can be disabled, ie removes the teredo, isatap and 6to4 windows thinks everyone should have enabled out of the box..  with a simple reg key.

                reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 255

                You have maybe a p2p client running and its trying to talk to ipv6 address that are in the swarm the best it can?

                As to this eca:e4ea::1 I have no idea what that address is..  That looks to be reserved space to me.. Where that would come from have no idea.

                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
                • A Offline
                  aGeekhere
                  last edited by

                  After making the rule changes to include the pass any to any did you flush/reset states?  I think it's up under Diags.  You need to do this typically if you are trying to block traffic that already has pass states.

                  I did not know about this option, found it under Diagnostics: state: Reset state, have reset now.

                  Just to double check, the couple of firewall rules you show, they are on the LAN interface, not WAN?  Hard to tell since we can't see the whole window.  Goes to dok saying "…screenshot of the entire ruleset.."

                  Yes it is the LAN interface,

                  I'd love to help more, but I don't pull teeth for a living.

                  No need to pull teeth, will try to be more thorough.

                  It looks like that changing the default from LAN net to *  and flush/reset states has fix that issue, I am no longer getting ipv6 errors.

                  Firewall: Rules : LAN

                  
                  IPv4 *	*	*	*	*	*	none	 	Default allow LAN to any rule 
                  IPv6 *	*	*	*	*	*	none	 	Default allow LAN IPv6 to any rule 
                  
                  

                  On a another issue I am getting blocked lan traffic going to the squid proxy see attachments.

                  Errors

                  @6(1000000104) Blocked drop out log inet all label "default deny rule IPv4"
                  

                  Not sure why that traffic is getting blocked?

                  error.jpg
                  error.jpg_thumb
                  firewallRules.jpg
                  firewallRules.jpg_thumb

                  Never Fear, A Geek is Here!

                  1 Reply Last reply Reply Quote 0
                  • johnpozJ Offline
                    johnpoz LAYER 8 Global Moderator
                    last edited by

                    So vs stopping the traffic that wouldn't work anyway and you don't even know what it was?  Your solution is to just allow it?  And not log it..

                    Your new issue is just out of state traffic.. This happens in a stateful firewall..

                    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
                    • A Offline
                      aGeekhere
                      last edited by

                      So vs stopping the traffic that wouldn't work anyway and you don't even know what it was?  Your solution is to just allow it?  And not log it..

                      The traffic was ipv6 of my lan pc

                      Never Fear, A Geek is Here!

                      1 Reply Last reply Reply Quote 0
                      • johnpozJ Offline
                        johnpoz LAYER 8 Global Moderator
                        last edited by

                        Yes your lan pc was sending out stuff that would never work to some teredo address from its link local address..  So you want this traffic?  Do you know what that traffic was?  Disable ipv6 on your machine if you don't understand ipv6.

                        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
                        • First post
                          Last post
                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.