トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

(DisableIPSourceRouting) の変更点

Top/(DisableIPSourceRouting)

#author("2020-10-06T15:49:53+09:00","","")
[[・L1 MSS]]
&br;
&br;
0. No additional protection, source routed packets are allowed
|Registry Hive|HKEY_LOCAL_MACHINE|
|Registry Path|System\CurrentControlSet\Services\Tcpip\Parameters|
|Value Name|DisableIPSourceRouting|
|Value Type|REG_DWORD|
|Value|0|
&br;
1. Medium, source routed packets ignored when IP forwarding is enabled
|Registry Hive|HKEY_LOCAL_MACHINE|
|Registry Path|System\CurrentControlSet\Services\Tcpip\Parameters|
|Value Name|DisableIPSourceRouting|
|Value Type|REG_DWORD|
|Value|1|
&br;
2. Highest protection, source routing is completely disabled
|Registry Hive|HKEY_LOCAL_MACHINE|
|Registry Path|System\CurrentControlSet\Services\Tcpip\Parameters|
|Value Name|DisableIPSourceRouting|
|Value Type|REG_DWORD|
|Value|2|
#author("2023-01-05T16:28:42+09:00","","")