Изменения документа TCP Proxy (netsh portproxy)
Редактировал(а) Alexandr Fokin 2023/06/17 13:29
<
отредактировано Alexandr Fokin
на 2021/07/19 21:29
на 2021/07/19 21:29
отредактировано Alexandr Fokin
на 2023/06/17 13:29
на 2023/06/17 13:29
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (2 изменено, 0 добавлено, 0 удалено)
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Родительский документ
-
... ... @@ -1,1 +1,1 @@ 1 -Хостинг.Windows.WebHome 1 +Хостинг.Операционные системы.Windows.WebHome - Содержимое
-
... ... @@ -1,16 +1,38 @@ 1 - 2 -netsh portproxy 3 - 4 -Настройка проброса сетевых портов (порт форвардинга) в Windows 1 +|netsh portproxy 2 +|Настройка проброса сетевых портов (порт форвардинга) в Windows 5 5 https://winitpro.ru/index.php/2014/12/23/nastrojka-port-forvardinga-v-windows/ 6 - 7 - 8 -{{code language="cmd"}} 9 - 4 +|{{code language="cmd"}} 10 10 rem PowerShell | Проверить свободен ли порт 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=<destinationaddress>9 + netsh interface portproxy add v4tov4 listenport=<source port> listenaddress=<source ip/domain> connectport=<destination port> connectaddress=<destination ip/domain> 15 15 11 + rem CMD | Удалить правило 12 + netsh interface portproxy delete v4tov4 listenaddress=<source ip/domain> listenport=<source port> 16 16 {{/code}} 14 +|[[TCP>>Сети.Протоколы.TCP.WebHome]] протокол. 15 + 16 +---- 17 + 18 +==== Внутренние ссылки: ==== 19 + 20 +====== Дочерние страницы: ====== 21 + 22 +{{children/}} 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 +----
- XWiki.XWikiComments[0]
-
- Комментарий
-
... ... @@ -1,2 +1,2 @@ 1 +Windows Port Forwarding 1 1 https://qna.habr.com/q/1352 2 -https://qna.habr.com/q/1352