Find the answer to your Linux question:
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?...
  1. #1
    Just 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?

  2. #2
    Linux Newbie objuan's Avatar
    Join Date
    Jul 2006
    Location
    california
    Posts
    218
    Hi
    Iptables run from the hard disk from /usr/sbin

  3. #3
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    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

  4. #4
    Linux Newbie objuan's Avatar
    Join Date
    Jul 2006
    Location
    california
    Posts
    218
    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.

  5. #5
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •