Thanks
-----Original Message-----
From: Rob Berendt [mailto:rob@xxxxxxxxx]
Sent: Tuesday, May 28, 2019 6:41 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: Ports IP specific?
In example, on my Domino LPARs I have multiple TCP/IP interfaces. Each serving up HTTP on port 80. That and raw IBM i too.
Internet Text
Address description
10.10.6.34 LDAP01
10.10.6.35 ARCHIVE1
10.10.6.37 GDSSALES
10.10.6.38 GDDATA
10.10.6.39 GDSHELP
10.10.6.40 NOTES01
10.10.6.41 QUALITY
10.10.6.48 MAIL1
10.10.6.56 LUXILLUMINAIRE
NETSTAT *CNN
F15=Subset
Local port range:
Lower value . . . . . . . . 80
Or:
SELECT JOB_NAME, AUTHORIZATION_NAME, LOCAL_ADDRESS, LOCAL_PORT, N.* FROM QSYS2.NETSTAT_JOB_INFO N WHERE LOCAL_PORT = 80 ; SELECT I.* FROM QSYS2.NETSTAT_INFO I WHERE LOCAL_PORT = 80 ORDER BY LOCAL_ADDRESS ;
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Rob Berendt
Sent: Tuesday, May 28, 2019 7:25 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: Ports IP specific?
And, as far as bind specific goes, I suggest you look at the following:
https://wiki.midrange.com/index.php/Change_IP_Address
and
https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=88068
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of David Gibbs via MIDRANGE-L
Sent: Monday, May 27, 2019 11:20 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Cc: David Gibbs <david@xxxxxxxxxxxx>
Subject: Re: Ports IP specific?
On 5/26/19 10:32 AM, Justin Taylor wrote:
Assuming my server IP is 9.8.7.6, can different services listen on
9.8.7.6:54321 and 127.0.0.1:54321?
Yes, as long as the services can bind to a specific IP address and don't bind to all addresses (0.0.0.0).
david
--
IBM i on Power Systems: For when you can't afford to be out of business!
I'm riding 615 miles (Yes, you read that right) in the American Diabetes Association's Tour de Cure to raise money for diabetes research, education, advocacy, and awareness. You can make a tax-deductible donation to my ride by visiting
https://mideml.diabetessucks.net.
You can see where my donations come from by visiting my interactive donation map ...
https://mideml.diabetessucks.net/map (it's a geeky thing).
I may have diabetes, but diabetes doesn't have me!
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.