10-26-2018 11:04 AM
I have recently run into an issue of not being able to connect to a particular service on one of my servers when connecting to it from outside of the network. Currently, my thought is to configure it in such a way that when connecting from outside the network it would translate the web port to the port of the service. However, this cannot filter all traffic because it would render the web server itself useless and transfer everything to the other port. How is it possible to configure it so that it takes everything coming into my network on the web port and filter it by url to translate the ports?
10-26-2018 11:20 AM
Hello,
if I understand you correctly, you want to translate specific URL's to specific ports ?
10-26-2018 11:30 AM - edited 10-26-2018 11:32 AM
Yes. Since you put it that way it sounds a little ridiculous. Is that possible or is there another solution that I haven't considered?
10-26-2018 12:35 PM
you can achieve this in web server configuration side, what kind of web server is this ?
10-26-2018 01:39 PM
I agree with Balaji. You would need to create static NAT entries that define URL's, but IOS is not granular enough for that.
10-27-2018 05:49 AM
Hello
Am I missing something here?
The server will have the appropriate ports open to its related application anyway So when connecting to it from the outside you will only need to specify the global outside ip address or the fqdn of the web server and the protocol port it needs to connect to (assuming nat is involved)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide