--- Henrik Hudson <[EMAIL PROTECTED]> wrote:
> On Thursday 20 March 2003 13:38, W. J. Williams wrote:
> > I am experimenting with IPFW firewalls and have hit a roadblock.  I am
> > trying to allow ssh, mail, dns requests, pings and traceroutes out,
> but
> > not in.  I am hitting a roadblock on mail and pings out
> 
> Assuming that 192.168.0.0/29 is your internal block you've got the rules
> 
> backwords.
> 
> > > add 2000 allow tcp from any to 192.168.0.0/29 22,25,10000 setup
> 
> This will let anything come in and establish a connection to a service
> running 
> on 22, 25, 10000 but says nothing about outgoing. I think you want:
> 
> add 2000 allow tcp from 192.168.0.0/29 to any 22,25,10000 setup
>
192.168.0.0/29 is used for my wireless router, a switch, the incoming port
on the firewall, and some test pcs that I donīt have behind the firewall.

192.168.1.0 is the network hosting the hosts...

Does this still mean they are backwards?

Will

=====
Will Williams

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to