VPN Gateway, network browsing

fred fred at timogen.com
Tue Jun 18 18:50:02 GMT 2002


Hi,

    Hi, we are use VPN gateway to merge two Lan network to one. 
    Now any host in one Lan can access the host in another Lan by telnet, ftp, http, ping etc.
    we want to let the host(win2k) in one Lan can browsing the hosts in another Lan in network neighbour.
    So we want to use samba as the wins for the two Lan.
    
    The problems is:
 
    I can access the remote host in linux machine by

         mount -t smbfs -o username=tridge,password=foobar //fjall/test /data/test

   and the remote host can be browsing in the local network neighbor in win2K, but we can still not access it.
   
   the error messages is:

        The semaphone timeout period has expired.

  Could you give me some suggestions?





=====================Remote configuration of smb===============

[global]
   workgroup = WORKGROUP
   wins support = yes
   server string = Internal Docs, Downloads, and Web Pages
   os level = 1
   short preserve case = yes
   preserve case = yes
   domain logons = no
   local master = yes
   lock directory = /var/lock/samba
   locking = yes
   strict locking = yes
   share modes = yes
   security = user
   socket options = TCP_NODELAY
   log file = /var/log/samba
   ;max log size = 5000
   veto files = /Network Trash Folder/
   encrypt passwords = yes
   dead time = 5
   debug level = 0
   dns proxy = no
   domain master = yes
   guest account = guest
   local master = yes
   preferred master = yes
   alternate permissions = no
   case sensitive = no
   default case = upper
   delete readonly = yes
   follow symlinks = yes
   locking = yes
   mangle case = no
   map hidden = yes
   map system = yes
   oplocks = yes
   preserve case = yes
   short preserve case = yes
   strict locking = yes
   delete veto files = yes
   wide links = yes
 hosts allow = 192.168.100. 192.168.110. localhost 192.168.5.
 remote announce = 192.168.110.1 192.168.5.96
 remote browse sync = 192.168.110.1 192.168.5.96

=====================Local configuration of smb===============

[global]
 workgroup = WORKGROUP
 netbios name = fileserver
 server string = SDC Engineering FileServer
 hosts allow = 192.168.5. 192.168.100. 127.
 log file = /var/log/samba/%m.log
 max log size = 3000
 security = user
 encrypt passwords = yes
 smb passwd file = /etc/samba/smbpasswd
 unix password sync = Yes
 passwd program = /usr/bin/passwd %u
 passwd chat = *New*password* %n\n *Retype*new*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
 username map = /etc/samba/smbusers
 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 remote announce = 192.168.100.8
 local master = yes
 os level = 64
 domain master = yes
 preferred master = yes
 domain logons = yes
 logon script = %U.bat
 wins support = yes
 dns proxy = no

-------------- next part --------------
HTML attachment scrubbed and removed


More information about the samba-technical mailing list