Since we have a Cisco router sitting upstream from our ASL test system. I need to decide what filters related to the ASL box need to be included/excluded. For example, one of our nameservers only gets ssh, domain and ping packets. All else is blocked.
! 192.86.6.2 = ns1 (hestia)
access-list 101 permit udp any host 192.86.6.2 eq 22
access-list 101 permit tcp host xxx.xxx.xxx.xxx any eq domain
access-list 101 permit udp host xxx.xxx.xxx.xxx any eq domain
access-list 101 permit tcp any host xxx.xxx.xxx.xxx eq domain
access-list 101 permit udp any host xxx.xxx.xxx.xxx eq domain
access-list 101 permit icmp any host xxx.xxx.xxx.xxx
Anyone have a set of filters that they would recommend? Are any ports specifically required or not?
Sakshale
This thread was automatically locked due to age.