LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-24-2004, 10:26 PM   #1
Pedal2Metal
LQ Newbie
 
Registered: Oct 2004
Location: South San Francisco, Ca.
Distribution: 7.3
Posts: 23

Rep: Reputation: 15
Problems with Samba? Confused about a few things. Help!!!!!


Ok, I finally got my Redhat Linux 7.3 workstation/server connected to the internet and and my LAN.

Thanks to all for your help.

My LAN is all static IP addressing. I am not using DHCP. It always has been for security reasons.

I must mention first that all my IP addresses are configured properly. I have been using a windows based network with 7 PCs for a long while. My LAN attaches to a LINKSYS router to access WAN. It is configured properly. I wanted to set up my own server, because I am tired of paying someone else for webspace for my websites and I have been interested in using and learning Linux.

I have configured Samba, but I am unable to connect to the PCs on my Lan.

This is where my confusion begins (my books and web resources aren't anwering my questions):

1)Shall I dedicate one of my XP computers as my WINS server? (I have read conflicting information that XP will only function properly if it is the master- If so, I understand that I have to put the OS level at 0 in Samba).

2)Do all the clients have to be placed and labeled in a domain that I have to establish for my Lan (I never had to do this for my Windows only network before)? In other words, do I need to set up a domain for samba to work and to enable my Linux and PCs (and configure the rest of my PCs, accordingly) to see and access eachothers shared folders?

If so, how do I establish a domain for my LAN? Does this mean I should configure and run the DNS services on my Linux server?

Do I need to set up a local DNS server for my LAN for Samba to work?
 
Old 10-24-2004, 11:24 PM   #2
linux_terror
Member
 
Registered: Aug 2004
Location: Northbrook, Illinois
Distribution: CentOS-5
Posts: 311

Rep: Reputation: 30
You shoulnt have to set up a domain or a dns server or enable the wins server in smb.conf, I usually just use the default smb.conf and the only things i change are the workdroup to match and the shares to point where they need to and have the permissions they need. Its pretty much ready to go out of the box. And you will want to add samba users, I think on 7.2 they still had smbadduser for that and then smbpasswd username after adding.

linux_terror

PS- I run a hosting environment and if you are going to host I would run a DNS server for that. Do your own DNS as oppsed to trusting someone else to set it up right <---valuable lesson learned from dealing with Qwest
 
Old 10-24-2004, 11:31 PM   #3
stuart1946
LQ Newbie
 
Registered: Oct 2004
Location: west coast of Canada
Distribution: mandrake 9.2
Posts: 25

Rep: Reputation: 15
Quote:
My LAN is all static IP addressing. I am not using DHCP. It always has been for security reasons.
That's a good start

Quote:
I must mention first that all my IP addresses are configured properly. I have been using a windows based network with 7 PCs for a long while. My LAN attaches to a LINKSYS router to access WAN. It is configured properly. I wanted to set up my own server, because I am tired of paying someone else for webspace for my websites and I have been interested in using and learning Linux.
So, I assume you want to set up a webserver

Quote:
I have configured Samba, but I am unable to connect to the PCs on my Lan.
Here come the questions.

Why samba? Generally, you would want samba as a file server for your local network. If you can't see the windows machines, that is a samba client issue, which we do not have to solve right now.

Quote:
1)Shall I dedicate one of my XP computers as my WINS server? (I have read conflicting information that XP will only function properly if it is the master- If so, I understand that I have to put the OS level at 0 in Samba).
If you want to pursue the samba server route, try http://us1.samba.org/samba/devel/doc...ollection.html
and for a more user friendly approach
http://www.jperkins.us/computer/home_network/

WINS servers etc are beyond me, as I stopped suporting ms at win98

You can set up a very basic samba server using share level security in about 10 minutes. Follow the examples from the above links. You don't really need local dns or domain, although winxp likes it better if you do. Check the linux-networking messages.

If you want a web server, that is a whole different matter. Try http://httpd.apache.org/docs-2.0/

I can give you the configurations for that, as I finally have stable website & server.

Stuart
 
Old 10-25-2004, 01:12 AM   #4
Pedal2Metal
LQ Newbie
 
Registered: Oct 2004
Location: South San Francisco, Ca.
Distribution: 7.3
Posts: 23

Original Poster
Rep: Reputation: 15
Yes, my ultimate goal is setting up a webserver. I just haven't gotten that far yet.

First things first:

Get Samba working to share files.

Maybe I am not being clear. Right now my pcs can't find my Linux workstation/server and vice versa.

My desired intentions:
I don't need samba to be a server or a WINS server for that matter.
I just want to be able to share files between all the computers. [The windows machines work fine with each other.]
I would like to enalble passwords for security.

When I try to locate/conect to one of my PCs using Konquerer I get:
An error occured while loading http://192/168.1.5

Timeout on server
Timed out while waiting to connect to 192.168.1.5

However, doing the same procedure to connect to my router works!? I get the logon screen and everthing.

When I try connecting from one of my PCs to my Linux workstation/server, I get a similar reply:

Can't find 192.168.1.7

From my PC, my Linux machine is not showing up on the network.
 
Old 10-25-2004, 01:24 AM   #5
Pedal2Metal
LQ Newbie
 
Registered: Oct 2004
Location: South San Francisco, Ca.
Distribution: 7.3
Posts: 23

Original Poster
Rep: Reputation: 15
To help you all out my Samba Configuration is as follows:


# Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2004/10/24 22:40:31

# Global parameters
[global]
workgroup = TRANSCENDENT
netbios name = TRANSSERV
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
unix password sync = Yes
log file = /var/log/samba/%m.log
max log size = 500
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
preferred master = False
domain master = False
wins server = 192.168.1.7
hosts allow = 192.168.1.
printing = lprng

[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
 
Old 10-25-2004, 01:32 AM   #6
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
Quote:
Originally posted by Pedal2Metal
When I try to locate/conect to one of my PCs using Konquerer I get:
An error occured while loading http://192/168.1.5
This may be a typo but the above should be 192.168.1.5

Quote:
Timeout on server
Timed out while waiting to connect to 192.168.1.5
Are you tying this in Konquerer? try "smb://" instead of "http://"

Quote:
When I try connecting from one of my PCs to my Linux workstation/server, I get a similar reply:

Can't find 192.168.1.7

From my PC, my Linux machine is not showing up on the network.
How are you trying to connect here? In IE via http?
In XP, open My Computer. Hit Ctrl+f or "Find", "Computers or People" > "A Computer On The Network" type in the IP of the server and let us know.

And have you made you windows compuers members of the "TRANSCENDENT" workgroup?

Try maybe:
preferred master = yes
domain master = yes
#wins server = 192.168.1.7
#hosts allow = 192.168.1.
try leaving the all and wins stuff out until you get it working.
 
Old 10-25-2004, 02:21 AM   #7
Pedal2Metal
LQ Newbie
 
Registered: Oct 2004
Location: South San Francisco, Ca.
Distribution: 7.3
Posts: 23

Original Poster
Rep: Reputation: 15
Yes, all of my computers are part of the same workgoup.

When I try to search for the Linux workstation/server using windows I get for 192.168.1.7:

Search is complete. There are no results to display.

I removed allow and wins.

The computers still aren't findind each other.
 
Old 10-25-2004, 02:33 AM   #8
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
Can you ping the server?
 
Old 10-25-2004, 03:15 AM   #9
Pedal2Metal
LQ Newbie
 
Registered: Oct 2004
Location: South San Francisco, Ca.
Distribution: 7.3
Posts: 23

Original Poster
Rep: Reputation: 15
Yes, I can ping.

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

I:\Documents and Settings\Michael>ping 192.168.1.7

Pinging 192.168.1.7 with 32 bytes of data:

Reply from 192.168.1.7: bytes=32 time<1ms TTL=255
Reply from 192.168.1.7: bytes=32 time<1ms TTL=255
Reply from 192.168.1.7: bytes=32 time<1ms TTL=255
Reply from 192.168.1.7: bytes=32 time<1ms TTL=255

Ping statistics for 192.168.1.7:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

I:\Documents and Settings\Michael>ping 192.168.1.12

Pinging 192.168.1.12 with 32 bytes of data:

Reply from 192.168.1.12: bytes=32 time<1ms TTL=255
Reply from 192.168.1.12: bytes=32 time<1ms TTL=255
Reply from 192.168.1.12: bytes=32 time<1ms TTL=255
Reply from 192.168.1.12: bytes=32 time<1ms TTL=255

Ping statistics for 192.168.1.12:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

I:\Documents and Settings\Michael>ping 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:

Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64

Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms

I:\Documents and Settings\Michael>
 
Old 10-25-2004, 12:38 PM   #10
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
Culd there be a firewall on your windows machine? Have you remembered to restart Samba after making all these changes to the config file?
 
Old 10-25-2004, 09:42 PM   #11
Pedal2Metal
LQ Newbie
 
Registered: Oct 2004
Location: South San Francisco, Ca.
Distribution: 7.3
Posts: 23

Original Poster
Rep: Reputation: 15
Yes, I restarted Samba after making the configuration changes.

The computers are still unable to browse the each other or even find each other.

Turning off the firewalls made no difference.
 
  


Reply



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
Suse: confused on many things, why is installing things so hard? blackflare Linux - Newbie 11 10-16-2007 04:35 AM
Adding Linux Clients to Samba PDC, 2 things RaVilj Linux - Networking 1 09-27-2005 04:42 PM
Weird things going on with samba Cerb Linux - Software 2 03-29-2004 03:18 AM
HELP! i am really confused by enviroment setting and other things! andym Linux - Newbie 2 05-22-2003 11:16 AM
Can anyone help a poor girl set up Samba and the other things i listed in the forum? jordansmit935 Linux - Networking 6 03-19-2003 09:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:13 PM.

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