Help with ACLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 12:35 PM - edited 03-03-2019 12:27 PM
If you wanted to permit 140.153.26.26 to 89.65.251.6 for destination port 3389, what would the access list statement be? I got
IP permit from host 140.153.26.26 to 89.65.251.6 eq 3389 Is this correct?
If you could answer these that would be nice too:
3. If an IP range was blocked at the 16 bit level, what would the IP range look, like to include the subnet mask?
5. List the components in order for a tcp port deny between two host computers.
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 03:53 PM
The ACL would be:
access-list 101 permit tcp host 140.153.26.26 host 89.65.251.6 eq 3389
3. You would have to use a wildcard mask like 255.255.0.0
5. access-list 102 deny tcp host
Hope that helps - pls do remember to rate posts that help.
Paresh
