LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Suse/Novell
User Name
Password
Suse/Novell This Forum is for the discussion of Suse Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 07-21-2006, 10:34 PM   #1
watha
Member
 
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68

Rep: Reputation: 15
Suse SLED won't connect to Windows...why?


My setup worked fine under Suse 10. But now I'm using SLED and like it a lot. Except...I can't get my Linux machine to see my PC. I can't figure out why. I think Samba is running but I'm not absolutely sure, and I'm unclear on how to set it up. Could anyone give me a boost? Thanks.
 
Old 07-22-2006, 12:42 AM   #2
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
What are you trying to do?

smb://computername.domain.name.com ? or a drive with NTFS in the computer?

What is the smb command you are using and how are you trying to access this "Windows" machine
 
Old 07-22-2006, 11:05 AM   #3
watha
Member
 
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68

Original Poster
Rep: Reputation: 15
I wasn't trying any of those. On my previous Suse setup it all just worked. I just browsed my network, and the Windows machine appeared. Now...it doesn't. I don't know what I must do to get it.
 
Old 07-22-2006, 02:21 PM   #4
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
What process were you doing? Were you using the remote:/ KIO? If so try turning off your fire wall and test
 
Old 07-22-2006, 05:40 PM   #5
watha
Member
 
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68

Original Poster
Rep: Reputation: 15
Sorry for sounding dense, but I don't know what this KIO thing is either. I just ran Suse 10 and my network connection worked. I didn't have to configure anything. I looked for my Windows box on the network and there it was. My Mac as well. No problems.

Now I'm running SLED and networking doesn't work. More important, I don't know how to make it start working. There's this thing in YAST called Windows Domain Management. That's as close as I can find to the Samba Server control in Suse 10, but running it doesn't seem to do any good. I don't even know how to tell if Samba is working or not. Do I need to start from scratch, or what?

It's rather annoying. I thought the whole point of SLED was that it would handle this kind of thing seamlessly without a lot of configuration.
 
Old 07-22-2006, 06:13 PM   #6
jschiwal
Moderator
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,263

Rep: Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562
You might want to read through the "swat" manpage, and use the swat web based configuration.

Swat comes with Samba, but you need to set it up.
Here is my xinetd configuration:
Code:
cat /etc/xinetd.d/swat
# SWAT is the Samba Web Administration Tool.
service swat
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/sbin/swat
        only_from       =  127.0.0.1
        log_on_failure  += USERID
}
Then have xinetd reload its configurations: sudu /usr/bin/killall -HUP xinetd

Now you should be able to open up your browser and point it to: http://localhost:901
With luck, you should get a password request from the browser. Enter in "root" and root's password.

Also make sure that the winbind package is installed. From the web status section you can restart the services.

You will also need to post your smb.conf file here. Since you installed SLED 10, it is probably different than before. It will be hard for us to guess if there may be a problem with it.

For example, are you using security = SHARE or security = USER or security = DOMAIN. You won't be able to use DOMAIN or ADS security models if you have XP Home edition on the network. Microsoft removed some of the functionality that Windows 98 had, to force businesses to purchase the more expensive XP Pro edition.

To browse the network, from your SuSE computer, look in the Samba Client setup in YaST.
Also restart the winbind service, and check your firewall settings. If the interface connecting to the LAN on the internal zone? If so, is the internal zone blocking traffic or not?

I'm not familiar what you use to browse the network if you are using Gnome. In KDE, you can enter smb:/ in the konqueror web browser. You can also enter smb://<ip address of xp host>. Also, enter your XP computer in /etc/hosts. Then you will be able to enter
smb://xphostname

There are also some tools like smbclient that you can use. For SHARE or USER level security, you also want to use the smbpasswd command as root and add your XP's username and password.

Also, install the "samba-docs" package. It includes a number of samba manpages and books. This includes the pdf version of the Bruce Peren's book "Samba 3 by Example". These books can help you trouble shoot what is wrong.
 
Old 07-22-2006, 06:54 PM   #7
watha
Member
 
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68

Original Poster
Rep: Reputation: 15
Thanks for all the information. Now at least I know where to begin.

By the way, you say I should check out Samba Server under YAST. But that's part of the problem. That feature was there in Suse 10, but it's gone from SLED, for reasons I can't begin to guess.
 
Old 07-22-2006, 10:17 PM   #8
watha
Member
 
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68

Original Poster
Rep: Reputation: 15
Sheesh! Do you believe this? I just turned off the firewall, and my network worked just fine. That was easy.

By the way, I like having my firewall up and running. What's the best way to re-activate it, but let local network machines get through? Thanks.
 
Old 07-22-2006, 10:21 PM   #9
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
Quote:
Originally Posted by watha
Sheesh! Do you believe this? I just turned off the firewall, and my network worked just fine. That was easy.

By the way, I like having my firewall up and running. What's the best way to re-activate it, but let local network machines get through? Thanks.
Yeah, I just told someone else to do that in another thread. Here you may be intrested in this:

http://www.novell.com/coolsolutions/feature/11952.html
 
Old 07-23-2006, 03:51 AM   #10
jschiwal
Moderator
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,263

Rep: Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562
You can configure the firewall in YaST. The SuSE firewall has it set up in zones. You can decide which zone a NIC interface should be in. Interior, Exterior or Demilitarized zone. If you have one interface connected to the internet, use exterior. The one connected to a lan can be interior. If you click on the "Protect Firewall from Internal Zone", then you can block some ports on the interior zone as well. Otherwise the interior zone is open.

If you Select Services, you can first use the drop down box to select the zone to work with, and then either add or delete ports.

There is a file called /etc/services that lists the services and their port numbers. Just to show that the people in the ietf have a sense of humor, look at what is assigned to port 666:
doom 666/tcp # doom Id Software
doom 666/udp # doom Id Software
 
Old 07-23-2006, 08:46 AM   #11
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Written by Thom Holwerda on 2006-06-28 12:58:31 UTC

Yesterday, Novell released a pre-release of its much-anticipated SUSE Enterprise Linux Desktop 10, actually the 3rd release candidate.
(boldface mine)

It also sounds like you are/were the "victim" of SLED growing pains -- one of the reasons I like to stay away from "release candidates" & other such.

Any chance you would want to revert to your previous installation?
 
Old 07-23-2006, 05:55 PM   #12
watha
Member
 
Registered: Jun 2004
Location: Boston, MA USA
Distribution: Suse 9.3
Posts: 68

Original Poster
Rep: Reputation: 15
No thought of going back to Suse 10. I like SLED a lot. Maybe I'm a sucker for eye candy, but it has about the prettiest user interface in the history of Linux. It gives the Mac a run for its money. Another thing I like is that when you install apps, SLED creates shortcuts for them in the app menu, so you know how to start them up. The lack of this in Linux has driven me crazy for years.

No, it still has glitches, but SLED is a version of Linux that even the non-hardcore could learn to love. Plus...it's so pretty!
 
Old 07-24-2006, 05:34 AM   #13
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 229Reputation: 229Reputation: 229
Sounds like it's worth watching as a candidate for recommending to run-of-the-mill XP "usees" as an alternative to Vista.
 
Old 10-02-2006, 05:34 PM   #14
ghys
LQ Newbie
 
Registered: Oct 2006
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by watha
Thanks for all the information. Now at least I know where to begin.

By the way, you say I should check out Samba Server under YAST. But that's part of the problem. That feature was there in Suse 10, but it's gone from SLED, for reasons I can't begin to guess.
i just installed SLED 10.1 and i can't seem to figure out where is the SAMBA icon.
SWAT is running fine and i followed the info regarding the firewall. Anyone got a hint for me?

thanks
 
Old 10-02-2006, 06:07 PM   #15
amlucent23
Member
 
Registered: Nov 2005
Location: Detroit Metro
Distribution: SuSE, but I also care for Ubuntu.
Posts: 38

Rep: Reputation: 15
Are you in kde or gnome?

Also, to fix your firewall in SLED 10 go to Yast-> Security & Users-> Firewall then click interfaces and change your NIC to Internal Network if it is not directly facing the internet (as in directly connected to your broadband modem).

if in gnome just click "network servers" after your firewall is configured properly.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I would not connect to suse 10 server from a windows PC using ssh. 'access denied' zhangy Linux - Networking 3 10-12-2006 05:24 AM
How to connect windows shared printer with suse 9.3? noorudin Linux - Software 1 03-07-2006 04:16 AM
Unable to connect SUSE 10 machine to windows network Harry Hamlin Linux - Networking 2 12-17-2005 12:33 AM
How do I connect Suse 9.3 to MS Windows 2000 VPN Marshalle Linux - Networking 8 07-22-2005 09:37 PM
SuSE 9.1 won't connect through Windows XP ICS and Samba client doesn't work papa Strumpf Linux - Networking 0 08-21-2004 09:16 AM


All times are GMT -5. The time now is 03:47 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration