mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 00:53:49 +01:00
a9373d727b
Signed-off-by: Tom Eastep <teastep@shorewall.net>
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
#
|
|
# Shorewall - Sample Interfaces File for three-interface configuration.
|
|
# Copyright (C) 2006-2017 by the Shorewall Team
|
|
#
|
|
# This library is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
# License as published by the Free Software Foundation; either
|
|
# version 2.1 of the License, or (at your option) any later version.
|
|
#
|
|
# See the file README.txt for further details.
|
|
#------------------------------------------------------------------------------
|
|
# For information about entries in this file, type "man shorewall-interfaces"
|
|
###############################################################################
|
|
?FORMAT 2
|
|
###############################################################################
|
|
#ZONE INTERFACE OPTIONS
|
|
net NET_IF tcpflags,dhcp,nosmurfs,routefilter,logmartians,sourceroute=0,physical=eth0
|
|
loc LOC_IF tcpflags,nosmurfs,routefilter,logmartians,physical=eth1
|
|
dmz DMZ_IF tcpflags,nosmurfs,routefilter,logmartians,physical=eth2
|