how to map to samba server from workstation

Discussion in 'HOWTO-Related Questions' started by bonaventure, Apr 16, 2008.

  1. bonaventure

    bonaventure New Member

    I followed the How to Samba Fileserver with SWAT on Fedora 8 with no difficulty.
    I have one small (and perhaps very stupid) question. What url do I type into my file browser. Let's assume that the IP of my server is 192.168.1.131 and my workstation is 192.1.168.100

    I've tried typing http://192.168.1.131/home/shares/allusers. I get a user name and password box, but the user names and passwords I entered (the ones I created in the "how to") do not work. Is my url incorrect?

    Thanks
     
  2. o.meyer

    o.meyer New Member Moderator

    Hi bonaventure,

    please run the following commands on the server - replace %username% with the username on your Windows system.

    Code:
    net rpc user add %username% -U root
    net rpc user password %username% "%userpassword%" -U root
    smbpasswd -e %username%
    Best regards,

    Olli
     
  3. bonaventure

    bonaventure New Member

    error message

    I tried creating the account as suggested.
    When I ran the first command ("net rpc user add %username% -U root") it immediately asked for a password. It doesn't matter what password I type, I get the following error:

    Code:
    Could not connect to server 127.0.0.1
    The username or password was not correct.
    Connection failed: NT_STATUS_LOGON_FAILURE
    
    I'm confused:confused:
     

Share This Page