V
V
valerijfrolov2012-01-27 13:20:18
Network administration
valerijfrolov, 2012-01-27 13:20:18

How to do port forwarding in windows server 2008 r2?

The task is to forward port 8080 to standard 80, is it possible to do this on the server itself without a firewall?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sisaenkov, 2012-01-27
@sisaenkov

cmd:
netsh
interface
portproxy
add v4tov4 listenaddress=0.0.0.0 listenport=8080 connectaddress=172.16.1.10 connectport=80
dump

V
ve1m, 2012-01-27
@ve1m

www.rickwargo.com/2011/01/08/port-forwarding-port-mapping-on-windows-server-2008-r2/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question