Linux Netfilter discussions
 help / color / mirror / Atom feed
From: "fred" <fred@timogen.com>
To: robert@ruegner.net
Cc: netfilter@lists.samba.org
Subject: Re: help on VPN Gateway samba browsing
Date: Fri, 19 Apr 2002 15:47:31 -0700	[thread overview]
Message-ID: <022a01c1e7f4$317d0d40$7d05a8c0@fred> (raw)
In-Reply-To: 003c01c21760$27974700$7c1e0a0a@mpintern

[-- Attachment #1: Type: text/plain, Size: 4932 bytes --]

Hi robert,

Thanks,

I had used dhcp to get the winserver, see below.

I also can see the remote mahine (in another Lan) in my lan,
I can access it in windows by smbclients, but when I access it in windows,
I got the error messages:

        The semaphone timeout period has expired.

I donnot know why.


===========================================================================
c>: ipconfig  /all


      Physical Address. . . . . . . . . : 00-E0-18-48-DA-49
      DHCP Enabled. . . . . . . . . . . : Yes
      Autoconfiguration Enabled . . . . : Yes
      IP Address. . . . . . . . . . . . : 192.168.5.125
      Subnet Mask . . . . . . . . . . . : 255.255.255.0
      Default Gateway . . . . . . . . . : 192.168.5.99
      DHCP Server . . . . . . . . . . . : 192.168.5.96
      DNS Servers . . . . . . . . . . . : 192.168.5.99
                                          202.96.209.5
                                          202.96.209.133
      Primary WINS Server . . . . . . . : 192.168.5.96
      Lease Obtained. . . . . . . . . . : 2002年6月18日 11:20:12
      Lease Expires . . . . . . . . . . : 2002年6月18日 17:20:12

  ----- Original Message ----- 
  From: robert@ruegner.net 
  To: fred 
  Sent: Wednesday, June 19, 2002 12:08 AM
  Subject: Re: help on VPN Gateway samba browsing


  your os level should be over 65 to be wins server this beats
  all other , by wins browsing,
  dont forget only one machine can be winsserver,
  use smbmount !
  read faqs fom samba packet
  regards
    ----- Original Message ----- 
    From: fred 
    To: netfilter@lists.samba.org 
    Sent: Friday, April 19, 2002 6:42 PM
    Subject: help on VPN Gateway samba browsing


    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


[-- Attachment #2: Type: text/html, Size: 10262 bytes --]

      parent reply	other threads:[~2002-04-19 22:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-19 16:42 help on VPN Gateway samba browsing fred
     [not found] ` <003c01c21760$27974700$7c1e0a0a@mpintern>
2002-04-19 22:47   ` fred [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='022a01c1e7f4$317d0d40$7d05a8c0@fred' \
    --to=fred@timogen.com \
    --cc=netfilter@lists.samba.org \
    --cc=robert@ruegner.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox