Mailinglist Archive: opensuse (2047 mails)
| < Previous | Next > |
Re: [SuSE Linux] nmbd -D, bind failed on port 137? FOUND AN ANSWER...
- From: brauki@xxxxxxxxxx (Juergen Braukmann)
- Date: Sun, 03 Jan 1999 20:42:53 +0100
- Message-id: <368FC83D.2D5367E4@xxxxxxxxxx>
Bryn Joynes wrote:
>
> Juergen Braukmann wrote:
>
> >
> > please post the relevant part of smb.conf to give us another hint.
> >
>
> Here is the whole smb.conf. You will notice it is standard smb.conf
> except for the wrokgroup name and I have added an [HTML] group.
>
> =[global]
> = workgroup = Vertex
> = guest account = nobody
> = keep alive = 30
> = os level = 2
> = security = user
> = printing = bsd
> = printcap name = /etc/printcap
> = load printers = yes
> =
> =; Please uncomment the following entry and replace the
> =; ip number and netmask with the correct numbers for
> =; your ethernet interface.
> =; interfaces = 192.168.1.2/255.255.255.0
> ^^^^^^^^^^
>
> <----Just above is where I found my problem. If I removed the semicolon
> then nmbd -D would not start. Hope this helps. Bryn Joynes,,,---->
>
> =; If you want Samba to act as a wins server, please set
> =; 'wins support = yes'
> = wins support = no
> =
> =; If you want Samba to use an existing wins server,
> =; please uncomment the following line and replace
> =; the dummy with the wins server's ip number.
> =; wins server = 192.168.1.1
> =
=>
>
very odd. This is my global section, not much difference.
[global]
workgroup = Linux
comment = Samba-1.9.18p8
guest account = pcguest
share modes = yes
auto services= homes printers
interfaces=192.168.42.243/255.255.255.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
but you made sure your put in your ethernet address and netmask?
(I know, very stupid to ask)
browseable=yes
fake oplocks=yes
getwd cache=yes
encrypt passwords = yes
# socket options=TCP_NODELAY IPTOS_LOWDELAY
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
read size = 65535
read prediction =True
read raw=yes
write raw=yes
shared mem size = 10000000
max xmit=65535
wins support=no
keep alive = 30
os level = 2
security = user
printing = bsd
printcap name = /etc/printcap
load printers = yes
| < Previous | Next > |