LoginSignup
2
1

More than 5 years have passed since last update.

iptables あれこれをここに記す

Last updated at Posted at 2015-05-08
  • 行番号を表示

    /sbin/iptables -L -nv --line-number
    
  • 行番号でルールを削除

    /sbin/iptables -D INPUT "$NUM"
    
  • stringで弾く

    /sbin/iptables -I INPUT -p tcp -m string --string "www.hoge.com" --algo bm --dport 80 --to 128 -j REJECT
    
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1