+ Reply to Thread
Results 1 to 5 of 5

Thread: How to open a TCP port?

  1. #1
    Junior Member Torsten is on a distinguished road
    Join Date
    May 2006
    Location
    Abu Dhabi
    Posts
    2

    How to open a TCP port?

    I want to open the TCP port 81.
    At the System Preferences - Sharing - Firewall I created a new port (81),
    but wenn I start the portscan of the network utility program, "open TCP port: 81" will not appear in the list.
    I use the airport extreme with the IP address 10.0.1.1, when I use portscan for this, only "Open TCP Port: 53 domain" is showing.
    My iMac G5 has the IP address 10.0.1.3.
    Any idea what's wrong?

  2. #2
    BDFL Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus has a reputation beyond repute Magnus's Avatar
    Join Date
    Apr 2006
    Location
    On the interwebs
    Posts
    12,411
    Blog Entries
    116
    Hi Torsten

    Just to make sure, are you scanning the iMac's IP (10.0.1.3.) when it says that port (81) is not open?

    I don't have an Airport Extreme so I'm not much help when it comes to it, but someone else probably is!

    You can run a command that lists what processes checks what ports, perhaps that can help some (got it here):
    Code:
    sudo lsof -nP | grep LIST
    

  3. #3
    Senior Member elchemor is on a distinguished road elchemor's Avatar
    Join Date
    Jun 2006
    Location
    Abu Dhabi
    Posts
    372
    opening a port on the firewall level doesnt always mean its open ! for a port to be open, u need an aplication to be using it ! is there anything which is using the port 81 on ur G5 ?
    on top of that, u will need port forwarding, well... in another words, u will need to tell the 10.0.1.1 that it should forward all the traffic coming on the port 81 to the ip which is 10.0.1.3 ! taking that into account, u should always make sure there is an application using that specific port !
    Regards,

    Majeed El-Chemor
    Majeed Photography

  4. #4
    Senior Member DXB Law is on a distinguished road DXB Law's Avatar
    Join Date
    Jul 2006
    Location
    Abu Dhabi
    Posts
    139
    When you open a port using System Preferences you need to specify the application for which you want the port to be open.

  5. #5
    Senior Member iDubai is on a distinguished road iDubai's Avatar
    Join Date
    Apr 2006
    Location
    Hidding in Nadd Alhamar
    Posts
    821
    Man! It's interesting when I read ^^^^ that stuff..... It's Gibberish. lol

    I'm sorry for wasting your time reading my post, but I wish i can help!

+ Reply to Thread

Bookmarks

Posting Permissions

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