Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Windows network

  1. #1
    Join Date
    Aug 2008
    Beans
    19
    Distro
    Ubuntu 10.04 Lucid Lynx

    Windows network



    hi, where can i find this password, it is neither my password for my windows pc nor my ubuntu password. i just cant connect to my windows computers, i dont know how, it allways wants some password and i just dont know which one.

    thanks for your help. hagbard

  2. #2
    Join Date
    Sep 2010
    Location
    Indian Capital City
    Beans
    916
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Windows network

    Did you try the Windows username and password ??
    When you have eliminated the impossible, whatever remains, however improbable, must be the truth !!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Mark it [SOLVED] if the issue has been resolved

  3. #3
    Join Date
    Oct 2010
    Location
    South Africa
    Beans
    2
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Windows network

    What version of windows are you running on the PC you want to connect to?

    I think it's a sharing issue on the windows.

  4. #4
    Join Date
    Aug 2008
    Beans
    19
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Windows network

    im running windows 7, you may be right, i havnt changed any share settings on the computer i want to connect to other than sharing it in a home group and sharing all drives, but ive never found anything like "remote desktop". i also dont know where to find my domain.

    ive tried the windows username and password, dosnt work.
    Last edited by Hagbard_C; October 21st, 2010 at 04:55 PM.

  5. #5
    Join Date
    Sep 2010
    Location
    Indian Capital City
    Beans
    916
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Windows network

    Quote Originally Posted by Hagbard_C View Post
    ive tried the windows username and password, dosnt work.
    Ok, if GUI is not working just try the terminal (we may get some relevant error logs):
    Code:
    ## List the shares
    smbclient -L <windows-ip> -U<windows-user>%<user-passwd>
    
    ## Access the shares
    smbclient //<windows-ip>/<share-name> U<windows-user>%<user-passwd>
    When you have eliminated the impossible, whatever remains, however improbable, must be the truth !!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Mark it [SOLVED] if the issue has been resolved

  6. #6
    Join Date
    Aug 2008
    Beans
    19
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Windows network

    sorry, i dont get it. for 1 i don't use a password for my windows machine, my ip is 192.168.2.101 and the username is just Aussie, would the command sound like this:

    smbclient -L 192.168.2.101 -U Aussie

    because that takes me nowhere (aussie: Not enough '\' characters in service
    )

  7. #7
    Join Date
    Sep 2010
    Location
    Indian Capital City
    Beans
    916
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Windows network

    Quote Originally Posted by Hagbard_C View Post
    sorry, i dont get it. for 1 i don't use a password for my windows machine, my ip is 192.168.2.101 and the username is just Aussie, would the command sound like this:

    smbclient -L 192.168.2.101 -U Aussie

    because that takes me nowhere (aussie: Not enough '\' characters in service
    )
    When you press ENTER with this command, does it asks for a password ??
    If it asks for one, just press ENTER again

    Or simply type the command without password
    Code:
    smbclient -L 192.168.2.101 -U Aussie%
    Last edited by luvshines; October 21st, 2010 at 05:32 PM.
    When you have eliminated the impossible, whatever remains, however improbable, must be the truth !!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Mark it [SOLVED] if the issue has been resolved

  8. #8
    Join Date
    Aug 2008
    Beans
    19
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Windows network

    ok this time (i thought i had to do it under the sudo su thingy) it wrote:

    Anonymous login successful
    Domain=[WORKGROUP] OS=[Windows 7 Ultimate 7600] Server=[Windows 7 Ultimate 6.1]

    Sharename Type Comment
    --------- ---- -------
    Error returning browse list: NT_STATUS_ACCESS_DENIED
    session request to 192.168.2.101 failed (Called name not present)
    session request to 192 failed (Called name not present)
    session request to *SMBSERVER failed (Called name not present)
    NetBIOS over TCP disabled -- no workgroup available

    the other computer i want to connect to is up and running, logged on, but i havnt done anything for sharing with ubuntu or something like that. should i?

  9. #9
    Join Date
    Aug 2008
    Beans
    19
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Windows network

    aussie-ubuntu@aussie-ubuntu:~$ smbclient //192.168.2.101/aussie-pc-ii -U Aussie%
    Anonymous login successful
    Domain=[WORKGROUP] OS=[Windows 7 Ultimate 7600] Server=[Windows 7 Ultimate 6.1]
    tree connect failed: NT_STATUS_BAD_NETWORK_NAME

  10. #10
    Join Date
    Sep 2010
    Location
    Indian Capital City
    Beans
    916
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Windows network

    Oh ok!!
    I have seen this error before but couldn't find a solution
    We had some discussion here:
    http://ubuntuforums.org/showthread.php?t=1597706&page=2

    See if Comment #14 works for you :-
    1. Open nautilus
    2. Press ctrl+l, then type smb://<windows-ip>. Press ENTER
    3. Then provide username and empty password when it prompts for one
    When you have eliminated the impossible, whatever remains, however improbable, must be the truth !!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Mark it [SOLVED] if the issue has been resolved

Page 1 of 3 123 LastLast

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
  •