Re: quick FW question [SOLVED]
From: Tim Aslat (tim_at_spyderweb.com.au)
Date: 05/12/04
- Previous message: Roger Marquis: "Re: rate limiting sshd connections ?"
- In reply to: Tim Aslat: "quick FW question"
- Next in thread: Tim Aslat: "Re: quick FW question [SOLVED]"
- Reply: Tim Aslat: "Re: quick FW question [SOLVED]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 12 May 2004 13:57:08 +0930 To: freebsd-security@freebsd.org
Problem solved.
Here's the answer (for the archives)
# block all SMTP traffic from inside to out while letting the server
# through
ipfw add allow tcp from any to me 25
ipfw add allow tcp from me to any 25
ipfw add deny tcp from any to any dst-port 25
This prevents any host within the network from sending directly to an
SMTP server outside the network.
Thanks to "D J Hawkey Jr <hawkeyd@visi.com>" for helping me out with
this.
Cheers
Tim
-- Tim Aslat <tim@spyderweb.com.au> Spyderweb Consulting http://www.spyderweb.com.au Phone: +61 0401088479 _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: Roger Marquis: "Re: rate limiting sshd connections ?"
- In reply to: Tim Aslat: "quick FW question"
- Next in thread: Tim Aslat: "Re: quick FW question [SOLVED]"
- Reply: Tim Aslat: "Re: quick FW question [SOLVED]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|