Ubuntu connect to common areas (fellesområder) and network share: Difference between revisions

From IThelp
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[No:Ubuntu koble til fellesområder og nettverksområder]]
#REDIRECT [[Ubuntu connect to common areas and network share]]
Some units and departments have common areas or other shared network areas. For being able to connect to these network areas the computer has to be on the [https://it.uib.no/en/Vpn VPN] or [https://it.uib.no/en/Eduroam Eduroam] or UiB wired network.
 
* Press ctrl+l (L for location) and type the path to the network share. Ask a colleguag if you dont know the path.
 
'''NB!''' In Windows operating systems uses backslash (\) to seperate directories, but in Mac and Linux use frontslash (/). Type the path like this: smb://klient.uib.no/felles
[[File:Nautilus-Fellesomraade.png]]
 
* Log on with your username and password and Domain: UIB
 
[[File:Nautilus-fellesomraadepaalogg.png]]
 
===Save bookmark===
You can use the bookmark as a shortcut next time to want to connect to a network aera.
* Press the Bookmark menu and Add Bookmarks
 
[[File:Sftp-mot-sync-nautilus-bookmark.png]]
 
== Command line / terminal ==
Replace <username> with your username.
 
  smbclient -W UIB.NO -U <username> //klient.uib.no/felles/
 
With option D, you can specify the folder you want to start in.
 
  smbclient -W UIB.NO -U <username> D <folder name> //klient.uib.no/felles/
 
 
To connect uibfelles (equivalent to N:\ on managed Windows computers):
 
  smbclient -W UIB.NO -U <username> //skuld.uib.no/uibfelles
 
[[Category:BRA]]
[[Category:Ubuntu]]
[[Category:Linux]]
[[Category:Network share]]
[[Category:Common areas]]

Latest revision as of 09:48, 29 May 2017