Holger Schurig
2001-Mar-30 09:37 UTC
Two samba 2.0.7, one dialup line and excessive connects ...
Hi everybody. I have to admin two offices, about 500 km apart. Because we're in Germany and dedicated lines (and even VPN ones over the internet) are very heavy in cost, we use a dialup ISDN connection. That is online almost 8 hours a day, but still cheaper. Now the remote office said that their e-mail was too slow and I installed a second samba server for them, being a logon master so that they have their H: (home) drive locally, but the data drives from here. Works quite nice. My problem is not with the workstations or the lan browsing (that's described very fine in the various HOWTOs). My problem is that one samba server connects the other server every 15 minutes, even in the night when all workstations (only Win95 and Win98) are switched off. Some excerpts from my main office smb.conf: netbios name=LINUX wins support=yes name resolve order=wins host domain logons=yes domain master=yes preferred master=yes os level=65 security=server deadtime=10 timeserver=yes keepalive=600 (This is the big master: domain, logon, wins, time, everything) And from the secondary server in the remote office: netbios name=WEST wins support=no password server=LINUX wins server=192.168.233.1 wins proxy=yes domain logons=yes domain master=no preferred master=yes local master=yes os level=65 security=server deadtime=10 timeserver=yes keepalive=600 (This server does not do WINS on itself, but refers to the main one. However, the server is a login server, so that the remote user get a different system logon script which maps some drives to this server and some drives to the main server). And here is an excerpt of my syslog (trimmed down to save space) 02:48:09 rtr dialup if 10001 prot 17 192.168.235.6:137->192.168.233.1:137 03:03:08 rtr dialup if 10001 prot 17 192.168.235.6:137->192.168.233.1:137 03:18:09 rtr dialup if 10001 prot 17 192.168.235.6:137->192.168.233.1:137 03:33:09 rtr dialup if 10001 prot 17 192.168.235.6:137->192.168.233.1:137 03:48:09 rtr dialup if 10001 prot 17 192.168.235.6:137->192.168.233.1:137 04:03:08 rtr dialup if 10001 prot 17 192.168.235.6:137->192.168.233.1:137 (192.168.236.6 is the remote server dubbed WEST, 192.168.233.1 is one of the interfaces of the main server dubbed LINUX). So it was always the remote Samba (ip 235.6) that tried to connect to my main samba server, roundabout every 15 minutes. Is there any time setting where I can change this, or even prevent it so that they only connect when something changes in the browse list? Or do I have to disable wins and use an LMHOSTS file so that the remote samba server knows the main samba server ?