|
David, The bind() API is used to force a socket to use a particular IP address or port number. If you've ever written a server application, you've used bind() to force a particular port number. However, in your case, you'll want to set sin_port to 0 (IIRC), and sin_addr to the IP address you want to force the outbound connection to use. --- Scott Klement http://www.scottklement.com On Tue, 24 Aug 2004, David Gibbs wrote: > Folks: > > Does anyone know if there is a way, using sockets, to have a RPG program > connect using a specific outbound IP address? > > I have a program that is connecting to a remote system ... and it works > fine. My iSeries has multiple IP addresses assigned to it (in the same > subnet ... say 192.168.1.10 and 192.168.1.11). > > I would like to know if there is a way that I can specify which IP my > program does it's outbound connection on. > > Thanks! > > david > > -- > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list > To post a message email: RPG400-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l > or email: RPG400-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/rpg400-l. >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.