bcsmith100
09-16-2002, 04:31 PM
With help from previous posts I now have a network setup of an XP machine, a Windows 98 machine and 2 Linux machines. The first Linux machine is my old Windows machine as is the primary focus of my work. This is running Red Hat 7.3.
The second Linux machines is a Sun-Cobalt Qube 3. It is running a sun modified version of Linux 2.2 (based on Red hat). I got this machine for free (which is a long story). I have just restored the O/S on this and have all of its systems set to the default values.
I can ping all machines by IP address and name (I put the names in the /system..../Host file on windows to get this working... oh well as far as DHCP goes, but hey it works!).
Now for (hopefully) my last problem. On my XP machine when I bring up the browser I of my network places I see the following:
guest-share on Coblat Qube 3 (DHCPPC4)
home on Cobalt Qube 3 (DHCPPC4)
netlogon on Cobalt Qube 3 (DHCPPC4)
profiles on Cobalt Qube 3 (DHCPPC4)
restore on Cobalt Qube 3 (DHCPPC4)
Shareddocs on Office Xp (WinXP)
shareddocs on laptop (Win98)
notice that I don't have any shares into my Linux workstation.
-------------------------------------------------------------------------------
When I try to open any of the directories on the Qube, I get access and everything is working... unfortantely I don't have access to its SMB.conf file to figure out how this was set up...but at least I know that I don't have a major problem in the network
instead the file is with the linux side (which I suspected for a while).
Next I use the "view workgroup computers" and I see:
Office XP (WinXP)
Laptop (Win98)
Cobalt Qube 3 (DHCPPC3)
Linuxstation server (Linuxstation)
Again I can click on the cobalt Qube 3 file and see the directories and files. When I click on Linuxstation server I get
"\\linuxstation is not accessible. You might not have permisions...."
Questions
==========
1) How do I set up folders on the Linux station so that they appear in the Windows browsers? I believe that this will make the directories also appear in the "view workgroup computers" based on what I am seeing for the Qube.
===================================
Here is my SMB.conf file for my Linux workstation:
===================================
[global]
workgroup = Home
netbois name = Linuxstation
server string = Linusstation server
encrypt passwords = Yes
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = No
hosts allow = 192.168.0.
printing = lprng
local master = No
domain master = No
[homes]
read only = No
browseable = Yes
[printers]
path = /var/spool/samba
printable = Yes
browseable = Yes
[shared]
path = /tmp
[windowusers]
path = /windowusers
public = no
writeable = Yes
write list = @windowusers
printable = no
final comments
===========
I have created a group called "windowusers" and I have used smbpasswd -a to create a user account for my window user account.
I can use the command:
smbmount //WinXP/shared /windowusers
this creates allows my Linux worstation to access the windows shared directory.
However, what I am missing is how to define a directory on the Linux workstation so that Windows can see it....I think I am close... does this go under [shared] ??????
Any comments and/or help would be appreciated.
The second Linux machines is a Sun-Cobalt Qube 3. It is running a sun modified version of Linux 2.2 (based on Red hat). I got this machine for free (which is a long story). I have just restored the O/S on this and have all of its systems set to the default values.
I can ping all machines by IP address and name (I put the names in the /system..../Host file on windows to get this working... oh well as far as DHCP goes, but hey it works!).
Now for (hopefully) my last problem. On my XP machine when I bring up the browser I of my network places I see the following:
guest-share on Coblat Qube 3 (DHCPPC4)
home on Cobalt Qube 3 (DHCPPC4)
netlogon on Cobalt Qube 3 (DHCPPC4)
profiles on Cobalt Qube 3 (DHCPPC4)
restore on Cobalt Qube 3 (DHCPPC4)
Shareddocs on Office Xp (WinXP)
shareddocs on laptop (Win98)
notice that I don't have any shares into my Linux workstation.
-------------------------------------------------------------------------------
When I try to open any of the directories on the Qube, I get access and everything is working... unfortantely I don't have access to its SMB.conf file to figure out how this was set up...but at least I know that I don't have a major problem in the network
instead the file is with the linux side (which I suspected for a while).
Next I use the "view workgroup computers" and I see:
Office XP (WinXP)
Laptop (Win98)
Cobalt Qube 3 (DHCPPC3)
Linuxstation server (Linuxstation)
Again I can click on the cobalt Qube 3 file and see the directories and files. When I click on Linuxstation server I get
"\\linuxstation is not accessible. You might not have permisions...."
Questions
==========
1) How do I set up folders on the Linux station so that they appear in the Windows browsers? I believe that this will make the directories also appear in the "view workgroup computers" based on what I am seeing for the Qube.
===================================
Here is my SMB.conf file for my Linux workstation:
===================================
[global]
workgroup = Home
netbois name = Linuxstation
server string = Linusstation server
encrypt passwords = Yes
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = No
hosts allow = 192.168.0.
printing = lprng
local master = No
domain master = No
[homes]
read only = No
browseable = Yes
[printers]
path = /var/spool/samba
printable = Yes
browseable = Yes
[shared]
path = /tmp
[windowusers]
path = /windowusers
public = no
writeable = Yes
write list = @windowusers
printable = no
final comments
===========
I have created a group called "windowusers" and I have used smbpasswd -a to create a user account for my window user account.
I can use the command:
smbmount //WinXP/shared /windowusers
this creates allows my Linux worstation to access the windows shared directory.
However, what I am missing is how to define a directory on the Linux workstation so that Windows can see it....I think I am close... does this go under [shared] ??????
Any comments and/or help would be appreciated.