Kir Kolyshkin wrote: > Lloyd R. Prentice wrote: >> Then I rebooted > Oops. Why a reboot? > > All the iptables commands, and modprobe as well, are not taking effect > after the reboot. In order to make them persistent, you have to put > those in some startup script. To be more precise, all distribution I know use /etc/sysconfig/iptables file to make rules persistent. After setting up your rules via `iptables` command you should do `iptables-save > /etc/sysconfig/iptables`, and at a boot time init script will automagically use your rules.
HTH, Vasily. _______________________________________________ Users mailing list [email protected] https://openvz.org/mailman/listinfo/users
