Networking Forums

Networking Forums > Computer Networking > Linux Networking > VPN tunnel ws. Remote Desktop (Terminal client)

Reply
Thread Tools Display Modes

VPN tunnel ws. Remote Desktop (Terminal client)

 
 
ck@vario-software.de
Guest
Posts: n/a

 
      08-25-2005, 04:06 PM
Hello group,

I've set up a linux routing-server with pptp-client. Routing is
enabled. Default route points to our firewall.

The connection to the VPN network is established. FTP and VNC are
working without problems.

My problem is very curious: I connect via my Remote Desktop/Terminal
client. I get a connection (the screen turns black) but I get no login
dialouge. After a while an error accures: "Connection failed. Check
network properties" (or something like that). If I connect again and
then start another instance of the client and also connect it, the
second instance works well.
After that I tried to connect only one client. This worked also great
with the instance, that got the prior connection.
Then I closed all clients and startet a new one. I got no connection.

I tried the same procedure from two computers. Both Windows XP prof.
SP2. They work identicly.

In /var/log/messages there are some lines like this:
Aug 25 20:08:31 vpngate pptp[21695]: anon
log[decaps_greptp_gre.c:404]: buffering packet 5429 (expecting 5426,
lost or reordered)

But they are not written while connecting the client.

In /var/log/firewall there are some entries, that packets were accepted
(high log level), but no messages of dropped packets.

Anyone has got an idea?

Thanks in advice!

Christian Kusenbach
Germany

 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      08-25-2005, 04:45 PM
In comp.os.linux.networking (E-Mail Removed):
> Hello group,


> I've set up a linux routing-server with pptp-client. Routing is
> enabled. Default route points to our firewall.


> The connection to the VPN network is established. FTP and VNC are
> working without problems.


> My problem is very curious: I connect via my Remote Desktop/Terminal
> client. I get a connection (the screen turns black) but I get no login
> dialouge. After a while an error accures: "Connection failed. Check


Why would you need all the bloatware? Ssh allows anything + more.

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 395: Redundant ACLs.
 
Reply With Quote
 
Llanzlan Klazmon
Guest
Posts: n/a

 
      08-25-2005, 10:24 PM
Michael Heiming <michael+(E-Mail Removed)> wrote in news:j691u2-
(E-Mail Removed):

> In comp.os.linux.networking (E-Mail Removed):
>> Hello group,

>
>> I've set up a linux routing-server with pptp-client. Routing is
>> enabled. Default route points to our firewall.

>
>> The connection to the VPN network is established. FTP and VNC are
>> working without problems.

>
>> My problem is very curious: I connect via my Remote Desktop/Terminal
>> client. I get a connection (the screen turns black) but I get no login
>> dialouge. After a while an error accures: "Connection failed. Check

>
> Why would you need all the bloatware? Ssh allows anything + more.
>


I didn't know you can encap ip and route over SSH?

I like Open VPN myself.

http://openvpn.net/

Klazmon




> [..]
>


 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      08-25-2005, 10:54 PM
In comp.os.linux.networking Llanzlan Klazmon <(E-Mail Removed)>:
> Michael Heiming <michael+(E-Mail Removed)> wrote in news:j691u2-
> (E-Mail Removed):


>> In comp.os.linux.networking (E-Mail Removed):
>>> Hello group,

>>
>>> I've set up a linux routing-server with pptp-client. Routing is
>>> enabled. Default route points to our firewall.

>>
>>> The connection to the VPN network is established. FTP and VNC are
>>> working without problems.

>>
>>> My problem is very curious: I connect via my Remote Desktop/Terminal
>>> client. I get a connection (the screen turns black) but I get no login
>>> dialouge. After a while an error accures: "Connection failed. Check

>>
>> Why would you need all the bloatware? Ssh allows anything + more.
>>


> I didn't know you can encap ip and route over SSH?


Don't think you can, the remark was about all those doze remote
admin tools. Seems over 90% of all OP seem to surround doze, I
don't use and have no problems at all. Even if it's easy enough
tunneling rdesktop through ssh. ;-)

> I like Open VPN myself.


> http://openvpn.net/


Looks good!

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 355: Boredom in the Kernel.
 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      08-26-2005, 12:19 PM
Michael Heiming wrote:

>> I didn't know you can encap ip and route over SSH?

>
> Don't think you can, the remark was about all those doze remote
> admin tools. Seems over 90% of all OP seem to surround doze, I
> don't use and have no problems at all. Even if it's easy enough
> tunneling rdesktop through ssh. ;-)


Actually, you can built a VPN through SSH. There was even an article about
it, in Linux Journal, a couple of years ago. However, it's not a good idea
as you're then running TCP over TCP, which can cause performance issues.
OpenVPN uses UDP (though if necessary, it can also use TCP) , which has the
same performance characteristics as Ethernet or other "best effort"
protocol.

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      08-26-2005, 01:01 PM
In comp.os.linux.networking James Knott <(E-Mail Removed)>:
> Michael Heiming wrote:


>>> I didn't know you can encap ip and route over SSH?

>>
>> Don't think you can, the remark was about all those doze remote
>> admin tools. Seems over 90% of all OP seem to surround doze, I
>> don't use and have no problems at all. Even if it's easy enough
>> tunneling rdesktop through ssh. ;-)


> Actually, you can built a VPN through SSH. There was even an article about
> it, in Linux Journal, a couple of years ago. However, it's not a good idea
> as you're then running TCP over TCP, which can cause performance issues.
> OpenVPN uses UDP (though if necessary, it can also use TCP) , which has the
> same performance characteristics as Ethernet or other "best effort"
> protocol.


Actually, there's even a howto available:

http://en.tldp.org/HOWTO/VPN-HOWTO/


--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 120: we just switched to FDDI.
 
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
Remote Desktop: The client could not connect to the remote compute crazyglue Windows Networking 6 02-24-2009 08:26 AM
Client Remote dESKTOP Jon Rowlan Windows Networking 1 01-06-2007 04:02 PM
Remote Desktop 5.2 Client Will Windows Networking 4 08-13-2006 03:32 PM
Terminal Service and Remote Desktop with Win XP, and Win Server 20 =?Utf-8?B?V2lsc29u?= Windows Networking 0 04-01-2005 07:59 PM
Problem with Remote desktop connections and terminal server Marco Boccalini Windows Networking 0 05-13-2004 02:43 PM



1 2 3 4 5 6 7 8 9 10 11