|
Yes, our DNS only knows of the Virtual IP address. -----Original Message----- From: Pete Hall >d dsServerAddr ds >d sin_family 5i 0 inz >d sin_port 5u 0 inz >d sin_addr 10i 0 inz >d sin_zero 8a inz > * Bind server IP & port to socket descriptor >c eval sin_port = s_ports >c eval sin_family = AF_INET >c eval sin_addr = INetAddr(*VirtualIP*) ><-retrieved using DNS query >c eval sin_zero = X'0000000000000000' >c eval iServiceAddrLen = %size(dsServerAddr) >c eval iRC = Bind( iListeningSocket >c : %addr(dsServerAddr) >c : iServiceAddrLen ) Chris, What is "*VirtualIP*" is that the host name that resolves to 10.254.254.1?
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.