[Ilugc] config iptables/apache

  • From: vt263@xxxxxxxxx (vinoo)
  • Date: Wed, 14 Apr 2004 06:16:03 -0700 (PDT)

--0-489739518-1081948563=:58966
Content-Type: text/plain; charset=us-ascii

hi
 
i have two ethernet cards , one having a static ip which permits ssh login...i 
have blocked port 80 explicitly and when i start apache service and using a 
browser when i type the static ip, i get the apache index page....insite of me 
blocking any incoming request to port 80...
iptables -A INPUT -p udp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 80 -j DROP
 
 
any suggestions
cheers
vt

                
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
--0-489739518-1081948563=:58966
Content-Type: text/html; charset=us-ascii

<DIV>hi</DIV>
<DIV>&nbsp;</DIV>
<DIV>i have two ethernet cards , one having a static ip which permits ssh 
login...i have blocked port 80 explicitly and when i start apache service and 
using a browser when i type the static ip, i get the apache index 
page....insite of me blocking any incoming request to port 80...</DIV>
<DIV>iptables -A INPUT -p udp --dport 80 -j DROP</DIV>
<DIV>iptables -A INPUT -p&nbsp;tcp --dport 80 -j DROP</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>any suggestions</DIV>
<DIV>cheers</DIV>
<DIV>vt</DIV><p>
                <hr size=1><font face=arial size=-1>Do you Yahoo!?<br>
Yahoo! Tax Center - <a href="http://taxes.yahoo.com/filing.html";>File online by 
April 15th</a>
--0-489739518-1081948563=:58966--

Other related posts:

  • » [Ilugc] config iptables/apache - vinoo