Nov 24, 2003 #1 yacosta IS-IT--Management Nov 24, 2003 5 US How can i open port 5051 for a specific ip
Nov 25, 2003 #2 themut Technical User Jan 6, 2003 809 CR I am assumming it is TCP port 5051 and the connection is inbound and host 1.1.1.1 will access host 2.2.2.2 on this port. access-list <acl-name> permit tcp host 1.1.1.1 host 2.2.2.2 eq 5051 access-group <acl-name> in interface outside Upvote 0 Downvote
I am assumming it is TCP port 5051 and the connection is inbound and host 1.1.1.1 will access host 2.2.2.2 on this port. access-list <acl-name> permit tcp host 1.1.1.1 host 2.2.2.2 eq 5051 access-group <acl-name> in interface outside