iptables is not a command on my linux box.  is it located somewhere i can run it or can i do a differnt way?<br><br>
<div><span class="gmail_quote">On 1/12/06, <b class="gmail_sendername">Rick Stevens</b> <<a href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Thu, 2006-01-12 at 07:39 -0800, mike wrote:<br>> i have some sort of communication between a windows client and my
<br>> linux box that is failing, and i want to check if this is a firewall<br>> issue.  how do i do this on my linux box?<br><br>You can see if the firewall on Linux is running by using the command:<br><br>       iptables -L -n
<br><br>as the root user.  If you see any rules displayed, then the firewall is<br>running.  To turn it off temporarily, use the command<br><br>       service iptables stop<br><br>as the root user.  To turn it on again:<br>
<br>       service iptables start<br><br>as the root user.<br>----------------------------------------------------------------------<br>- Rick Stevens, Senior Systems Engineer     <a href="mailto:rstevens@vitalstream.com">
rstevens@vitalstream.com</a> -<br>- VitalStream, Inc.                       <a href="http://www.vitalstream.com">http://www.vitalstream.com</a> -<br>-                                                                    -<br>
-     Better to understand a little than to misunderstand a lot.     -<br>----------------------------------------------------------------------<br><br>_______________________________________________<br>Redhat-install-list mailing list
<br><a href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</a>
<br>To Unsubscribe Go To ABOVE URL or send a message to:<br><a href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</a><br>Subject: unsubscribe<br></blockquote></div><br><br clear="all">
<br>-- <br>There are 10 types of people, those who understand binary and those who don't.