#Name           Network address 	# Comment
#########################################################################
any		0.0.0.0/0		# anything not explicitly assigned 
					# Internal networks
lan-dtm		192.168.0.0/24		# Work LAN DTM
lan-muc		192.168.1.0/24		# Work LAN MUC
dmz             192.168.2.0/24		# DMZ

# The boss has more privileges than others
boss		192.168.0.15/32		# The boss' PC

# The administrative machines need SSH access
admin		192.168.0.10/32		# sysadmin PC

# The SSPE workstation needs special rules
sspe 		192.168.0.2/32		# SSPE administrative machine

# Internal and external gateway definitions
def-gw		192.168.0.1/32		# Internal NIC of firewall
gw-all		192.168.0.1/32		# Firewall DTM location
gw-all		1.2.3.4/32		# Firewall external DTM location
gw-all		2.3.4.5/32		# Firewall external MUC location