Results 1 to 7 of 7

Thread: Network port

  1. #1
    Join Date
    Nov 2008
    Location
    Swiss
    Beans
    247
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Network port

    I want to open a port in a server but I can't do it with the iptables bla bla bla command

    is there any chance to open by a conf file




    PLEASE HELP

  2. #2
    Join Date
    Aug 2008
    Location
    WA
    Beans
    2,186
    Distro
    Ubuntu

    Re: Network port

    Quote Originally Posted by any.linux12 View Post
    I want to open a port in a server but I can't do it with the iptables bla bla bla command

    is there any chance to open by a conf file




    PLEASE HELP

    Code:
    iptable -L -n
    will tell you if you are blocking any ports. If your not blocking them, they are open. You do need something listening on the port though..

  3. #3
    Join Date
    Nov 2008
    Location
    Swiss
    Beans
    247
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Network port

    Ok. So i need to put the server listening to the 40000 port

    Help please

  4. #4
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Network port

    Then just configure your server program to listen on port 40000. If you don't know how to configure the server software to listen on port 40000, perhaps if you say what server software it is, someone here will know how to configure it.

  5. #5
    Join Date
    Nov 2008
    Location
    Swiss
    Beans
    247
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Network port

    I don't think that someone knows this service. It's from a swiss company and it is a business software. ABACUS

    The service it's AbaSioux

  6. #6
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Network port

    I've never heard of it. Not that this matters too much. A few questions though:

    Why specifically port 40000 - is this the port the server normally listens on?

    Is your server actually listening on that port? Use this command:
    Code:
    netstat -lnt
    on the PC running the server software to see if that port is listening.

    Use this command:
    Code:
    sudo iptables -nvL
    to see the firewall rules that are active. You may have difficulty following them, so post the output here and we can have a look.

    What is the actual problem you are having? Is it difficulty in connecting to the server from clients? If so, are they in the same building or are you trying to go over the internet?

  7. #7
    Join Date
    Nov 2008
    Location
    Swiss
    Beans
    247
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Network port

    hi!

    The port 40000 is the port to connection from the client to the server. And at the moment the server is not listening to the port because (I think) I can't put the service running, and I have no idea howto put that s**t running.

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
  •