TOCMS WindowsWindows 11Windows 10 Draft for Information Only
ContentNetsh interface portproxy commands
Netsh interface portproxy commandsThe netsh interface portproxy commands is used to act as proxies between IPv4 and IPv6 networks and applications.netsh interface portproxyList of netsh interface portproxy commands:
add v4tov4The portproxy server listens for messages sent to a specific port and IPv4 address and maps a port and IPv4 address to send the messages received after establishing a separate TCP connection.Syntaxadd v4tov4 listenport= {Integer | ServiceName} [[connectaddress=] {IPv4Address | HostName}] [[connectport=] {Integer | ServiceName}] [[listenaddress=] {IPv4Address | HostName}] [[protocol=]tcp]Parameterslistenport Specifies the IPv4 port, by port number or service name, on which to listen. connectaddress Specifies the IPv4 address to which to connect. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. connectport Specifies the IPv4 port, by port number or service name, to which to connect. If connectport is not specified, the default is the value of listenport on the local computer. listenaddress Specifies the IPv4 address for which to listen. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.add v4tov6The portproxy server listens for messages sent to a specific port and IPv4 address, and maps a port and IPv6 address to send the messages received after establishing a separate TCP connection.Syntaxadd v4tov6 listenport= {Integer | ServiceName} [[connectaddress=] {IPv6Address | HostName} [[connectport=] {Integer | ServiceName}] [[listenaddress=] {IPv4Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv4 port, by port number or service name, on which to listen. connectaddress Specifies the IPv6 address to which to connect. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. connectport Specifies the IPv6 port, by port number or service name, to which to connect. If connectport is not specified, the default is the value of listenport on the local computer. listenaddress Specifies the IPv4 address on which to listen. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.add v6tov4The portproxy server listens for messages sent to a specific port and IPv6 address, and maps a port and IPv4 address to which to send the messages received after establishing a separate TCP connection.Syntaxadd v6tov4 listenport= {Integer | ServiceName} [[connectaddress=] {IPv4Address | HostName} [[connectport=] {Integer | ServiceName}] [[listenaddress=] {IPv6Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv6 port, by port number or service name, on which to listen. connectaddress Specifies the IPv4 address to which to connect. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. connectport Specifies the IPv4 port, by port number or service name, to which to connect. If connectport is not specified, the default is the value of listenport on the local computer. listenaddress Specifies the IPv6 address on which to listen. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.add v6tov6The portproxy server listens for messages sent to a specific port and IPv6 address, and maps a port and IPv6 address to which to send the messages received after establishing a separate TCP connection.Syntaxadd v6tov6 listenport= {Integer | ServiceName} [[connectaddress=] {IPv6Address | HostName} [[connectport=] {Integer | ServiceName}] [[listenaddress=] {IPv6Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv6 port, by port number or service name, on which to listen. connectaddress Specifies the IPv6 address to which to connect. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. connectport Specifies the IPv6 port, by port number or service name, to which to connect. If connectport is not specified, the default is the value of listenport on the local computer. listenaddress Specifies the IPv6 address on which to listen. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.delete v4tov4The portproxy server deletes an IPv4 address from the list of IPv4 ports and addresses for which the server listens.Syntaxdelete v4tov4 listenport= {Integer | ServiceName} [[listenaddress=] {IPv4Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv4 port to delete. listenaddress Specifies the IPv4 address to delete. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.delete v4tov6The portproxy server deletes an IPv4 port and address from the list of IPv4 addresses for which the server listens.Syntaxdelete v4tov6 listenport= {Integer | ServiceName} [[listenaddress=] {IPv4Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv4 port to delete. listenaddress Specifies the IPv4 address to delete. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.delete v6tov4The portproxy server deletes an IPv6 port and address from the list of IPv6 addresses for which the server listens.Syntaxdelete v6tov4 listenport= {Integer | ServiceName} [[listenaddress=] {IPv6Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv6 port to delete. listenaddress Specifies the IPv6 address to delete. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.delete v6tov6The portproxy server deletes an IPv6 address from the list of IPv6 addresses for which the server listens.Syntaxdelete v6tov6 listenport= {Integer | ServiceName} [[listenaddress=] {IPv6Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv6 port to delete. listenaddress Specifies the IPv6 address to delete. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.resetResets the IPv6 configuration state.Syntaxresetset v4tov4Modifies the parameter values of an existing entry on the portproxy server created with the add v4tov4 command, or adds a new entry to the list that maps port/address pairs.Syntaxset v4tov4 listenport= {Integer | ServiceName} [[connectaddress=] {IPv4Address | HostName} [[connectport=] {Integer | ServiceName}] [[listenaddress=] {IPv4Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv4 port, by port number or service name, on which to listen. connectaddress Specifies the IPv4 address to which to connect. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. connectport Specifies the IPv4 port, by port number or service name, to which to connect. If connectport is not specified, the default is the value of listenport on the local computer. listenaddress Specifies the IPv4 address for which to listen. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.set v4tov6Modifies the parameter values of an existing entry on the portproxy server created with the add v4tov6 command, or adds a new entry to the list that maps port/address pairs.Syntaxset v4tov6 listenport= {Integer | ServiceName} [[connectaddress=] {IPv6Address | HostName} [[connectport=] {Integer | ServiceName}] [[listenaddress=] {IPv4Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv4 port, by port number or service name, on which to listen. connectaddress Specifies the IPv6 address to which to connect. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. connectport Specifies the IPv6 port, by port number or service name, to which to connect. If connectport is not specified, the default is the value of listenport on the local computer. listenaddress Specifies the IPv4 address on which to listen. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.set v6tov4Modifies the parameter values of an existing entry on the portproxy server created with the add v6tov4 command, or adds a new entry to the list that maps port/address pairs.Syntaxset v6tov4 listenport= {Integer | ServiceName} [[connectaddress=] {IPv4Address | HostName} [[connectport=] {Integer | ServiceName}] [[listenaddress=] {IPv6Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv6 port, by port number or service name, on which to listen. connectaddress Specifies the IPv4 address to which to connect. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. connectport Specifies the IPv4 port, by port number or service name, to which to connect. If connectport is not specified, the default is the value of listenport on the local computer. listenaddress Specifies the IPv6 address on which to listen. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. protocol Specifies the protocol to use.set v6tov6Modifies the parameter values of an existing entry on the portproxy server created with the add v6tov6 command, or adds a new entry to the list that maps port/address pairs.Syntaxset v6tov6 listenport= {Integer | ServiceName} [[connectaddress=] {IPv6Address | HostName} [[connectport=] {Integer | ServiceName}] [[listenaddress=] {IPv6Address | HostName} [[protocol=]tcp]Parameterslistenport Specifies the IPv6 port, by port number or service name, on which to listen. connectaddress Specifies the IPv6 address to which to connect. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If an address is not specified, the default is the local computer. connectport Specifies the IPv6 port, by port number or service name, to which to connect. If connectport is not specified, the default is the value of listenport on the local computer. listenaddress Specifies the IPv6 address on which to listen. Acceptable values are IP address, computer NetBIOS name, or computer DNS name. If you do not specify an address, the default is the local computer. protocol Specifies the protocol to use.show allDisplays all portproxy parameters, including port/address pairs for v4tov4, v4tov6, v6tov4, and v6tov6.Syntaxshow allshow v4tov4Displays v4tov4 portproxy parameters.Syntaxshow v4tov4show v4tov6Displays v4tov6 portproxy parameters.Syntaxshow v4tov6show v6tov4Displays v6tov4 portproxy parameters.Syntaxshow v6tov4show v6tov6Displays v6tov6 portproxy parameters.Syntaxshow v6tov6Resources and References
©sideway ID: 210300027 Last Updated: 3/27/2021 Revision: 0 Latest Updated Links
|
Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Travel 9 Reference 79 Computer Hardware 251 Software Application 213 Digitization 32 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 431 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019