Answers:
我的系统管理员给了我一个带有iptables规则的文件。我要输入什么命令来加载它?
iptables-restore < file-with-iptables-rules.txt
我看过他做过,他在一排里就做过!诸如... iptables> thefile.dat之类的东西?
iptables-save > file-with-iptables-rules.txt
curl -s SOME_URL | iptables-restore
。
iptables-restore < http://git.company.com/Company/iptables-rules/blob/master/iptables-rules.txt