Hi,
I've just setup a RedHat 8.0 box with 1 NIC.
I have no domain controller, some box on a common workgroup (win 9x) with static IPs on 192.168.2.0 network
I would like the Linux box to act as a samba server. This is my primary objective. If I could make it as a WINS server it will be very nice and if it could act as a logon server then it would simply be perfect!
What I have done so far:
smb.conf (I have ADD)
---Global Settings---
workgroup=wgp
host allow 192.168.2. 127.
remote browse sync = 192.168.2.
remote announce = 192.168.2.
local master = yes
domain master = yes
domain logons = yes
wins support = yes
----Share Definitions---
[main]
path=/share
browseable=yes
writable=yes
createmask=644
valid users= user0
Network settings:
I can ping the linux box from the win9x.
But 'net view \\linuxip' on a win9x PC return error53 i.e computer canot be located
'net view /workgroup:linuxwgp' return "computer sharing resource in this wgp cannot be located.
'smbclient -L 127.0.0.1' on the linux box return the shares and evrything seemed fine.
'mount -t smbfs -o user0 //127.0.0.1/main /mnt/share' on the linux box result in a successful mounted dir @ /mnt/share
As mentioned in the share definition 'main' --> /share
what is strange is that nothing is stored in /share but when mounted as above, I see some folders i.e amanda, kde-root,...
in /mnt/share
Any input will be much appreciated!
Thanks!
I've just setup a RedHat 8.0 box with 1 NIC.
I have no domain controller, some box on a common workgroup (win 9x) with static IPs on 192.168.2.0 network
I would like the Linux box to act as a samba server. This is my primary objective. If I could make it as a WINS server it will be very nice and if it could act as a logon server then it would simply be perfect!
What I have done so far:
smb.conf (I have ADD)
---Global Settings---
workgroup=wgp
host allow 192.168.2. 127.
remote browse sync = 192.168.2.
remote announce = 192.168.2.
local master = yes
domain master = yes
domain logons = yes
wins support = yes
----Share Definitions---
[main]
path=/share
browseable=yes
writable=yes
createmask=644
valid users= user0
Network settings:
I can ping the linux box from the win9x.
But 'net view \\linuxip' on a win9x PC return error53 i.e computer canot be located
'net view /workgroup:linuxwgp' return "computer sharing resource in this wgp cannot be located.
'smbclient -L 127.0.0.1' on the linux box return the shares and evrything seemed fine.
'mount -t smbfs -o user0 //127.0.0.1/main /mnt/share' on the linux box result in a successful mounted dir @ /mnt/share
As mentioned in the share definition 'main' --> /share
what is strange is that nothing is stored in /share but when mounted as above, I see some folders i.e amanda, kde-root,...
in /mnt/share
Any input will be much appreciated!
Thanks!