ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2011 06:53 AM - edited 03-11-2019 01:18 PM
What is the difference in the 2 entries below - it must be significant, else it wouldn't be in the Getvpn documentation.
deny tcp any any eq ssh
deny tcp any eq ssh any
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2011 07:16 AM
deny tcp any any eq ssh
deny tcp connections from any ip any port, to the ssh port of any ip. Basically block outgoing ssh connections
deny tcp any eq ssh any
deny tcp connections from any ip ssh port, to any ip nay port. Basically block replies to ssh connections
Hope this helps.
-Shrikant
P.S: Please mark this question resolved if it has been answered. Do rate helpful posts. Thanks.
