diff --git a/manpages/shorewall-interfaces.xml b/manpages/shorewall-interfaces.xml index cc9d8af17..617c5b169 100644 --- a/manpages/shorewall-interfaces.xml +++ b/manpages/shorewall-interfaces.xml @@ -59,12 +59,14 @@ loc eth2 - Name of interface. Each interface may be listed only once in - this file. You may NOT specify the name of an alias (e.g., eth0:0) - here; see http://www.shorewall.net/FAQ.htm#faq18 - You may specify wildcards here. For example, if you want to - make an entry that applies to all PPP interfaces, use 'ppp+'. + You may use wildcards here by specifying a prefix followed by + the plus sign ("+"). For example, if you want to make an entry that + applies to all PPP interfaces, use 'ppp+'; that would match ppp1, + ppp2, … There is no need to define the loopback interface (lo) in this file. @@ -230,7 +232,10 @@ loc eth2 - If specified, indicates that Shorewall should include rules that allow filtering traffic arriving on this interface - back out that same interface. + back out that same interface. This option is also required + when you have used a wildcard in the INTERFACE column if you + want to allow traffic between the interfaces that match the + wildcard.