Networking Forums

Networking Forums > Computer Networking > Windows Networking > Terminal Server and DNS

Reply
Thread Tools Display Modes

Terminal Server and DNS

 
 
mohammed
Guest
Posts: n/a

 
      06-29-2004, 06:40 PM
Thanks for the help

It worked but i have another problem , the server is also
a terminal server and now i am unable to connect it , it
says connection refused

Please Help
Thanks again
Mohammed

>-----Original Message-----
>> I have recently installed windows 2000 server with

active
>> directory without configuring the DNS as we use external
>> dns server to browse internet.

>
>
>AD MUST have a DNS server set up for the AD domain. Your

ISP's DNS server
>will not work.
>
>Set up DNS on the AD DC.
>Point the AD DNS server to itself for DNS in the

properties of TCP/IP.
>Point all AD clients to the AD DNS server ONLY.
>For Internet access set up your AD DNS server to forward

requests and list
>your ISP's DNS server as the forwarder.
>See:
>How to: Configure DNS for Internet Access In Windows 2000
>
>http://support.microsoft.com/default.aspx?scid=kb;en-

us;300202
>
> Setting Up the Domain Name System for Active Directory
>
>http://support.microsoft.com/default.aspx?scid=kb;en-

us;237675
>
>
>
>hth
>
>DDS W 2k MVP MCSE
>
>
>"Mohammed" <(E-Mail Removed)> wrote in

message
>news:22fc201c45df9$537a4b60$(E-Mail Removed)...
>> Hello
>>
>> I have recently installed windows 2000 server with

active
>> directory without configuring the DNS as we use external
>> dns server to browse internet.
>>
>> When i tried conencting win 2000 workstations to the
>> domain a couple of machines connected successfully and

the
>> rest are not connecting , i get error "The Network Path
>> was Not Found"
>>
>> I am not sure what i am doing wrong.
>> I tested with net user //computername
>> user:administrator@domain and the connection is

successful
>>
>>
>>
>> If i add workstation to a workgroup also its not

working.
>> I have netbui over TCP enables and the service for
>> TCP/Netbui running
>> Please help me as i am struck
>> Mohammed

>
>
>.
>

..


 
Reply With Quote
 
 
 
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      06-30-2004, 01:21 AM
In news:2294f01c45e08$7d6b7480$(E-Mail Removed),
mohammed in <(E-Mail Removed)> posted their thoughts,
then I offered mine
> Thanks for the help
>
> It worked but i have another problem , the server is also
> a terminal server and now i am unable to connect it , it
> says connection refused
>


Connect how? From the outside world or from your internal network? How are
you connecting, by name or by IP? Is this before you enter your name and pwd
or after? Is this in Remote Administration mode or in Application mode? If
remote admin mode, maybe the only two allowed connections are hung or in
use.


--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroup so all
can benefit. This posting is provided "AS-IS" with no warranties and
confers no rights.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory

HAM AND EGGS: A day's work for a chicken; A lifetime commitment for a
pig. --
=================================


 
Reply With Quote
 
Guest
Posts: n/a

 
      06-30-2004, 12:11 PM
Terminal server is run in Application mode and i am trying
to conenct from outside as well as inside , both not
working.

From inside i use rdesktop and from outside i use
microsoft client software.

I am connecting with IP not name.

Please help
Thanks

>-----Original Message-----
>In news:2294f01c45e08$7d6b7480$(E-Mail Removed),
>mohammed in <(E-Mail Removed)> posted

their thoughts,
>then I offered mine
>> Thanks for the help
>>
>> It worked but i have another problem , the server is

also
>> a terminal server and now i am unable to connect it , it
>> says connection refused
>>

>
>Connect how? From the outside world or from your internal

network? How are
>you connecting, by name or by IP? Is this before you

enter your name and pwd
>or after? Is this in Remote Administration mode or in

Application mode? If
>remote admin mode, maybe the only two allowed connections

are hung or in
>use.
>
>
>--
>Regards,
>Ace
>
>Please direct all replies ONLY to the Microsoft public

newsgroup so all
>can benefit. This posting is provided "AS-IS" with no

warranties and
>confers no rights.
>
>Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
>Microsoft Windows MVP - Active Directory
>
>HAM AND EGGS: A day's work for a chicken; A lifetime

commitment for a
>pig. --
>=================================
>
>
>.
>

 
Reply With Quote
 
Jeffrey Randow (MVP)
Guest
Posts: n/a

 
      07-01-2004, 02:10 AM
What happens if you run "netstat -ano" on the server machine? Do you
see an entry for TCP Port 3389 LISTENING?

(or you can try to run "telnet serveripaddress 3389" - if you get a
timeout error, your terminal server is either not running or is being
blocked by a firewall)

Jeffrey Randow (Windows Networking & Smart Display MVP)
jeffreyr-(E-Mail Removed)

Please post all responses to the newsgroups for the benefit
of all USENET users. Messages sent via email may or may not
be answered depending on time availability....

Remote Networking Technology Support Site -
http://www.remotenetworktechnology.com
Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone

On Wed, 30 Jun 2004 05:11:51 -0700,
<(E-Mail Removed)> wrote:

>Terminal server is run in Application mode and i am trying
>to conenct from outside as well as inside , both not
>working.
>
>From inside i use rdesktop and from outside i use
>microsoft client software.
>
>I am connecting with IP not name.
>
>Please help
>Thanks
>
>>-----Original Message-----
>>In news:2294f01c45e08$7d6b7480$(E-Mail Removed),
>>mohammed in <(E-Mail Removed)> posted

>their thoughts,
>>then I offered mine
>>> Thanks for the help
>>>
>>> It worked but i have another problem , the server is

>also
>>> a terminal server and now i am unable to connect it , it
>>> says connection refused
>>>

>>
>>Connect how? From the outside world or from your internal

>network? How are
>>you connecting, by name or by IP? Is this before you

>enter your name and pwd
>>or after? Is this in Remote Administration mode or in

>Application mode? If
>>remote admin mode, maybe the only two allowed connections

>are hung or in
>>use.
>>
>>
>>--
>>Regards,
>>Ace
>>
>>Please direct all replies ONLY to the Microsoft public

>newsgroup so all
>>can benefit. This posting is provided "AS-IS" with no

>warranties and
>>confers no rights.
>>
>>Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
>>Microsoft Windows MVP - Active Directory
>>
>>HAM AND EGGS: A day's work for a chicken; A lifetime

>commitment for a
>>pig. --
>>=================================
>>
>>
>>.
>>


 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      07-01-2004, 04:04 AM
In news:(E-Mail Removed),
Jeffrey Randow (MVP) in <jeffreyr-(E-Mail Removed)>
posted their thoughts, then I offered mine
> What happens if you run "netstat -ano" on the server machine? Do you
> see an entry for TCP Port 3389 LISTENING?
>
> (or you can try to run "telnet serveripaddress 3389" - if you get a
> timeout error, your terminal server is either not running or is being
> blocked by a firewall)
>



Just to add, are there any errors in the Event logs?

--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroup so all
can benefit. This posting is provided "AS-IS" with no warranties and
confers no rights.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory

HAM AND EGGS: A day's work for a chicken; A lifetime commitment for a
pig. --
=================================


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deciding which way to go - terminal server or client/server?? Mike Windows Networking 2 12-01-2006 03:53 AM
Terminal Server Help!! Candace Sparks Windows Networking 0 06-22-2006 12:55 PM
Terminal Server Licensing in Windows 2000 server Azeem M. Suleman Windows Networking 3 12-20-2004 10:36 PM
2003 server in workgroup mode, and Terminal server running Steven Babcock Windows Networking 0 06-19-2004 08:32 PM
Terminal Server vs. VPN Doug Windows Networking 3 02-19-2004 02:40 PM



1 2 3 4 5 6 7 8 9 10 11