SARK V4.0.0 Firewall

From sailpbx
Revision as of 18:30, 19 April 2013 by Adminwiki (talk | contribs) (Firewall)
Jump to: navigation, search

back to SARK v4.0.0 contents

Firewall

For Debian based SARK Appliances (S200 & S500) and vanilla Debian SARK builds, SARK has the Shorewall Firewall on-board and provides a simple GUI to control it



V4 firewall 1.png



By default the firewall is set as follows:

  • allow HTTP port 80 from anywhere
  • allow SSH port 22 from the local lan
  • allow TFTP port 69 from the local lan
  • allow NTP port 123 from the local lan
  • allow IAX2 port 4569 from the local lan
  • allow SIP port 5060 from the local lan
  • allow RTP ports 10000-20000 from the local lan

Everything else is denied.

Setting and changing rules

SARK supports a simple subset of the shorewall ruleset, however it is enough to be able to who will be allowed into the system. The SOURCE column decides who is allowed in (i.e. from where). There are 2 keywords; net and $LAN and you can specify address rages in CIDR format. The SOURCE rule always begins with NET. If you put nothing else on that line then you will open a port to the entire internet. This is how port 80 is initially defined. However, you can be more sepcific by specifying a colon (:) followed by an address range (in CIDR notation) or you can use the special variable $LAN to restrict access to ONLY the local lan. So lets say we want to allow access to 81.43.44.9; we could put

net:81.43.44.9