|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
amontonarpapeles wrote:
> > Hello > > I'm running opensuse 11 with GNOME .. > > My machine is connected wirelessly to a windows network. I have the > samba packages installed on my machine, but when I navigate to smb:///, > I can only go down one more level to "Windows Network." None of the XP > machines (with windows shared folders) appear. I seem to remember > needing to log in (in KDE, a while back), but there doesn't seem to be a > way to do so in Nautilus. Is there some configuration (YaST, perhaps) > that I have neglected? > > Thanks > > amontonarpapeles; Have you added users to Samba by running "smbpasswd -a <username> as root? -- P. V. "The entropy of a closed system can never decrease", 2nd Law of Thermodynamics |
|
||||
|
open a console and make a few checks -- first su to get rootly powers
Check the firewall is running: rcSuSEfirewall2 status should return "running" Check the firewall is open for Samba: cat /etc/sysconfig/SuSEfirewall2 | grep FW_SERVICES_EXT_UDP=" should return: netbios-ns netbios-dgm cat /etc/sysconfig/SuSEfirewall2 | grep FW_SERVICES_EXT_TCP=" should return: netbios-ssn microsoft-ds cat /etc/sysconfig/SuSEfirewall2 | grep FW_SERVICES_ACCEPT_RELATED_EXT=" should return: 0/0,udp,137 or similar Check the workgroup name is the same as windows: cat /etc/samba/smb.conf | grep workgroup should return the workgroup name to check against windows Check you have entered your network name for SuseBox into the Samba configuration cat /etc/samba/smb.conf | grep 'netbios name =' should return the name you chose for the computer on the network
__________________
Drop in and visit some time. |
|
||||
|
Code:
#cat /etc/sysconfig/SuSEfirewall2 | grep FW_SERVICES_ACCEPT_RELATED_EXT= FW_SERVICES_ACCEPT_RELATED_EXT="" |
|
||||
|
Quote:
In the "Add" window, the settings are External Zone, Samba Browsing, and replace 0/0 by your network range. The network range is your IP address with the last integers replaced by "0/24". For example if your IP address is 10.33.200.77 then use this: 10.33.200.0/24. You can discover your IP address with this command entered in a console: Quote:
__________________
Drop in and visit some time. Last edited by swerdna; 25-Aug-2008 at 16:21. |
|
||||
|
Yes they did.
Thank you. it is working now. |
|
||||
|
Glad for you.
Interesting that this brand new feature is completely unknown, is not set by default and is important for Samba to work OK. This is the first I've written about it IIRC. So do Samba usres just turn the firewall off in 11.0 out of frustration? Probably.
__________________
Drop in and visit some time. |
|
|||
|
Swerdna,
In response to your question, yes they just turn it off and sometimes even then it does not work. In our shop we have a file-server running 10.3 and 4 workstations, also running 10.3 and 5 Windows XP machines. My standard order of business has been to follow your excellent Samba instructions as I set up a new machine but even that has not worked this time. We have built an 11.0 test machine and it does not play well. All of the other machines work perfectly but the 11.0 machine tells me "could not connect to host for smb://smb-network/" when I use either Konqueror or Dolphin to look at the network. This is the same whether the firewall is on or not. All other machines see the 11.0 machine in workgroup computers but connections are refused. Only the 11.0 machine is having issues, all others work perfectly. |
|
||||
|
Quote:
The upshot is that KDE4.0 should not be used for serious work, strictly only to experiment.
__________________
Drop in and visit some time. |
![]() |
|
| Bookmarks |
| Tags |
| network, samba, windows |
| Thread Tools | |
| Display Modes | |
|
|