Изменения документа 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
на 2022/12/12 12:24
на 2022/12/12 12:24
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (2 изменено, 0 добавлено, 0 удалено)
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Родительский документ
-
... ... @@ -1,1 +1,1 @@ 1 -Хостинг.Windows.WebHome 1 +Хостинг.Операционные системы.Windows.WebHome - Содержимое
-
... ... @@ -1,4 +2,3 @@ 1 - 2 2 netsh portproxy 3 3 4 4 Настройка проброса сетевых портов (порт форвардинга) в Windows ... ... @@ -11,6 +11,35 @@ 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>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]] протокол. 21 + 22 +---- 23 + 24 +==== Внутренние ссылки: ==== 25 + 26 +====== Дочерние страницы: ====== 27 + 28 +{{children/}} 29 + 30 +====== Обратные ссылки: ====== 31 + 32 +{{velocity}} 33 +#set ($links = $doc.getBacklinks()) 34 +#if ($links.size() > 0) 35 + #foreach ($docname in $links) 36 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 37 + * [[$escapetool.xml($rdoc.fullName)]] 38 + #end 39 +#else 40 + No back links for this page! 41 +#end 42 +{{/velocity}} 43 + 44 +----
- 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