LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   IPTABLES is running ? How? (https://www.linuxquestions.org/questions/linux-newbie-8/iptables-is-running-how-256950/)

aurelio26 11-19-2004 02:33 PM

IPTABLES is running ? How?
 
How can I be sure that iptables are running on my system?
ps -A doesn't show iptables as system proces.

OR......I did something wrong....again

Thanks

jev-bird 11-19-2004 02:47 PM

If you iptables is compiled in your kernel as a module then type lsmod and you should see it there.

If it's built in the kernel then your good to go just type iptables to see if you even have it then do whatever you want with it.

aurelio26 11-19-2004 02:57 PM

Hmmm I do not need to know if I have it. I know that already. My question is how can I be sure iptables are acctually running (not stopped)?

Thanks anyway,

zajelo3 11-19-2004 03:03 PM

I always go to this wb site: https://grc.com/x/ne.dll?bh0bkyd2 and run the port scans they offer, after I do a fresh install. Ideally you wan't your computer to get "stealth" on everything, but I don't worry about failing the ping part of the test. Click proceed on the bottom of that webpage.

Junior41180 11-19-2004 05:46 PM

you can use a program like guarddog for a front end for iptables. there you can set up stuff, and see if it indeed is running.

gug 11-19-2004 06:12 PM

Tell us all your IP address and we'll check it out :-)

aurelio26 11-19-2004 10:00 PM

hehehehehe good one!!!

Thanks guys!

jev-bird 11-20-2004 01:30 AM

sorry I misunderstood your question. just run /sbin/iptables -L to see a list of the rules you have currently loaded.

lol @ grc.com use nmap instead!

nmap -sS -sU -n -sR -T Aggressive -p 1-65535 yourip


All times are GMT -5. The time now is 10:08 PM.