ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

How to Open some ports

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to Open some ports

    I need to open some of the client access ports on my iseries. We are trying to communicate wqith the box via a C#.net application and want to hit the dataque (port 8472). How how how??? Programmer not a systems guy.

    HELP please

    gollnick

  • #2
    Re: How to Open some ports

    first thing use NETSTAT and see if the port is listening if so then it's more than likely a firewall setting that is blocking that port...if not then you'll need to start the port (and you'll have to find someone other than me to help )
    I'm not anti-social, I just don't like people -Tommy Holden

    Comment


    • #3
      Re: How to Open some ports

      current open ports

      * * 8470 +++++++++ Listen
      * * 8471 +++++++++ Listen
      * * 8472 +++++++++ Listen
      * * 8473 +++++++++ Listen
      * * 8474 +++++++++ Listen
      * * 8475 +++++++++ Listen
      * * 8476 +++++++++ Listen
      * * 8477 +++++++++ Listen
      * * 8478 +++++++++ Listen
      * * 8479 +++++++++ Listen

      which I think are the ones for client access. Do I need port 429 (mapping port)

      gollnick

      Comment

      Working...
      X