LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   error connecting to 127.0.0.1:139 (https://www.linuxquestions.org/questions/linux-software-2/error-connecting-to-127-0-0-1-139-a-98551/)

Adibe_Hamm 09-30-2003 05:45 AM

error connecting to 127.0.0.1:139
 
Ive been trying to install SUSE 8.0 and Samba 2.2.3a but got :

error connecting to 127.0.0.1:139 (connection refused)
Connection to localhost failed.

I did # smbd -D
nmbd -D

Bind failed on ports 137, 139 socket_addr = 194.180.75.90
Error = Cannot assign requested address

HOW CAN I RESOLVE this especially as am gething frustrated.

Ill appreciate all the helps

regards

Iyke

jdruin 09-30-2003 08:36 PM

Firewall running? Just a thought.

iceman47 09-30-2003 08:48 PM

you'll need to edit the smb.conf file in order to use samba

Adibe_Hamm 10-01-2003 01:23 AM

thanks folks,

I have edited my smb and my personal firewall isnt active.
Here is what my smb contains.

[global]
workgroup = ARBEITSGRP
netbios name = SAMBA
interfaces = 127.0.0.1 194.180.75.90/255.255.255.0
bind interfaces only = Yes
security = SHARE
encrypt passwords = Yes
password server = 194.180.75.90
username map = /etc/samba/smbusers
log level = 1
log file = /var/log/samba/%m
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 12
preferred master = False
domain master = False
local master = Yes
wins support = Yes

[printers]
comment = All Printers
path = /var/spool/samba
printer admin = root
guest ok = Yes
printable = Yes
browseable = No


All times are GMT -5. The time now is 12:41 AM.