From 896c5743ba9321d9221ca3faf469f22080718363 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 24 Jan 2003 16:19:38 +0000 Subject: [PATCH] Add warning about interface names in column 2 of the MASQ file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@413 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/masq | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Shorewall/masq b/Shorewall/masq index 3b0edea3e..fdd0a1eb2 100755 --- a/Shorewall/masq +++ b/Shorewall/masq @@ -16,8 +16,12 @@ # SUBNET -- Subnet that you wish to masquerade. You can specify this as # a subnet or as an interface. If you give the name of an # interface, you must have iproute installed and the interface -# must be up before you start the firewall. -# +# must be up before you start the firewall. If you have +# multiple IP addresses on the specified interface, Shorewall +# WILL ONLY MASQUERADE TRAFFIC FROM THE FIRST SUBNET. You will +# need to add additional entries to this file that specify +# the other subnets in this column. +# # In order to exclude a subset of the specified SUBNET, you # may append "!" and a comma-separated list of IP addresses # and/or subnets that you wish to exclude.