Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick 2700 Configuration run-through: Difference between revisions

m (Corrected RFC 1493 -> 1483 in ZyXEL notes)
 
= Filters =
The default filters will block incoming traffic, and allow outgoing traffic.
 
More info on http://www.firebrick.co.uk/fb2700/firewall.php
 
Since that page is more of a referece than a tutorial, it contains no examples. So here's a code snippet from a working config which allows incoming SMTP to your mail server, and IAX2 to an asterisk box as a starting-point:
The default filters will block incoming traffic, and allow outgoing traffic.
 
<syntaxhighlight>
<rule-set target-interface="LAN1" drop="reject" comment="Default firewall rule - block incoming">
<rule source-interface="self" comment="Allow from the FireBrick though"/>
<rule name="SMTP" target-ip="81.x.xxx.190" target-port="25"/>
<rule name="IAX2" target-ip="81.x.xxx.189" target-port="4569"/>
</rule-set>
</syntaxhighlight>
 
 
== VoIP Rules ==
49

edits