Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のルールを使用してRSTパケットをドロップしました
iptables -A OUTPUT -p tcp --tcp-flags RST RST -j DROP
RSTパケット送信を復元したいのですが、どうすればよいですか?ありがとう!
ルールを削除するだけで、通常の状態に戻ります。
iptables -D OUTPUT -p tcp --tcp-flags RST -j DROP