|
From: Paolo S. <pao...@gm...> - 2010-09-16 10:33:26
|
I checked the symlinks as you have suggested and they were all ok apparently. But the problem continued. So i decided to look at the DL console during system reboot and i saw that the firewall service stopped because it didn't find tun0 interface defined in VPN Service. The problem is that Firewall Service starts before VPN Service. I corrected the problem, changing the start up order. I changed symlink K17firewall to K99firewall and S06firewall to S99firewall in /etc/init.d/rc3.d and /etc/init.d/rc5.d; so Firewall service should be the last one to be started up. I made a test, rebooting the system and all was ok. Thank you Heiko. Kind regards, Paolo. On 09/15/2010 02:41 PM, Heiko Zuerker wrote: > > Maybe the symlinks for init got lost somehow. > > What's the output of this command? > > find /etc/init.d/ -name \*firewall > > On my DL1.4 it looks like this: > > /etc/init.d/firewall > > /etc/init.d/rc3.d/K17firewall > > /etc/init.d/rc3.d/S06firewall > > /etc/init.d/rc5.d/K17firewall > > /etc/init.d/rc5.d/S06firewall > > Please keep in mind that the numbers are more than likely different. > > If this is the root cause, then you should be able to fix it by executing: > > insserv -d /etc/init.d/firewall > > Heiko > > *From:* Paolo Spizzirri [mailto:pao...@gm...] > *Sent:* Wednesday, September 15, 2010 5:16 AM > *To:* dev...@li... > *Subject:* [Devil-Linux-discuss] Devil Linux 1.2 doesn't load firewall rules at startup. > > Hi guys, > I have been using Devil Linux 1.2 since 2008. > It's configured to work as a Firewall, Dns, Dhcp and Vpn Server; until yesterday all was ok and in particular > Firewall loaded rules at start up too. > Now something is wrong; although firewall service is flagged to run at start up, it doesn't work well. No one can use > Internet, check mail and so on after a system reboot. > So i have to connect to devil linux server via ssh and run command ./firewall restart and all things begin to work well. > Any ideas, why ? > > Kind regards, > > -- > > *Paolo Spizzirri* > > Software Developer > > Mobile: +39 349 7784465 > Email: pao...@gm... <mailto:pao...@gm...> > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss -- *Paolo Spizzirri* Software Developer Mobile: +39 349 7784465 Email: pao...@gm... |