redhatnoobie
01-08-2003, 07:18 PM
Long time listener, first time poster.
I've got XP Home and RH 8 boxes running via DHCP with a Linksys router.
Configured smb.conf (below) with webmin and text editor.
Mounted 'my documents' from the XP box to my /test/mnt directory on the linux box. However when I browse, sometimes it works and sometimes it doesn't - anyone know why? RH8 just locks up and I can't unmount or anything - must reboot. Any ideas??
Thanks in advance!!!
gp
PS - I disabled the firewall in webmin - does that mean it's disabled??
smb.conf:
[global]
log file = /var/log/samba/%m.log
smb passwd file = /etc/samba/smbpasswd
; load printers = yes
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192
null passwords = yes
encrypt passwords = yes
; wins support = true
netbios name = redhatbox
server string = Look Out
; printing = lprng
; unix password sync = Yes
workgroup = MSHOME
; printcap name = /etc/printcap
security = user
max log size = 0
oplock = True
level2 oplocks = true
fake oplocks = yes
share modes = off
read prediction = yes
[home]
writable = yes
path = /home
comment = Home Directories
public = yes
guest ok = yes
[test]
path = /test
public = yes
only guest = yes
writable = yes
comment = test
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes
I've got XP Home and RH 8 boxes running via DHCP with a Linksys router.
Configured smb.conf (below) with webmin and text editor.
Mounted 'my documents' from the XP box to my /test/mnt directory on the linux box. However when I browse, sometimes it works and sometimes it doesn't - anyone know why? RH8 just locks up and I can't unmount or anything - must reboot. Any ideas??
Thanks in advance!!!
gp
PS - I disabled the firewall in webmin - does that mean it's disabled??
smb.conf:
[global]
log file = /var/log/samba/%m.log
smb passwd file = /etc/samba/smbpasswd
; load printers = yes
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192
null passwords = yes
encrypt passwords = yes
; wins support = true
netbios name = redhatbox
server string = Look Out
; printing = lprng
; unix password sync = Yes
workgroup = MSHOME
; printcap name = /etc/printcap
security = user
max log size = 0
oplock = True
level2 oplocks = true
fake oplocks = yes
share modes = off
read prediction = yes
[home]
writable = yes
path = /home
comment = Home Directories
public = yes
guest ok = yes
[test]
path = /test
public = yes
only guest = yes
writable = yes
comment = test
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes