#
# predefined rules for EasyFirewall version 2
#

#
# put here explanations for the operator 
# the first word is the language to show (according to the easyfw setup)
# or the keyword 'ANY' which is shown if no corresponding language was found .
#
Section comment

GB Just masquerade inside network,
GB without any filtering.

FR Masque juste le rseau interne, 
FR sans aucun filtrage.

ANY Just masquerade inside network ,
ANY without any filtering.

#
# predefined rules syntax :
#
# Section (input|output|forward)
#     show the chain
#
# Default (accept|deny|reject|masquerade)
#     show the default policy
#
# (Accept|Deny|Reject|Masq) [-src ip_source] [-dest ip_destination] [-prot (tcp|udp)]
#     show an ipfwadm/ipchain rule
#     -src, -dest, -prot will be replaced vy the corresponding ipfwadm/ipchains flag 
#     'IPINSIDE' and 'IPOUTSIDE' will be replaced with the addresses specified 
#                                in EasyFirewall
#

#
# default rules for input frames
#
Section input 
Default accept

#
# default rules for output frames
#
Section output
Default accept

#
# default rules for forwarding frames
#
Section forward
Default deny
Masq -src IPINSIDE -dest 0.0.0.0/0
