ユーザ用ツール

サイト用ツール


windows:napt

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
windows:napt [2023/01/30 14:05] – 作成 mikotowindows:napt [2023/08/25 11:52] (現在) mikoto
行 23: 行 23:
 <code> <code>
 New-NetNat -Name "NAPT_172_16_0_0/24" -InternalIPInterfaceAddressPrefix 172.16.0.0/24 New-NetNat -Name "NAPT_172_16_0_0/24" -InternalIPInterfaceAddressPrefix 172.16.0.0/24
 +</code>
 +
 +確認
 +<code powershell>
 +Get-NetNat
 </code> </code>
  
行 33: 行 38:
 <code> <code>
 Add-NetNatStaticMapping "NAPT_172_16_0_0/24" -ExternalIPAddress 0.0.0.0 -InternalIPAddress 172.16.0.10 -ExternalPort 58080 -Protocol TCP -InternalPort 8080 Add-NetNatStaticMapping "NAPT_172_16_0_0/24" -ExternalIPAddress 0.0.0.0 -InternalIPAddress 172.16.0.10 -ExternalPort 58080 -Protocol TCP -InternalPort 8080
 +</code>
 +
 +確認
 +<code powershell>
 +Get-NetNatStaticMapping
 </code> </code>
windows/napt.1675055157.txt.gz · 最終更新: 2023/01/30 14:05 by mikoto