ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Access Control Lists - CompTIA Network+ N10-007 Prof Messer

    Training
    prof messer networking network+ acl youtube it training it career video training
    4
    4
    558
    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.
    • steveS
      steve
      last edited by

      Youtube Video


      Part of the Seventh Generation Prof Messer CompTIA Network+ N10-007 Certification Training Series

      1 Reply Last reply Reply Quote 2
      • maryM
        mary
        last edited by

        Is there a way to deny all incoming traffic to your firewall?

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch
          last edited by

          You set the default action for the traffic to be dropped.

          This is actually typical. Here is my setup. WAN_IN is just a descriptive name, meaning traffic hitting the WAN port and destined for something on the internal LAN. This is your normal return traffic.

          set firewall name WAN_IN default-action drop
          set firewall name WAN_IN description 'WAN to internal'
          

          Then you set specific allow rules for the traffic you want.

          For example, if you do not allow the return leg of established outbound traffic, nothing will work because the firewall blocked everything coming back.

          set firewall name WAN_IN rule 10 action accept
          set firewall name WAN_IN rule 10 description 'Allow established/related'
          set firewall name WAN_IN rule 10 state established enable
          set firewall name WAN_IN rule 10 state related enable
          
          1 Reply Last reply Reply Quote 2
          • scottalanmillerS
            scottalanmiller @mary
            last edited by

            @mary said in Access Control Lists - CompTIA Network+ N10-007 Prof Messer:

            Is there a way to deny all incoming traffic to your firewall?

            Sure. But if you think about it, you'd absolutely never want this. This would be the same as disconnecting the network. If you wanted to do this, you would simply unplug the network instead (as that is more reliable.) The only reason to truly "deny all" is to go offline. And if you want to be offline you logically want it to be really reliable and since you'd want no traffic to make it no matter what in that situation, pulling the plug is the better choice 99.99% of the time.

            1 Reply Last reply Reply Quote 1
            • 1 / 1
            • First post
              Last post