LINUX.ORG.RU
ФорумAdmin

сохранить правила


0

0

как сохранить правила iptables в debian чтобы они работали после перезагрузки. Записал их в файл с помощью iptables-save > rule.txt.

anonymous
Ответ на: комментарий от Zulu

не совсем понятно

извини но речи в man 5 interfaces нет о запоминании правил маршрутизации

pre-up command Run command before bringing the interface up. If this command fails then ifup aborts, refraining from marking the interface as config- ured, prints an error message, and exits with status 0. This behav- ior may change in the future.

up command

post-up command Run command after bringing the interface up. If this command fails then ifup aborts, refraining from marking the interface as config- ured (even though it has really been configured), prints an error message, and exits with status 0. This behavior may change in the future.

down command

anonymous
()

  Some may prefer to use iptables-save and iptables-restore to save
  rule sets. The deprecated iptables init.d script in included in
  the example section as a reference for a state based init script.
  You can get the same basic functionality by using saving your
  rules with iptables-save and using ifupdown to apply them.

    # sample /etc/network/interfaces lines
    pre-up iptables-restore < /etc/iptables.up.rules
    post-down iptables-restore < /etc/iptables.down.rules

kes
()

вообще, в дебиане крайне полезно завести привычку читать /usr/share/doc/$PACKAGENAME/README.Debian[.gz]

kes
()
Ответ на: не совсем понятно от anonymous

>извини но речи в man 5 interfaces нет о запоминании правил маршрутизации

А причем тут маршрутизация? :)

fagot ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.