>>>>> "jam" == J A Magallon <[EMAIL PROTECTED]> writes:
jam> Hi...
jam> I have noticed that iptables start before than network:
jam> werewolf:/etc/rc.d/init.d# head -n5 iptables
jam> #!/bin/sh
jam> #
jam> # Startup script to implement /etc/sysconfig/iptables pre-defined rules.
jam> #
jam> # chkconfig: 2345 03 92
jam> werewolf:/etc/rc.d/init.d# head -n5 network
jam> #! /bin/bash
jam> #
jam> # network Bring up/down networking
jam> #
jam> # chkconfig: 2345 10 90
jam> Shoud not start after ?
Hi
No.
Idea at least is that 1st you start the firewall, and then you
start the network. This way you are not unprotected for a
single moment.
Later, Juan.
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy