通信遮断(ip routeコマンドで)を即座にしたい
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#author("2023-02-05T04:10:52+00:00","","")
[[hidekiwiki]]
#html{{
<meta name="description" content="https://fukumoto.tokyo/...
<meta name="keywords" content="通信遮断(ip routeコマンド...
<link rel="canonical" href="https://fukumoto.tokyo/wiki/"...
<br>
<a href="https://it.blogmura.com/linux/"><img src="https:...
<a href="https://www.amazon.co.jp/%EF%BC%BB%E8%A9%A6%E3%8...
<!-- admax -->
<script src="https://adm.shinobi.jp/s/1a0429ab1f292195e9a...
<!-- admax -->
<table border="0" cellpadding="0" cellspacing="0"><tr><td...
</html>
}}
CentOS7,RHEL7以降は以下となります。
例)193.142.147.68/32からのすべての通信を遮断したい場合の...
ip route add blackhole 193.142.147.68
ip route del 193.142.147.68
例)193.142.147.0/24からのすべての通信を遮断したい場合のコ...
ip route add blackhole 193.142.147.0/24
ip route del 193.142.147.0/24
間違っても自分の通信元のグローバルIPや、接続を許可させた...
自己責任でお願いします。
※サーバの再起動した場合は、上記の遮断は消えるので注意
終了行:
#author("2023-02-05T04:10:52+00:00","","")
[[hidekiwiki]]
#html{{
<meta name="description" content="https://fukumoto.tokyo/...
<meta name="keywords" content="通信遮断(ip routeコマンド...
<link rel="canonical" href="https://fukumoto.tokyo/wiki/"...
<br>
<a href="https://it.blogmura.com/linux/"><img src="https:...
<a href="https://www.amazon.co.jp/%EF%BC%BB%E8%A9%A6%E3%8...
<!-- admax -->
<script src="https://adm.shinobi.jp/s/1a0429ab1f292195e9a...
<!-- admax -->
<table border="0" cellpadding="0" cellspacing="0"><tr><td...
</html>
}}
CentOS7,RHEL7以降は以下となります。
例)193.142.147.68/32からのすべての通信を遮断したい場合の...
ip route add blackhole 193.142.147.68
ip route del 193.142.147.68
例)193.142.147.0/24からのすべての通信を遮断したい場合のコ...
ip route add blackhole 193.142.147.0/24
ip route del 193.142.147.0/24
間違っても自分の通信元のグローバルIPや、接続を許可させた...
自己責任でお願いします。
※サーバの再起動した場合は、上記の遮断は消えるので注意
ページ名: