how to know if firewall on?

mike mdroz8 at gmail.com
Thu Jan 12 17:53:17 UTC 2006


iptables is not a command on my linux box.  is it located somewhere i can
run it or can i do a differnt way?

On 1/12/06, Rick Stevens <rstevens at vitalstream.com> wrote:
>
> On Thu, 2006-01-12 at 07:39 -0800, mike wrote:
> > i have some sort of communication between a windows client and my
> > linux box that is failing, and i want to check if this is a firewall
> > issue.  how do i do this on my linux box?
>
> You can see if the firewall on Linux is running by using the command:
>
>        iptables -L -n
>
> as the root user.  If you see any rules displayed, then the firewall is
> running.  To turn it off temporarily, use the command
>
>        service iptables stop
>
> as the root user.  To turn it on again:
>
>        service iptables start
>
> as the root user.
> ----------------------------------------------------------------------
> - Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
> - VitalStream, Inc.                       http://www.vitalstream.com -
> -                                                                    -
> -     Better to understand a little than to misunderstand a lot.     -
> ----------------------------------------------------------------------
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-install-list
> To Unsubscribe Go To ABOVE URL or send a message to:
> redhat-install-list-request at redhat.com
> Subject: unsubscribe
>



--
There are 10 types of people, those who understand binary and those who
don't.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/redhat-install-list/attachments/20060112/ad0672f6/attachment.htm>


More information about the Redhat-install-list mailing list