LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Windows Network Problem (https://www.linuxquestions.org/questions/suse-opensuse-60/windows-network-problem-283730/)

The_Landlord 01-29-2005 12:18 PM

Windows Network Problem
 
Hi everyone,

I am currently on my second day of total migration from XP, and i have a problem with my network.

I currently have 2 machines connected to a belkin cable router both have IP addresses and working internet connections but i cannot connect to the shared files on either machine. On the SuSe 9.2 machine if i open Network browsing then SMB it reports that there are no workgroups on the network.

can someone please help me.....

david_ross 01-29-2005 01:40 PM

Can you connect by IP address?
smb://ip.of.other.machine/

andrewdodsworth 01-29-2005 05:00 PM

There are issues with Network Browsing seeing Windows workgroups, usually to do with firewall settings at either end.

First of all make sure you can ping the other machine.

Even if browsing doesn't work you should still be able to connect from linux by
Code:

smb://winmachine/sharename
in Konqueror. Depending on the security on the Windows machine it may either connect you or ask for a name and password.

Both SuSE 9.2 and Windows XP by default activate firewalls - you need to allow the Windows browsing protocols through. These are ports 137 to 139 and 445 TCP and UDP (not sure exactly what combinations are used).

On Windows if using the Windows firewall if you allow file and print sharing it will open the right ports and on SuSEfirewall2 ticking Samba server should work, however, I have had problems in the past with a single NIC - even specifying the correct ports in the Expert settings.

You can check the firewall script in /etc/sysconfig/SuSEfirewall2 to make sure that it's setting the right things - it's pretty well documented.

You can always try temporarily disabling the firewall to see if Windows browsing works while you're sorting out the issues.

If it is the firewall blocking it you can have a look at the log file. You need to open a shell and su first, then
Code:

cat /var/log/messages | grep DROP
will give you all the packets dropped by the firewall.

The_Landlord 01-30-2005 11:17 AM

Quote:

Originally posted by david_ross
Can you connect by IP address?
smb://ip.of.other.machine/

using mozilla i enter smb://192.168.2.3/ then i can see an ftp type view of the windows shares.

zooooom 02-26-2005 08:40 AM

Why dun u jux try those automated Win>Linux migration tool? It is so much easier. This is the one that i had used when transfering everything to fedora--MoveOver at this site : www.resolvo.com/moveover. But i am not too sure if it supports suse.

haproot 02-28-2005 11:39 AM

I have seen this before, the Suse Firewall is on by default and wouldn't let me connect to samba shares as well. It gave me the same erro. Check your firewall in the Yast configurator.


All times are GMT -5. The time now is 01:53 PM.