I am just taking a look at my companies firewall to see if there are any holes, at the moment they have the following conduit statements (amongst others);
permit esp any any (hitcnt=0)
permit udp any any (hitcnt=8497)
I can get rid of the esp as this is this is not getting used.
It is the UDP that is worrying me, I don't like any any statements especially when they have not eq statement with them.
They do have users using a VPN connection to access remotely so therefore I guess they will need some UDP ports open.
I am trying to get to grips with the DEBUG PACKET command on the PIX to see what sort of UDP packets are going through but I can't find the right syntax.
cheers
Ian.
PS. Happy New Year All
permit esp any any (hitcnt=0)
permit udp any any (hitcnt=8497)
I can get rid of the esp as this is this is not getting used.
It is the UDP that is worrying me, I don't like any any statements especially when they have not eq statement with them.
They do have users using a VPN connection to access remotely so therefore I guess they will need some UDP ports open.
I am trying to get to grips with the DEBUG PACKET command on the PIX to see what sort of UDP packets are going through but I can't find the right syntax.
cheers
Ian.
PS. Happy New Year All