Results 1 to 5 of 5
Do iptables do their thing from memory or is the hard drive working while the firewall is protecting the computer?...
- 06-07-2007 #1Just Joined!
- Join Date
- May 2006
- Location
- OKC, OK
- Posts
- 6
where do iptables work from?
Do iptables do their thing from memory or is the hard drive working while the firewall is protecting the computer?
- 06-09-2007 #2
Hi
Iptables run from the hard disk from /usr/sbin
- 06-10-2007 #3
I'm not really sure, but I think the real functions are done in the kernel
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 06-10-2007 #4
the program is located in the /usr/sbin/iptables
but on system start up and what every run level you are using the /etc/rc.d runs the iptables which is a symlink /etc/init.d/iptables
and this loads the firewall rule into memory.
- 06-11-2007 #5Just Joined!
- Join Date
- May 2006
- Location
- OKC, OK
- Posts
- 6
Thanks, I was having hard drive issues unrelated to the iptables script and was concerned about network performance.I seem to have fixed the problem. Apparently the disk was mounting and unmounting at random (no idea why) and I was getting a failed fsck. I powered down, pulled the data cable, powered up and did not here the constant clicking. Powered down again, reconnected the data cable, no problems since (hopefully for good). I was worried that I would not have fast enough throughput until I can replace the drive, hate slow connections!
Thanks for your feed back!!Last edited by E.Gray; 06-11-2007 at 02:38 AM. Reason: incomplete


Reply With Quote
