LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 03-17-2005, 06:24 PM   #1
deepgrewal
Member
 
Registered: Feb 2005
Location: Modesto, California
Distribution: openSuSE 10.2
Posts: 81

Rep: Reputation: 15
File Sharing Windoze Network Computers


My migration to SuSe is almost complete, except for a few problems and glitches which I have posted here. Anyhow, I have been successful in acquiring an IP address from my router and am able to surf the net wirelessly. However, I am not able to view other computers on my network (all of which are Windoze based). From the Windoze machines, I am also not able to view my SuSe Linux 9.2 machine. What exactly do I need to do to make this happen? I'm certain that I have set up my Workgroup name and Host name correctly. But then again, I am new to Linux so I can't be too certain. Please advise . . .
 
Old 03-17-2005, 10:21 PM   #2
elsmack
Member
 
Registered: Mar 2005
Posts: 32

Rep: Reputation: 15
I'm having the same issues. I could use a little help as well
 
Old 03-18-2005, 07:47 AM   #3
brundles
Member
 
Registered: Nov 2003
Location: UK
Distribution: SUSE 9.2
Posts: 77

Rep: Reputation: 15
Do you have the Samba service up and running? ('rcsmb status' from should tell you?).

Something else that caught me out is that 9.2 has tightened up the firewall settings compared to previous versions - although YAST does seem to include options in the right places to make these changes as you go.
 
Old 03-18-2005, 09:23 PM   #4
deepgrewal
Member
 
Registered: Feb 2005
Location: Modesto, California
Distribution: openSuSE 10.2
Posts: 81

Original Poster
Rep: Reputation: 15
Yes I tried typing in rcsmb status and it is confirmed: Samba is running, yet no communication with Windoze machines.
 
Old 03-19-2005, 06:20 AM   #5
brundles
Member
 
Registered: Nov 2003
Location: UK
Distribution: SUSE 9.2
Posts: 77

Rep: Reputation: 15
smb.conf

Can you post your smb.conf file?
 
Old 03-19-2005, 07:10 AM   #6
eadwine
Member
 
Registered: Mar 2005
Distribution: SimplyMepis 6.0
Posts: 37

Rep: Reputation: 15
Before doing all sorts of difficult things.. lower all the firewalls on all the systems for a bit and then inside Samba search (Network - Search in the menu) for the IP numbers you have. You might have the same yippee feeling I just had a few days ago

I had been ripping my hair out for 2.5 months until I made a mistake with my firewall and saw what happened when things were down. All that remained was configuring the firewalls to let the computers in question in.
 
Old 03-19-2005, 04:45 PM   #7
deepgrewal
Member
 
Registered: Feb 2005
Location: Modesto, California
Distribution: openSuSE 10.2
Posts: 81

Original Poster
Rep: Reputation: 15
Eadwine, none of my other networked computers have any firewalls up. So I took off the firewall on this computer and still no luck. Perhaps firewalls in Mepis and SuSe are different? I will try this again. Thanx for the reply. Here is my "smb.conf" file:

# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2005-01-28
[global]
workgroup = GREWAL
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
printer admin = @ntadmin, root, administrator
username map = /etc/samba/smbusers
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
security = user
encrypt passwords = yes
ldap idmap suffix = ou=Idmap
ldap machine suffix = ou=Computers
wins support = no
ldap suffix = dc=example,dc=com

[homes]
comment = Home Directories
valid users = %S
browseable = no
read only = no
inherit acls = yes

[profiles]
comment = Network Profiles Service
path = %H
read only = no
store dos attributes = yes
create mask = 0600
directory mask = 0700

[users]
comment = All users
path = /home
read only = no
inherit acls = yes
veto files = /aquota.user/groups/shares/

[groups]
comment = All groups
path = /home/groups
read only = no
inherit acls = yes

[printers]
comment = All Printers
path = /var/tmp
printable = yes
create mask = 0600
browseable = no

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
 
Old 03-19-2005, 04:59 PM   #8
eadwine
Member
 
Registered: Mar 2005
Distribution: SimplyMepis 6.0
Posts: 37

Rep: Reputation: 15
My smb.conf is a tad smaller:

Code:
;*******************section global*****************
[global]

# Do something sensible when Samba crashes: mail the admin a backtrace
   panic action = /usr/share/samba/panic-action %d
printing = cups
printcap name = /etc/printcap
load printers = yes
security = user
workgroup = WORKGROUP
netbios name = EADWINE
server string = %h server (Samba %v)
hosts allow = xxx.xxx.x. xxx.xxx.x. xxx.xxx.x. 127.
smb passwd file = /etc/samba/smbpasswd
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
encrypt passwords = true
   passdb backend = tdbsam guest
dns proxy = no
max log size = 1000
;*******************section eadwine*****************
[eadwine]
comment = /home/eadwine
path = /home/eadwine
public = yes
guest ok = yes
writeable = yes
;*******************section homes*****************
[homes]
comment = Home Directories
browseable = no
writable = yes
;*******************section printers*****************
[printers]
comment = All Printers
path = /tmp
browseable = no
printable = yes
writable = no
guest ok = yes
create mode = 0700
print command = lpr -P %p -o raw %s -r

Not a clue if this will help you out though..
 
Old 03-20-2005, 02:27 AM   #9
novice26
Member
 
Registered: Mar 2005
Distribution: Slackware 10.1-2.6.11.6
Posts: 45

Rep: Reputation: 15
i too am having the same problem. the only way i could work around it is to actually use the ip of the windows computer to be able to browse. when i click on smb it just gives me a error. not sure if its the same problem but sounds like it. mine works by using the ip addresses at the moment.
 
Old 09-25-2005, 12:09 PM   #10
fantasysky
LQ Newbie
 
Registered: Jul 2004
Posts: 2

Rep: Reputation: 0
Try turning off the firewall on your network card. Hope this help.
 
Old 09-26-2005, 02:53 AM   #11
1kyle
Member
 
Registered: Feb 2004
Location: 'Ol Blighty
Distribution: SLED 10, SUSE 10.3
Posts: 722

Rep: Reputation: 32
For Samba on SUSE

Open , Read and ALL SHALL BE REVEALED.

Enjoy.

http://www.tweakhound.com/linux/samba/page_1.htm

Cheers

-K
 
Old 10-12-2005, 10:37 AM   #12
deepgrewal
Member
 
Registered: Feb 2005
Location: Modesto, California
Distribution: openSuSE 10.2
Posts: 81

Original Poster
Rep: Reputation: 15
Will Do

Thanx for all of your suggestions guys. I obviously haven't logged on to LQ for a while. So I appreciate your feedback on this otherwise relatively old thread. I will give it a shot and post results.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to get primary logon network, Access control,File sharing & printer sharing info dileepkk Linux - Networking 2 07-06-2004 06:54 AM
Network file sharing APOLLO Linux - Newbie 3 03-20-2004 03:09 PM
Two T1 jacks, Two Computers: Easiest LAN/File Sharing mac_phil Linux - Networking 13 09-30-2003 04:35 PM
2 computers one 2 OSes, need file sharing help. pee_pee Linux - Networking 6 07-24-2003 03:36 AM
File Sharing With Windows Computers John0 Linux - Newbie 2 05-25-2003 08:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 02:04 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration