Subject | Re: Can't connect to server |
---|---|
Author | nitaligavino <Dan.Crea@apropos.com> |
Post date | 2003-01-13T16:13:41Z |
Hi Wayne:
Sorry, I could not remember if nslookup was part of Win95 or not.
Anyway, the domain trust may, possibly, be the issue. However it's
difficult to say without being able to "touch" these systems myself.
To explain, if a client running on domain A wants to talk to a
domain, domain B, the client must be granted trust by domain B's PDC
(primary domain controller ) or BDC ( backup domain controller ).
This is because the client is not a member of domain B. The way I
understand it, the client will perform a lookup, IP resolution, and
then contact to the server directly. The server will check the
credentials of the client against the PDC / BDC for that domain,
domain B, and either allow the connection or reject the connection.
So if the client running in domain A is not trusted its credentials
will be rejected.
Since you are able to ping your server that means that the IP
resolution is okay and you can see the server. The server may
however be rejecting the connection. The only suggestions that I can
make are:
From your client, I hope Win95 has telnet, try a telnet connection to
your server running FB. If the server accepts the connection you
should see a blank screen with a cursor. If FB is not running or you
cannot connect to port 3050 you should see an error like "connection
failed."
Also, can you share a folder / directory on the server and access
this from your client?
Another suggestion would be to create a console application and call
gethostbyname( ) to see if this is success or not. Since your
interbase.log file indicated an error in this call. It may be a
false positive.
Best regards,
Dan
--- In ib-support@yahoogroups.com, "Wayne Elmore" <hwelmore@k...>
wrote:
Sorry, I could not remember if nslookup was part of Win95 or not.
Anyway, the domain trust may, possibly, be the issue. However it's
difficult to say without being able to "touch" these systems myself.
To explain, if a client running on domain A wants to talk to a
domain, domain B, the client must be granted trust by domain B's PDC
(primary domain controller ) or BDC ( backup domain controller ).
This is because the client is not a member of domain B. The way I
understand it, the client will perform a lookup, IP resolution, and
then contact to the server directly. The server will check the
credentials of the client against the PDC / BDC for that domain,
domain B, and either allow the connection or reject the connection.
So if the client running in domain A is not trusted its credentials
will be rejected.
Since you are able to ping your server that means that the IP
resolution is okay and you can see the server. The server may
however be rejecting the connection. The only suggestions that I can
make are:
From your client, I hope Win95 has telnet, try a telnet connection to
your server running FB. If the server accepts the connection you
should see a blank screen with a cursor. If FB is not running or you
cannot connect to port 3050 you should see an error like "connection
failed."
Also, can you share a folder / directory on the server and access
this from your client?
Another suggestion would be to create a console application and call
gethostbyname( ) to see if this is success or not. Since your
interbase.log file indicated an error in this call. It may be a
false positive.
Best regards,
Dan
--- In ib-support@yahoogroups.com, "Wayne Elmore" <hwelmore@k...>
wrote:
> Dan, the question of whether the two domains are trusted is new tome so I
> don't know. How can I tell? And, yes I can ping the Roanoke_Serverusing
> either the name or the IP address.win95.
>
> As for running nslookup, I tried and but apperently its not part of
>LECO_Roanoke
> Any other ustility to give me the info you're looking for?
>
> Thanks again for all your time.
>
> 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 01:24 PM
> >
> Hi Wayne:
>
> Nothing is jumping out concerning the settings. I did notice that
> the client and server appear to be on separate domains.
> and LECO. Are these domains trusted? Also, were you able touse
> 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=a
> > 10.11.20.99
> Server: sundev1.eng
> Address: 10.11.222.2
>
> Name: dcrea.eng
> Address: 10.11.20.99
>
> > exit
>
> C:\>
>
> 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
> this to see if the DNS / WINS can perform the gethostbynamelookup.
> If it fails then you need to have your DNS / WINS configurtionI've
> corrected.
>
> Dan
>
>
> --- In ib-support@yahoogroups.com, "Wayne Elmore" <hwelmore@k...>
> wrote:
> > Dan, the following are my settings on the server and the client. I
> > certainly do appreciate your help in trying to resolve this issue.
> >
> > The server is running NT 4.0 and the client is running Win95.
> alsoguy!
> > upgraded to Winsock 2.0
> >
> > 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
> > Advancedentries:
> > Property: none
> > Bindings
> > Client for Microsoft Networks is checked.
> >
> > Our Hosts file on the client machine contains the following
> > 10.202.1.1 Roanoke_Serverfrom
> > 10.202.1.14 Localhost
> >
> > Could the Host and Domain setup by the ISP guy be preventing me
> > connecting? If so, how can I add a Domain name to the clientis
> machine of
> > LECO_Roanoke if that is what I need to do? If further information
> > needed, please advise.the
> >
> > 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
> file
> > it appears that the connection issue is network related. From
> > info that was in your log file, "gethostbyname" error 11001 therenot
> is
> > a failure resolving your host name to IP. Error 11001 is "Host
> > found." I am guessing that the problem is with your DNS or WINS
> > configuration.
> >
> > Dan
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.