Изменения документа TCP Proxy (netsh portproxy)
Редактировал(а) Alexandr Fokin 2023/06/17 13:29
<
отредактировано Alexandr Fokin
на 2023/06/17 13:29
на 2023/06/17 13:29
отредактировано Alexandr Fokin
на 2021/07/19 21:29
на 2021/07/19 21:29
Изменить комментарий:
Редактировать комментарий
Комментарий
-
Свойства страницы (2 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Родительский документ
-
... ... @@ -1,1 +1,1 @@ 1 -Хостинг. Операционные системы.Windows.WebHome1 +Хостинг.Windows.WebHome - Содержимое
-
... ... @@ -1,38 +7,16 @@ 1 -|netsh portproxy 2 -|Настройка проброса сетевых портов (порт форвардинга) в Windows 3 -https://winitpro.ru/index.php/2014/12/23/nastrojka-port-forvardinga-v-windows/ 4 -|{{code language="cmd"}} 5 - rem PowerShell | Проверить свободен ли порт 6 - Test-NetConnection -ComputerName localhost -Port 3340 7 7 8 - rem CMD | Создать правило перенаправления 9 - netsh interface portproxy add v4tov4 listenport=<source port> listenaddress=<source ip/domain> connectport=<destination port> connectaddress=<destination ip/domain> 2 +netsh portproxy 10 10 11 - rem CMD | Удалить правило 12 - netsh interface portproxy delete v4tov4 listenaddress=<source ip/domain> listenport=<source port> 13 -{{/code}} 14 -|[[TCP>>Сети.Протоколы.TCP.WebHome]] протокол. 4 +Настройка проброса сетевых портов (порт форвардинга) в Windows 5 +https://winitpro.ru/index.php/2014/12/23/nastrojka-port-forvardinga-v-windows/ 15 15 16 ----- 17 17 18 - ====Внутренние ссылки:====8 +{{code language="cmd"}} 19 19 20 -====== Дочерние страницы: ====== 10 + rem PowerShell | Проверить свободен ли порт 11 + Test-NetConnection -ComputerName localhost -Port 3340 21 21 22 -{{children/}} 13 + rem CMD | Создать правило перенаправления 14 + netsh interface portproxy add v4tov4 listenport=<source port> listenaddress=<source addresse> connectport=<destination port> connectaddress=<destination address> 23 23 24 -====== Обратные ссылки: ====== 25 - 26 -{{velocity}} 27 -#set ($links = $doc.getBacklinks()) 28 -#if ($links.size() > 0) 29 - #foreach ($docname in $links) 30 - #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 31 - * [[$escapetool.xml($rdoc.fullName)]] 32 - #end 33 -#else 34 - No back links for this page! 35 -#end 36 -{{/velocity}} 37 - 38 ----- 16 +{{/code}}