Results 1 to 5 of 5

Thread: Network folder

  1. #1
    Join Date
    Mar 2008
    Location
    New Jersey, USA
    Beans
    95
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Network folder

    Ok so there's this particular folder I want to get into on Linux and on Windows I would just type in:
    Code:
    \\folderName
    in the addressbar of Windows Explorer. Now for this particular folder I would need to sign into the school's VPN while on Windows. Does anyone know how I'd be able to do this on Linux, more specifically on KDE if that helps. Thanks

  2. #2
    Join Date
    Jul 2009
    Beans
    516
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Network folder

    You'll first need to install a VPN client and confirm that the connection works.

    If it's a Cisco VPN then you just need to install vpnc and also a plugin for NetworkManager that allows you to configure it through that. I don't use KDE so it might differ slightly as to what application you need. But from doing a quick search I found that there's a KDE specific VPN client front end or you could use the network-manager plugin for KDE
    Code:
    user@linux:~$ apt-cache search vpnc
    kvpnc - vpn clients frontend for KDE4
    kvpnc-data - data files for KVpnc
    kvpnc-dbg - vpn clients frontend for KDE4 - debugging symbols
    network-manager-vpnc - network management framework (VPNC plugin)
    network-manager-vpnc-gnome - network management framework (VPNC plugin, GNOME UI)
    network-manager-vpnc-kde - KDE NetworkManagement infrastructure (VPNC plugin)
    vpnc - Cisco-compatible VPN client
    Set up your VPN connection and verify that it works by pinging a know host.

    Open your file manager and go to the network places, again this'll vary. Under nautilus you can just press Ctrl+L then type in the URL
    Code:
    smb://ServerName/FolderName
    Also under nautilus, and I dare say under dolphin(?), on the file menu there's a Connect To Server option where you can specify the details.

    If you haven't used Samba on your computer before then you may need to install some additional packages.
    Mark your thread as [SOLVED], use Thread Tools on forum page.

  3. #3
    Join Date
    Mar 2008
    Location
    England
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Network folder

    KDE uses the KIO slave smb:// to access windows shares. Try navigating to smb:/ and you should see the windows shares on your lan.

    If it's a hidden then, then try something like "smb://server/share"
    My Website. Computing resources, photos, articles etc.

  4. #4
    Join Date
    Mar 2008
    Location
    New Jersey, USA
    Beans
    95
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Network folder

    How can I tell what kind of VPN it is?

  5. #5
    Join Date
    Jul 2009
    Beans
    516
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Network folder

    They should have provided you with the logon details for the VPN along with what client you need to use to connect to it. Did they give you a link to download the Cisco VPN client??
    Mark your thread as [SOLVED], use Thread Tools on forum page.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •