LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't see samba on the network... (https://www.linuxquestions.org/questions/linux-newbie-8/can%27t-see-samba-on-the-network-170540/)

EnigmaX 04-15-2004 11:25 AM

Can't see samba on the network...
 
For some reason I can't see my linux computer on the network at school. I can connect to it however, by typing it's name in the address, or using SSH and all those fun things, but when I do type in the address, it says I am not authorized to log in from that station.

Why would it do that?
Heres a bit of information...
security = user
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no


And here is the share definition for it..
[iso]
comment = iso
browseable = yes
path = /home/enigx/iso/cd
guest ok = yes
public = yes
read only = yes
writable = no

trey85stang 04-15-2004 02:11 PM

post up the rest of the smb.conf file.

EnigmaX 04-15-2004 04:18 PM

I will tommarow at school, Most of it is just commented out though. I thought those lines were the only ones that would have any relevance :/

EnigmaX 04-16-2004 07:49 AM

#======================= Global Settings =====================================
[global]
workgroup = BUSINESS
server string = Linux
netbios name = Linux-Tech
guest account = iso
load printers = no
username map = /etc/samba/smbusers
log file = /var/log/samba.%m
max log size = 50
security = user
ssl CA certDir = /etc/ssl/certs
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no

#============================ Share Definitions ==============================
[iso]
comment = iso
browseable = yes
path = /home/enigx/iso/cd
guest ok = yes
public = yes
read only = yes
writable = no

RockmanExe 04-16-2004 10:56 AM

Try changin

security = user

to

security = share

hope this helps

trey85stang 04-16-2004 01:28 PM

Have you setup any users?

EnigmaX 04-26-2004 07:34 AM

Changing it to Share does work, but then I can't log into linux, only open files that I set to everyone able to read. If I try to log into a shared accout, the password doesn't work. I use:
smbpasswd -a [user]
Then enter my passwords, and then reboot the server and try to login with that username and password and it doesn't work.

I have tried to make a user, I could try again though, but why won't it show on the network?

doug.thorne 04-26-2004 09:46 AM

I hope I can help Jeff.

I've been banging my head for weeks trying to figure out a similar issue. And you're going to bang your head too when you figure out how simple it is.

The default firewall you installed when you installed linux is preventing SMB access. On Red Hat you can remove the firewall by going to System Settings --> Security Level and disabling it. This probably not the most secure way of setting things up but it started me off.

Good Luck.

EnigmaX 04-26-2004 12:41 PM

It's not a firewall that is causing the problem, because if I change the security level then it works fine for accounts using guest access


All times are GMT -5. The time now is 06:40 AM.