<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
I finally got it working.&nbsp; Despite the name, Remote Desktop Viewer is &quot;not&quot; for Windows RDP.&nbsp; It is a VNC for Linux.&nbsp; After I installed rdesktop, I could access the company terminal server. <BR>
<BR>
To summarize for anyone wanting to try this:<BR>
<BR>
1. Install networkmanager-pptp.<BR>
2. Use Network Manager to configure VPN.&nbsp; The gateway is the IP address for the Windows VPN server.&nbsp; You do need to include an NT domain.&nbsp; Under advanced options, set Use Point-to-Point encryption (MPPRE).&nbsp; The other settings do not need to be changed.&nbsp; I did not need to change anything in IPv4 Settings, but you might need to set routes.<BR>
<BR>
3. Install rdesktop.&nbsp; This command string works for me:<BR>
<BR>
&nbsp;&nbsp;&nbsp; rdesktop&nbsp; -g 800x600 -P -z -x l -r sound:off -u username server-address<BR>
<BR>
4. If you want a GUI frontend, install tsclient (Ubuntu already has this installed.)&nbsp; This is a GNOME frontend.<BR>
<BR>
<BR>
Troubleshooting (Thanks, Dave!)<BR>
-----------------------------------------<BR>
If Network Manager connects to the VPN, but you cannot get rdesktop to work:<BR>
<BR>
ifconfig should show a ppp connection.<BR>
<BR>
/etc/resolv.conf should show DNS addresses for the VPN network, assuming the network has a DNS server.<BR>
<BR>
<BR>
Comment<BR>
-------------<BR>
At one time, with Samba running and a good VPN connection, I could see the domain inside GNOME's Network window but I couldn't access anything in the domain.&nbsp; I don't know enough about Samba to know if I should be able to do this.<BR>
<BR>
</BODY>
</HTML>