Subject | Re: Can't connect to server |
---|---|
Author | nitaligavino <Dan.Crea@apropos.com> |
Post date | 2003-01-08T18:24:56Z |
Hi Wayne:
Nothing is jumping out concerning the settings. I did notice that
the client and server appear to be on separate domains. LECO_Roanoke
and LECO. Are these domains trusted? Also, were you able to
successfully ping Roanoke_Server from the client?
You can also try doing a lookup using nslookup. I think Win95 has
this utility. If so from the command line you can try:
example:
C:\>nslookup
Default Server: sundev1.eng
Address: 10.11.222.2
Address: 10.11.222.2
Name: dcrea.eng
Address: 10.11.20.99
Here I started nslookup, which is our DNS / WINS server at IP
10.11.222.2. I then asked for resolution on the IP address
10.11.20.99 which is my localhost. It resolved the lookup and gave
me the localhost name of dcrea.eng and my localhost IP. You can use
this to see if the DNS / WINS can perform the gethostbyname lookup.
If it fails then you need to have your DNS / WINS configurtion
corrected.
Dan
--- In ib-support@yahoogroups.com, "Wayne Elmore" <hwelmore@k...>
wrote:
Nothing is jumping out concerning the settings. I did notice that
the client and server appear to be on separate domains. LECO_Roanoke
and LECO. Are these domains trusted? Also, were you able to
successfully ping Roanoke_Server from the client?
You can also try doing a lookup using nslookup. I think Win95 has
this utility. If so from the command line you can try:
example:
C:\>nslookup
Default Server: sundev1.eng
Address: 10.11.222.2
> set type=aServer: sundev1.eng
> 10.11.20.99
Address: 10.11.222.2
Name: dcrea.eng
Address: 10.11.20.99
> exitC:\>
Here I started nslookup, which is our DNS / WINS server at IP
10.11.222.2. I then asked for resolution on the IP address
10.11.20.99 which is my localhost. It resolved the lookup and gave
me the localhost name of dcrea.eng and my localhost IP. You can use
this to see if the DNS / WINS can perform the gethostbyname lookup.
If it fails then you need to have your DNS / WINS configurtion
corrected.
Dan
--- In ib-support@yahoogroups.com, "Wayne Elmore" <hwelmore@k...>
wrote:
> Dan, the following are my settings on the server and the client. Ialso
> certainly do appreciate your help in trying to resolve this issue.
>
> The server is running NT 4.0 and the client is running Win95. I've
> upgraded to Winsock 2.0machine of
>
> Server:
> Network:
> Computer Name: Roanoke_Server
> Domain: LECO_Roanoke
> Services:
> WINS service is loaded
> TCP/IP Properties
> IP Address: 10.202.1.1
> DNS
> Host Name: Roanoke_Server
> Domain: Box is blank
> DNS svc search order: Box is blank
> WINS Address
> Primary WINS Server: 10.202.1.1
> Secondary Address: Box is blank
> DHCP Relay
> DHCP server: Box is blank
> Routing
> Enable IP Forwarding is checked
>
> Client Machine
> TCP/IP Properties
> IP Address: 10.202.1.14
> WINS Configuration
> WINS server order: 10.202.1.1
> DNS configuration
> Host: 1
> Domain: LECI
> DNS Search Order: 208.6.31.1
> 205.244.200.3
> Gateway: 10.202.1.100
> Note: the DNS config and Gateway was setup by our wireless ISP guy!
> Advanced
> Property: none
> Bindings
> Client for Microsoft Networks is checked.
>
> Our Hosts file on the client machine contains the following entries:
> 10.202.1.1 Roanoke_Server
> 10.202.1.14 Localhost
>
> Could the Host and Domain setup by the ISP guy be preventing me from
> connecting? If so, how can I add a Domain name to the client
> LECO_Roanoke if that is what I need to do? If further information isfile
> needed, please advise.
>
> Thanks
> Wayne
> ----------
> > From: nitaligavino <Dan.Crea@a...>
> > To: ib-support@yahoogroups.com
> > Subject: [ib-support] Re: Can't connect to server
> > Date: Wednesday, January 08, 2003 10:33 AM
> >
> Wayne:
>
> Not sure what happened to the posting? Anyway, if you look for
> message 20161 my response is there. Based on the interbase.log
> it appears that the connection issue is network related. From theis
> info that was in your log file, "gethostbyname" error 11001 there
> a failure resolving your host name to IP. Error 11001 is "Host not
> found." I am guessing that the problem is with your DNS or WINS
> configuration.
>
> Dan