Port forwarding on Windows 7

后端 未结 5 1834
悲哀的现实
悲哀的现实 2021-02-03 12:04

How do I redirect an incomming request on port xxx to localhost:yyy on windows 7?

Development Server (vs 2008) only allow access from localhost which isnt good enough. I

5条回答
  •  悲&欢浪女
    2021-02-03 13:04

    Not really sure what you are looking for. However port forwarding will be relevant when you have a router in place and you need to explicitly forward a request on a specific router port to a specific IP and port on a LAN computer. If you want to access the web server from other LAN computers on the same network then http://ip-address should just work fine. Also make sure that your web server is listening on the LAN IP and is not just bound to localhost.

提交回复
热议问题