sysctl

  • 設定を確認
sysctl net.ipv4.ip_forward
  • すべての設定を確認
sysctl -a
  • 設定する
sysctl net.ipv4.ip_forward=1
  • 設定ファイルを読み込む
sysctl -p