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

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

<
От версии < 4.3 >
отредактировано Alexandr Fokin
на 2022/10/19 16:11
К версии < 2.2 >
отредактировано Alexandr Fokin
на 2021/07/19 21:29
>
Изменить комментарий: Добавлен комментарий

Комментарий

Подробности

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