I'd like to thank everyone for all the help you've provided me with in the past--
I was playing around yesterday, I had three access-lists that looked something like this:
access-list ACL-1 permit tcp host ME host YOU eq 23
access-list ACL-2 permit tcp host ME host YOU range 5000 7000
access-list ACL-3 permit tcp host ME host YOU eq 80
Now I go to apply this to the interface using access-group...now here's my question.
If host "ME" is on interface1 (inside) and host "YOU" is interface0 (outside) do I only need to apply this to outside interface?
access-group ACL-1 in interface outside
or is it necessary to also apply to inside?
Additionally...does anyone know how many access lists you can bind to an adapter? When I was playing around I tried doing 3, and I did show access-group and it only showed 2 that I had inputted.
Lastly, does anyone know max number of access-lists? Is it better to go:
access-list ACL-1 permit tcp host ME host YOU eq 80
access-list ACL-2 permit udp host ME host YOU eq 534243
or just go:
access-list ACL-1 permit tcp host ME host YOU eq 80
access-list ACL-1 permit udp host ME host YOU eq 534243
thanks in advance for any information you can provide.
I was playing around yesterday, I had three access-lists that looked something like this:
access-list ACL-1 permit tcp host ME host YOU eq 23
access-list ACL-2 permit tcp host ME host YOU range 5000 7000
access-list ACL-3 permit tcp host ME host YOU eq 80
Now I go to apply this to the interface using access-group...now here's my question.
If host "ME" is on interface1 (inside) and host "YOU" is interface0 (outside) do I only need to apply this to outside interface?
access-group ACL-1 in interface outside
or is it necessary to also apply to inside?
Additionally...does anyone know how many access lists you can bind to an adapter? When I was playing around I tried doing 3, and I did show access-group and it only showed 2 that I had inputted.
Lastly, does anyone know max number of access-lists? Is it better to go:
access-list ACL-1 permit tcp host ME host YOU eq 80
access-list ACL-2 permit udp host ME host YOU eq 534243
or just go:
access-list ACL-1 permit tcp host ME host YOU eq 80
access-list ACL-1 permit udp host ME host YOU eq 534243
thanks in advance for any information you can provide.