Results 1 to 4 of 4

Thread: Connecting to windows network

  1. #1
    Join Date
    Apr 2011
    Beans
    18

    Connecting to windows network

    I use Ubuntu at home and I love it. At my job I have been asked to connect a linux machine to our existing windows network and it is not Ubuntu, I believe it is an arch distro that the last guy setup. Changing the distro is not an option so I have to ask what software does ubuntu gnome use that allows for automatic discovery of network computers. I need to be able to not only see the entire network at boot but allow users to access windows shares and map them to there home folders without them having to do anything. Can the community please give me a hand solving this issue. I am sure there are some masters out there who can tell me exactly how to do this or what software I need to install.

    Thank you in advance

  2. #2
    Join Date
    Jul 2011
    Location
    Montreal, QC
    Beans
    99
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Connecting to windows network

    Install Samba.

    Code:
    apt-get install samba
    Network Shares/Hosts will appear in Network Servers either right away or after restart or can be connected to manually.

  3. #3
    Join Date
    May 2008
    Location
    Berks, UK
    Beans
    1,387

    Re: Connecting to windows network

    You only need the client side of the Samba software - and this is often supplied as default in the distro, even tho' the server side isn't.
    The client side gets the SMB facility, which is what Windows uses for file and printer shares.
    Derek

  4. #4
    Join Date
    Jul 2011
    Location
    Montreal, QC
    Beans
    99
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Connecting to windows network

    Install the hole package, client AND server. That way, your computer will be accessible and you will be able to access others.

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
  •