Find the answer to your Linux question:
Results 1 to 5 of 5
Hai guys, This is my very first time to contact you. I need to know the meaning of these following lines RH-Firewall-1-INPUT RH-Lokkit-0-50-FORWARD is there any special meaning of these ...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    3

    iptables

    Hai guys,
    This is my very first time to contact you. I need to know the meaning of these following lines
    RH-Firewall-1-INPUT
    RH-Lokkit-0-50-FORWARD
    is there any special meaning of these Firewall-1, Lokkit-0-50

    thanks

  2. #2
    Just Joined! bclark4444's Avatar
    Join Date
    Dec 2003
    Posts
    55
    Where are you seeing these? Is that part of the output from 'iptables --list' ??? Or probably pulled from /etc/sysconfig/iptables file. Is this a Redhat Enterprise version, or Fedora version? Im not sure about the exact names, but the INPUT would probably be the INPUT chain for incoming IP traffic of the firewall, FORWARD is the FORWARDing chain, and OUTPUT would be for any outgoing IP traffic.

    As opposed to a tiny snippet, perhaps showing the entire output would help put this into context.

  3. #3
    Just Joined!
    Join Date
    Jul 2008
    Posts
    3
    Thanks for your reply. I modified /etc/sysconfig/iptables in RHEL4.
    I just want to know, is there any special meaning of these RH-Firewall-1,Lokkit-0-50(all of them ar using these two lines), or is this just a "chain name" which are defined in the iptables? or can i use any name instead of these two?

  4. #4
    Just Joined!
    Join Date
    Jul 2008
    Posts
    3

    meaning of these RH-Firewall-1,Lokkit-0-50??

    I modified /etc/sysconfig/iptables in RHEL4. I just want to know, is there any special meaning of these RH-Firewall-1,Lokkit-0-50(all of them ar using these two lines), or is this just a "chain name" which are defined in the iptables? or can i use any name instead of these two?

  5. #5
    Just Joined! bclark4444's Avatar
    Join Date
    Dec 2003
    Posts
    55
    Ah, i gotcha. Those are just names and can be called anything you want as long as its tied correctly to INPUT (or FORWARD or OUTPUT depending on which area you want it).

Posting Permissions

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