access-list outside_access_in permit tcp any any eq 5566
access-list inside_access_out permit tcp any any eq 5566
access-group outside_access_in in interface outside
access-group inside_access_out in interface inside
You may already have your own access groups already applied. If so just change the names in the examples above to what you have currently (use the 'show access-group' command in CLI to see what they are called).
And it you don't have one, especially inside_access_out, be sure to add all traffic that you want to go out. There's an implied "deny ip any any" at the end of every access-list.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.