chris-(E-Mail Removed) wrote:
> [regarding Shorewall and CONTINUE not working for me] I don't like
> starting with the premise that there's a fault, which is why I posted
> my question and example snippets of configuration files.
For closure, I can report that the problem was staring me in the face.
The documentation is correct, and it was an omission in my hosts file.
> My zones are thus (syntactic sugar equating to actual entries in the
> zones and hosts files):
> z_tst eth2:10.1.30.1-10.1.30.4 # Subset of DMZ .1 - .4
> dmz eth2 # DMZ .1 - .15
> loc eth1 # Local network
> net eth0 # Everyone "out there"
Unfortunately these zone definitions were what I'd intended, not what
I'd actually achieved, as I'd omitted the definition for net in this
hosts file segment:
#ZONE HOST(S) OPTIONS
#
loc eth0:10.0.0.0/12
net eth0:0.0.0.0/0
Chris