Networking Forums

Networking Forums > Computer Networking > Windows Networking > Error 678 The remote computer did not respond

Reply
Thread Tools Display Modes

Error 678 The remote computer did not respond

 
 
Mike via WinServerKB.com
Guest
Posts: n/a

 
      01-03-2006, 11:47 PM
I was able to setup my VPN server with some help off of this board. I am
using a Linksys Router WRT54G. Right now I can connect if I use the public
IP address just fine, but when I switch to the DNS name that is linked to the
public IP address I get error message:

Error 678 The remote computer did not respond

I have the most up to date firmware 4.20.7 with VPN passthrough enabled for
PPTP (which is what I am using) also forwarding port 1723. I can not figure
out why I can not get authenticated with my dns name.

--
Thanks so Much

Mike

Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Forum...rking/200601/1

 
Reply With Quote
 
 
 
 
Barry Oxenberg
Guest
Posts: n/a

 
      01-04-2006, 01:26 AM
What happens when you do an NSLOOKUP on the DNS name that is "linked" to
your public IP?


"Mike via WinServerKB.com" <u16958@uwe> wrote in message
news:59d42b18ab243@uwe...
>I was able to setup my VPN server with some help off of this board. I am
> using a Linksys Router WRT54G. Right now I can connect if I use the
> public
> IP address just fine, but when I switch to the DNS name that is linked to
> the
> public IP address I get error message:
>
> Error 678 The remote computer did not respond
>
> I have the most up to date firmware 4.20.7 with VPN passthrough enabled
> for
> PPTP (which is what I am using) also forwarding port 1723. I can not
> figure
> out why I can not get authenticated with my dns name.
>
> --
> Thanks so Much
>
> Mike
>
> Message posted via WinServerKB.com
> http://www.winserverkb.com/Uwe/Forum...rking/200601/1
>



 
Reply With Quote
 
Mike via WinServerKB.com
Guest
Posts: n/a

 
      01-04-2006, 01:34 AM
C:\Documents and Settings\Mike Blanco>nslookup
Default Server: bgserver1
Address: 192.168.1.2

> bgchemical.com

Server: bgserver1
Address: 192.168.1.2

Name: bgchemical.com
Address: 192.168.1.2

> www.bgchemical.com

Server: bgserver1
Address: 192.168.1.2

Name: www.bgchemical.com
Address: 192.168.1.2

Barry Oxenberg wrote:
>What happens when you do an NSLOOKUP on the DNS name that is "linked" to
>your public IP?
>
>>I was able to setup my VPN server with some help off of this board. I am
>> using a Linksys Router WRT54G. Right now I can connect if I use the

>[quoted text clipped - 10 lines]
>> figure
>> out why I can not get authenticated with my dns name.


--
Thanks so Much

Mike

Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Forum...rking/200601/1

 
Reply With Quote
 
Mike via WinServerKB.com
Guest
Posts: n/a

 
      01-04-2006, 01:44 AM
Also I can telnet to port 1723 when using the IP address but not the DNS name
on port 1723

Mike wrote:
>C:\Documents and Settings\Mike Blanco>nslookup
>Default Server: bgserver1
>Address: 192.168.1.2
>
>> bgchemical.com

>Server: bgserver1
>Address: 192.168.1.2
>
>Name: bgchemical.com
>Address: 192.168.1.2
>
>> www.bgchemical.com

>Server: bgserver1
>Address: 192.168.1.2
>
>Name: www.bgchemical.com
>Address: 192.168.1.2
>
>>What happens when you do an NSLOOKUP on the DNS name that is "linked" to
>>your public IP?

>[quoted text clipped - 4 lines]
>>> figure
>>> out why I can not get authenticated with my dns name.

>


--
Thanks so Much

Mike

Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Forum...rking/200601/1

 
Reply With Quote
 
Barry Oxenberg
Guest
Posts: n/a

 
      01-04-2006, 01:53 AM
What is the host name for your VPN Server? Is there an A record for it in
DNS?
Also, it appears as though you are doing an NSLOOKUP against your own DNS
Server, which is fine for internal use, but I suspect the trouble you are
having is when trying to access your VPN from the outside world, yes? If
that is indeed the case DNS should be able to resolve the VPN host to a
public IP. If you can not register host records with your ISP then your
only choice is to connect via IP address.

"Mike via WinServerKB.com" <u16958@uwe> wrote in message
news:59d5189417e07@uwe...
> C:\Documents and Settings\Mike Blanco>nslookup
> Default Server: bgserver1
> Address: 192.168.1.2
>
>> bgchemical.com

> Server: bgserver1
> Address: 192.168.1.2
>
> Name: bgchemical.com
> Address: 192.168.1.2
>
>> www.bgchemical.com

> Server: bgserver1
> Address: 192.168.1.2
>
> Name: www.bgchemical.com
> Address: 192.168.1.2
>
> Barry Oxenberg wrote:
>>What happens when you do an NSLOOKUP on the DNS name that is "linked" to
>>your public IP?
>>
>>>I was able to setup my VPN server with some help off of this board. I am
>>> using a Linksys Router WRT54G. Right now I can connect if I use the

>>[quoted text clipped - 10 lines]
>>> figure
>>> out why I can not get authenticated with my dns name.

>
> --
> Thanks so Much
>
> Mike
>
> Message posted via WinServerKB.com
> http://www.winserverkb.com/Uwe/Forum...rking/200601/1
>



 
Reply With Quote
 
Mike via WinServerKB.com
Guest
Posts: n/a

 
      01-04-2006, 02:10 AM
the hostname for the VPN server is bgserver2. There is not an A record for
it on the DNS server for this bgserver2 which is the VPN server. I went
ahead and added it and flushed and registered dns on the client.

I am on the LAN where the VPN server sits and that is where I am trying to
connect to the VPN server. I still can connect with the IP address but can
not with the DNS name.

I do not know if this would be related but while I am on the LAN I can not
ping any of the servers by their hostname.

C:\Documents and Settings\Mike Blanco>ping bgserver1
Ping request could not find host bgserver1. Please check the name and try
again.


C:\Documents and Settings\Mike Blanco>ping bgserver2
Ping request could not find host bgserver2. Please check the name and try
again.


Barry Oxenberg wrote:
>What is the host name for your VPN Server? Is there an A record for it in
>DNS?
>Also, it appears as though you are doing an NSLOOKUP against your own DNS
>Server, which is fine for internal use, but I suspect the trouble you are
>having is when trying to access your VPN from the outside world, yes? If
>that is indeed the case DNS should be able to resolve the VPN host to a
>public IP. If you can not register host records with your ISP then your
>only choice is to connect via IP address.
>
>> C:\Documents and Settings\Mike Blanco>nslookup
>> Default Server: bgserver1

>[quoted text clipped - 22 lines]
>>>> figure
>>>> out why I can not get authenticated with my dns name.


--
Thanks so Much

Mike

Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Forum...rking/200601/1

 
Reply With Quote
 
Barry Oxenberg
Guest
Posts: n/a

 
      01-04-2006, 04:31 PM
By the way, when you establish your connection to the VPN via IP address,
how are you doing so? Are you using some sort of VPN client? If so, which
one? When you are on your local LAN, what IP address/subnet mask do you
have? Is it assigned dynamically?

"Mike via WinServerKB.com" <u16958@uwe> wrote in message
news:59d56a7e61caf@uwe...
> the hostname for the VPN server is bgserver2. There is not an A record
> for
> it on the DNS server for this bgserver2 which is the VPN server. I went
> ahead and added it and flushed and registered dns on the client.
>
> I am on the LAN where the VPN server sits and that is where I am trying to
> connect to the VPN server. I still can connect with the IP address but
> can
> not with the DNS name.
>
> I do not know if this would be related but while I am on the LAN I can not
> ping any of the servers by their hostname.
>
> C:\Documents and Settings\Mike Blanco>ping bgserver1
> Ping request could not find host bgserver1. Please check the name and try
> again.
>
>
> C:\Documents and Settings\Mike Blanco>ping bgserver2
> Ping request could not find host bgserver2. Please check the name and try
> again.
>
>
> Barry Oxenberg wrote:
>>What is the host name for your VPN Server? Is there an A record for it in
>>DNS?
>>Also, it appears as though you are doing an NSLOOKUP against your own DNS
>>Server, which is fine for internal use, but I suspect the trouble you are
>>having is when trying to access your VPN from the outside world, yes? If
>>that is indeed the case DNS should be able to resolve the VPN host to a
>>public IP. If you can not register host records with your ISP then your
>>only choice is to connect via IP address.
>>
>>> C:\Documents and Settings\Mike Blanco>nslookup
>>> Default Server: bgserver1

>>[quoted text clipped - 22 lines]
>>>>> figure
>>>>> out why I can not get authenticated with my dns name.

>
> --
> Thanks so Much
>
> Mike
>
> Message posted via WinServerKB.com
> http://www.winserverkb.com/Uwe/Forum...rking/200601/1
>



 
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
VPN Problem - Error 678 the remote computer did not respond banksky Windows Networking 0 11-27-2007 02:57 PM
"The client could not connect to the remote computer. Remote connections..." - Server 2003 Maestro Windows Networking 4 10-25-2007 06:58 PM
"The client could not connect to the remote computer. Remote connections..." - Server 2003 Maestro Windows Networking 5 10-17-2007 01:14 AM
NTP Server didn't respond error Sam Windows Networking 4 11-19-2004 01:22 PM
Interface error and packet filter error for Remote Access Tony Birnseth Windows Networking 0 09-19-2004 04:28 PM



1 2 3 4 5 6 7 8 9 10 11