Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: cant connect to port 80 |
|---|---|
| Date: | Thu, 25 Aug 2005 00:00:38 +0200 |
On Mon, Aug 22, 2005 at 09:59:33AM +0300, Stefan Samfirescu wrote:
The line with the state match accepts only "NEW" packets on ports 80 and 443 - maybe this is your problem. You should remove the state match and accept all packets destined to these ports:
You can also add states ESTABLISHED and RELATED or more simple, replace NEW by !INVALID. With thati, all odd and malformed packets will be not accepted. $IPT -t filter -A FORWARD -i eth1 -o eth2 -m multiport -p tcp --dport 80,443 -m state --state ! INVALID -j ACCEPT -- Nicolas Haller
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Web Site Blooking, Clinton E. Troutman |
|---|---|
| Next by Date: | Check Point expert needed, dave kleiman |
| Previous by Thread: | Re: cant connect to port 80, Stefan Samfirescu |
| Next by Thread: | check point policy issue, chamindar |
| Indexes: | [Date] [Thread] [Top] [All Lists] |