List Info

Thread: Re: re: SAMBA ( how to access the windows machin files in linux machine )




Re: re: SAMBA ( how to access the windows machin files in linux machine )
country flaguser name
United States
2007-04-02 06:51:54

Hello Friends

I am working in MNC.I am facing some problem.At my Remote site is Samba
Server Configured.When i try to access samba server from windows xp it work'
s.But
*I have a Windows 98 SE box connected to my RedhatEnterprise Linux running
Samba .
** I click on Network Neighborhood, then on localhost
** I double click on Localhost and get a window called "Enter Network
Password." *>*
**The window says:
**You must supply a password to make this connection:
** Resource: \LOCALHOSTIPC$
** Password []
** Save this password in your password list []
** [Ok]
** [Cancel]
** No matter what I try for my password, I can't the machine to log in.
**Each time I get the following error box:
** "Microsoft Networking"
** The password is incorrect. Try again.*

**

*Any kind of help will be appreciated.I need the help very urgently as my
work is stuck.Plz do the needful asap.

*

On 9/26/05, UNIREA Sannicolau Mare < credsantm1%40rdslink.ro">credsantm1rdslink.ro> wrote:
&gt;
> > Hi everyone
> > we can access linux files in window through samba config.
> > at the same time it is possible to access the windows
> > files in linux machine !
> > So how we can access the windows machine files in
> > linux machine ?
> Well, if your security pretentions are not so high, that's not a hard task
>; after all. Anyway, I can tell you that simply reading the first pages of
> Samba-HOWTO-Collection.pdf, I have acomplyshed the task.
&gt; Here's a sample of the smb.conf file:
&gt;
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;smb.conf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
&gt; ;;;;;;;;;;;;;;;;;;;;;;;
> [global]
> workgroup = S
> netbios name = CASA1
&gt; security = SHARE
&gt;
> idmap uid = 16777216-33554431
&gt; idmap gid = 16777216-33554431
&gt; template shell = /bin/false
> winbind use default domain = no
> map to guest = bad user
>; [c]
> comment = unitatea c
> path = /c
> read only = No
> guest ok = False
&gt;
> [d]
> comment = unitatea d
> path = /d
> read only = No
> guest ok = False
&gt;
> [slash]
> comment = ROOT DIRECTORY
> path = /
> read only = No
> guest ok = False
&gt;
> [scoop]
> comment = scoop
&gt; path = /scoop
&gt; read only = No
> guest ok = False
&gt;
> [tcoop]
> comment = tcoop
&gt; path = /tcoop
&gt; read only = No
> guest ok = False
&gt;
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;smb.conf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
&gt; ;;;;;;;;;;;;;;;;;;;;;;;
>
> You will also need to create on linux box the user with which you login in
> Windows and set to him the same password... after that, you must add the
> user in the smbpasswd file like this
>;
>
> user1:501:9467459F00DEEAF1AAD3B435B51404EE:CF5228C5298773D96A40A2E55008531A:
> [U ]:LCT-42E5F1CC:
>;
> and then change it's password using:
&gt; #smbpasswd user1
&gt;
> and type it the windows paswsword...
>
>
>;
>
>
> Yahoo! Groups Links
&gt;
>
>
>;

[Non-text portions of this message have been removed]

__._,_.___
.

__,_._,___
Re: re: SAMBA ( how to access the windows machin files in linux machine )
country flaguser name
United States
2007-05-11 18:12:18


hi

for solving these type of problem you need to check with following steps

1 check the smbpasswd file and create the windowsuser there from which you can access or you can use windows user by enabling the smbusers feature in /etc/samba/smb.conf

Jaspreet

narender mehra < narender.mehra%40gmail.com">narender.mehragmail.com> wrote: Hello Friends

I am working in MNC.I am facing some problem.At my Remote site is Samba
Server Configured.When i try to access samba server from windows xp it work'
s.But
*I have a Windows 98 SE box connected to my RedhatEnterprise Linux running
Samba .
** I click on Network Neighborhood, then on localhost
** I double click on Localhost and get a window called "Enter Network
Password.&quot; *>*
**The window says:
**You must supply a password to make this connection:
** Resource: \LOCALHOSTIPC$
** Password []
** Save this password in your password list []
** [Ok]
** [Cancel]
** No matter what I try for my password, I can't the machine to log in.
**Each time I get the following error box:
** "Microsoft Networking"
** The password is incorrect. Try again.*

**

*Any kind of help will be appreciated.I need the help very urgently as my
work is stuck.Plz do the needful asap.

*

On 9/26/05, UNIREA Sannicolau Mare < credsantm1%40rdslink.ro">credsantm1rdslink.ro> wrote:
>
> > Hi everyone
> > we can access linux files in window through samba config.
> > at the same time it is possible to access the windows
> > files in linux machine !
> > So how we can access the windows machine files in
> > linux machine ?
> Well, if your security pretentions are not so high, that's not a hard task
> after all. Anyway, I can tell you that simply reading the first pages of
> Samba-HOWTO-Collection.pdf, I have acomplyshed the task.
> Here's a sample of the smb.conf file:
>
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;smb.conf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;;;;;;;;;;;;;;;;;;;;;;
> [global]
> workgroup = S
> netbios name = CASA1
> security = SHARE
>
> idmap uid = 16777216-33554431
> idmap gid = 16777216-33554431
> template shell = /bin/false
> winbind use default domain = no
> map to guest = bad user
> [c]
> comment = unitatea c
> path = /c
> read only = No
> guest ok = False
>
> [d]
> comment = unitatea d
> path = /d
> read only = No
> guest ok = False
>
> [slash]
> comment = ROOT DIRECTORY
> path = /
> read only = No
> guest ok = False
>
> [scoop]
> comment = scoop
> path = /scoop
> read only = No
> guest ok = False
>
> [tcoop]
> comment = tcoop
> path = /tcoop
> read only = No
> guest ok = False
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;smb.conf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;;;;;;;;;;;;;;;;;;;;;;
>
> You will also need to create on linux box the user with which you login in
> Windows and set to him the same password... after that, you must add the
> user in the smbpasswd file like this
>
>
> user1:501:9467459F00DEEAF1AAD3B435B51404EE:CF5228C5298773D96A40A2E55008531A:
> [U ]:LCT-42E5F1CC:
>
> and then change it's password using:
> #smbpasswd user1
>
> and type it the windows paswsword...
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>

[Non-text portions of this message have been removed]





---------------------------------
Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.

[Non-text portions of this message have been removed]

__._,_.___
.

__,_._,___
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )