差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:commands:network:iptables [2020/02/10 01:26] – [nat テーブルの透過プロキシ設定] ともやん | linux:commands:network:iptables [2020/02/10 08:53] (現在) – ともやん | ||
|---|---|---|---|
| 行 34: | 行 34: | ||
| ===== nat テーブルの削除 ===== | ===== nat テーブルの削除 ===== | ||
| + | **iptables -t < | ||
| + | **iptables -t < | ||
| < | < | ||
| $ sudo iptables -t nat -nL PREROUTING --line-numbers | $ sudo iptables -t nat -nL PREROUTING --line-numbers | ||
| 行 64: | 行 66: | ||
| $ sudo iptables-restore < iptables_save.txt | $ sudo iptables-restore < iptables_save.txt | ||
| </ | </ | ||
| + | |||
| + | ===== 参考文献 ===== | ||
| + | [[https:// | ||
| + | |||