MUltiserver firewall? Why not!

Discussion in 'Developers' Forum' started by almere, Feb 25, 2013.

  1. almere

    almere Member HowtoForge Supporter

    Hello.

    I'm currently trying to make a module, that will care about the firewall at all servers.

    I have only one question, how ispconfig creates a todo action at another server ? So: i set an action from S1 , but server S2 will execute it?

    Thank you.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The ispconfig firewall is multiserver capable already.

    There are two kind of actions implemented. If a event contains data and is based on a mysql database table, then a table event is used. If a action does not contain any data and is just a notification to do something on a remote server like install system updates, then a action is used. For most situations, you will use a table event. Table events are defined in the module file of the module (in /usr/local/ispconfig/server/mods-enabled) and then you bind a processing function in your plugin to that table event.
     
  3. almere

    almere Member HowtoForge Supporter

    You are talking about ports. But what i mean is custom rules for Bastille.

    Can i somewhere read a bit more about it?
     

Share This Page