Windows 2003 setting up port mappings

Source: Internet
Author: User

The netsh default for Windows 2003 does not have the ability to set port mappings, it needs to install the next IPv6 protocol, how to install it? Locate the local connection right-click property to add a new protocol, restart the system after installation, and then use the Port Mapping command for Windows:

netsh interface portproxy add v4tov4 listenport=n3 connectaddress=hostd_ip connectport=n2

netsh interface portproxy Show all

Set all connections to local 1433 ports to the 1433 port of 192.168.22.2

C:\Documents and Settings\sincoder>netsh interface portproxy add v4tov4 Liste
nport=1433 connectaddress=192.168.22.2 connectport=1433


C:\Documents and Settings\sincoder>netsh interface portproxy Show All

Listen IPv4: Connect to IPV4:

Address Port Address Port
--------------- ----------  --------------- ----------
* 1433 192.168.22.2 1433


Windows 2003 setting up port mappings

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.