文書の過去の版を表示しています。


ネットワーク関連

$ sudo iptables -nL
$ sudo iptables-save

 

$ sudo iptables -nL

※管理者でパスが通っていない場合は、以下のように呼び出す必要がある。

$ sudo /sbin/iptables -nL
$ sudo iptables-save > iptables_save.txt
$ sudo iptables-restore < iptables_save.txt
  • linux/commands/network.1425787549.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)