I would like to restrict the traffic through my router so that only one IP address can use port 8080, with all other port available to the entire subnet. Is this possible on a 3640 router, and how do I configure it?
Use extended access list to permit only one IP to go through to the server on port 8080, that will by default deny everyone else
access-list 101 permit tcp host 12.12.12.12 eq 8080 any
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Don't be content with being average. Average is as close to the bottom as it is to the top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.