Le Jeudi 17 Janvier 2002 06:14, Falk Schnabel a ?crit :> Hi,
>
> i have a problem with configuring winbind over a router-connection.
>
> Ich have a PDC ( WinNT-4.0 ) in one Network (193.X.X.X)
> and one Samba Server in the Network ( 192.168.X.X )
>
> Both Maschines are in the same Domain.
> The Samba Server should get the passwd and groups from the Windows-PDC.
> If both Servers are in the same Network without Routers everything works
> fine, but not in different networks.
>
> Is there a protocol needed which is not routeable?
>
> THX for your help.
This looks very much like a netbios names resolution problem, which is done
with broadcasts by default. You should :
-either setup your PDC as a WINS server, and make both the PDC and the Samba
box aware of this ( wins server = <IP address of PDC> and name resolve
order
= wins bcast in smb.conf, on the latter)
-either fill in lmhosts files with entries for each netbios name (and type)
you need, and put resolve order = lmhosts bcast in smb.conf