samba as wins server

Mauro Incrocci mauro at junction.net
Thu Jun 8 19:19:59 GMT 2000


I added the following lines and restarted samba via /sbin/samba restart.
Same symptoms.  Below is the sl0 interface from ifconfig.

# Cause this host to announce itself to local subnets here
   remote announce = 10.1.1.67/workgroup 10.1.2.77/workgroup

sl0       Link encap:VJ Serial Line IP
          inet addr:10.1.1.67  P-t-P:10.1.2.77  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:84277 errors:0 dropped:0 overruns:70850 frame:0
             compressed:0
          TX packets:87117 errors:0 dropped:0 overruns:71466 carrier:0
          collisions:24 compressed:0 txqueuelen:10

-----Original Message-----
From: Michael Breuer
Sent: Thursday, June 08, 2000 12:01 PM
To: mauro at junction.net
Subject: Re: samba as wins server


Try remote announce.

Mauro Incrocci wrote:

> I'm using pointopoint tunneling to link two network segments running
behind
> firewalls.  The connection between 10.1.1 and 10.1.2 is working and I can
> access machines on the 10.1.2 network from 10.1.1  The problem is that I
> cannot view the workstations in network neighbourhood although I can get
to
> them via \\domain\machine1  I'm running RedHat 6.2 and samba 2.0.7.  Below
> is my smb.conf file contents:
>
> #======================= Global Settings
> =====================================
> [global]
>
> workgroup = workgroup
>
> server string = WINS Server
>
> hosts allow = 10.1.1. 10.1.2. 127.
>
> printcap name = /etc/printcap
>
> load printers = yes
>
> log file = /var/log/samba/log.%m
>
> max log size = 50
>
> security = user
>
> encrypt passwords = yes
>
> smb passwd file = /etc/smbpasswd
>
> username map = /etc/smbusers
>
> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
>
> interfaces = 10.1.1.1/24 10.1.2.1/24
>
> local master = yes
>
> os level = 33
>
> domain master = yes
>
> preferred master = yes
>
> domain logons = yes
>
> name resolve order = wins lmhosts hosts bcast
>
> wins support = true
>
> dns proxy = no
>
> #============================ Share Definitions
> ==============================
> [homes]
>    comment = Home Directories
>    browseable = no
>    writable = yes
>
> [printers]
>    comment = All Printers
>    path = /var/spool/samba
>    browseable = no
> # Set public = yes to allow user 'guest account' to print
>    guest ok = no
>    writable = no
>    printable = yes
>
> [public]
>    comment = Public Stuff
>    path = /home/samba
>    public = yes
>    writable = yes
>    printable = no
>    write list = @staff



More information about the samba-ntdom mailing list