Results 1 to 5 of 5
OS X Leopard Server has firewall options for TCP and UDP stealth mode, which does things like block port scans etc. If you try to do a port scan you ...
- 02-11-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 12
OS X like Stealth Mode - iptables ??
OS X Leopard Server has firewall options for TCP and UDP stealth mode, which does things like block port scans etc. If you try to do a port scan you won't get any results.
I am using RHEL4. Is there a way to setup iptables in similar fashion with "stealth mode" and block port scans etc.?
- 02-12-2009 #2
Wow, "Stealth Mode". Nice marketing buzzword.

If you do not want a port reachable, you should close the application that opens it.
And just not responding to ping requests doesn't make you invisible by any means.
That said, you can of course block all ICMP requests.
Linux Iptables allow or block ICMP ping request
and you can "block" all ports except the ones explicitly named by you.
Iptables - Noah.orgDebian GNU/Linux -- You know you want it.
- 02-15-2009 #3
This is not hard to setup and in RH this is the default setup.
Just start iptables and you are done.
Here is a TUTORIAL for Iptables.
- 02-15-2009 #4Linux Newbie
- Join Date
- May 2007
- Location
- Bangalore, India
- Posts
- 100
Would be great if there was a simple BASH script (to be run as root via sudo perhaps) to turn this off and on, on-the-fly.
A man learns from his experience. A smart man learns from the experience of others, while a smarter man experiences life after knowing other's experiences.
BE THE SMARTER MAN.
- 02-18-2009 #5
To start the firewall
To stop the firewallCode:service iptables start
To reset the firewallCode:service iptables stop
Code:service iptables restart


Reply With Quote
