<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tom Rivers wrote:
<blockquote cite="mid1149957789.22381.7.camel@aries" type="cite">
  <pre wrap="">On Sat, 2006-06-10 at 11:28 -0500, Bill Polhemus wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Bill Polhemus wrote: 
    </pre>
    <blockquote type="cite">
      <pre wrap="">Luyi Chen wrote:  
      </pre>
      <blockquote type="cite">
        <pre wrap="">This is my understanding: You have a share folder on you windows
vpn server or any windows pc on you remote LAN. You want to access
the folder from you local linux box. Is that right?

You have established connection to you remote network via vpn. I
don't think you can use Konqueror to access the directory. You
should use Network File System (NFS). 
        </pre>
      </blockquote>
    </blockquote>
    <pre wrap="">Follow up: I don't think NFS will do the trick unless you have NFS
server running on the Windows side which we do not.

What I want to do is access shares on the server via UNC.

Example: //Server/Projects
-- 
fedora-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a>
To unsubscribe: <a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hi Bill,

The UNC notation assumes that your client system knows the shares you
are trying to access by their Microsoft names.  If I am not mistaken,
that requires that your client receives and processes NetBIOS
information.  My experience with VPN's is that NetBIOS isn't normally
passed through the tunnel unless it is specifically configured to do so.
Perhaps this is part of your problem.


Tom

  </pre>
</blockquote>
Well, this DOES work when I access via the plain-jane (i.e. NOT the
Cisco client) VPN connection from Windows. So I am assuming it will
work with Linux. FWIW, when I make the VPN connection through this PPTP
client, it tells me the following:<br>
<br>
Using interface ppp0<br>
pptpconfig: monitoring interface ppp0<br>
Connect: ppp0 &lt;--&gt; /dev/pts/2<br>
MPPE 128-bit stateless compression enabled<br>
local&nbsp; IP address 10.1.8.82<br>
remote IP address 69.8.148.12<br>
primary&nbsp;&nbsp; DNS address 10.1.2.1<br>
secondary DNS address 10.1.2.3<br>
pptpconfig: pppd process exit status 0 (started)<br>
ip route replace 69.8.148.12 via 192.168.1.5 dev eth0&nbsp; src 192.168.1.105<br>
pptpconfig: routes added to remote networks<br>
pptpconfig: DNS changes made to /etc/resolv.conf<br>
pptpconfig: connected<br>
pptpconfig: restoring routing and DNS configuration<br>
ip route del 69.8.148.12 via 192.168.1.5 dev eth0&nbsp; src 192.168.1.105<br>
mv /etc/resolv.conf.orig.WJE /etc/resolv.conf<br>
pptpconfig: routing and DNS configuration restored<br>
<br>
This tells me that 1) a secure connection is made and 2) there is DNS
in the 10/8 address space.<br>
<br>
So where do I go from here? Ultimately I want to connect to the remote
desktop, but can't figure out the syntax for that.<br>
<br>
(BTW, on my Windows laptop, I have to FIRST make the VNC connection,
and THEN fire up the remote desktop client).<br>
</body>
</html>