Results 1 to 3 of 3

Thread: Unblocking port on RH

  1. #1
    It's a gas!
    Join Date
    Jul 2002
    Posts
    699

    Unblocking port on RH

    Can anyone tell me how to unblock a port i have filtered in iptables?

    Ive tried the command

    ./iptables -A INPUT -p TCP --dport xx -j ACCEPT

    but that doesnt work.

    Thanks in advance

    r3b007

  2. #2
    AO übergeek phishphreek's Avatar
    Join Date
    Jan 2002
    Posts
    4,325
    Why not just use the delete option and remove the rule that is blocking said port...

    use the -L option to list all rules, and find the one you want to delete

    then use the -D option to delete the appropriate rule.

    This howto is pretty good at explaining it.
    Quitmzilla is a firefox extension that gives you stats on how long you have quit smoking, how much money you\'ve saved, how much you haven\'t smoked and recent milestones. Very helpful for people who quit smoking and used to smoke at their computers... Helps out with the urges.

  3. #3
    It's a gas!
    Join Date
    Jul 2002
    Posts
    699
    Got it sorted phish thanx.

Posting Permissions

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