ispconfig firewall rules gone after reboot

Discussion in 'General' started by grungy, Jun 14, 2010.

  1. grungy

    grungy Member

    each time I reboot my server the ispconfig firewall rules go away. Is there a way I can invoke the script each time the server boots.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Make sure that the bastille firewall script in /etc/init.d gets started at boot time.

    Which Linux distribution?
     
  3. grungy

    grungy Member

    Debian Lenny
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You can create the system startup links for the Bastille firewall as follows:
    Code:
    update-rc.d bastille-firewall defaults
     

Share This Page