Изменения документа TCP Proxy (netsh portproxy)

Редактировал(а) Alexandr Fokin 2023/06/17 13:29

<
От версии < 2.1 >
отредактировано Alexandr Fokin
на 2021/07/19 20:44
К версии < 4.2 >
отредактировано Alexandr Fokin
на 2022/07/11 16:36
>
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -1,4 +2,3 @@
1 -
2 2  netsh portproxy
3 3  
4 4  Настройка проброса сетевых портов (порт форвардинга) в Windows
... ... @@ -11,6 +11,11 @@
11 11   Test-NetConnection -ComputerName localhost -Port 3340
12 12  
13 13   rem CMD | Создать правило перенаправления
14 - netsh interface portproxy add v4tov4 listenport=<source port> listenaddress=<source addresse> connectport=<destination port> connectaddress=<destination address>
13 + netsh interface portproxy add v4tov4 listenport=<source port> listenaddress=<source ip/domain> connectport=<destination port> connectaddress=<destination ip/domain>
15 15  
15 + rem CMD | Удалить правило
16 + netsh interface portproxy delete v4tov4 listenaddress=<source ip/domain> listenport=<source port>
17 +
16 16  {{/code}}
19 +
20 +[[TCP>>Сети.Протоколы.TCP.WebHome]] протокол.
XWiki.XWikiComments[0]
Автор
... ... @@ -1,0 +1,1 @@
1 +XWiki.cccc1808
Комментарий
... ... @@ -1,0 +1,2 @@
1 +Windows Port Forwarding
2 +https://qna.habr.com/q/1352
Дата
... ... @@ -1,0 +1,1 @@
1 +2021-07-19 21:29:39.990