All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anders Fugmann <afu@fugmann.dhs.org>
To: Walther@gehag-dsk.de
Cc: netfilter@lists.netfilter.org
Subject: Re: Fwd: Re: FreeS/WAN + static NAT + 2 machines
Date: Tue, 24 Sep 2002 22:17:22 +0200	[thread overview]
Message-ID: <3D90C852.9090104@fugmann.dhs.org> (raw)
In-Reply-To: OF97101FEC.E6B99807-ONC1256C3E.005480B2-C1256C3E.0054FC9A@GEHAG-DSK.DE

Walther@gehag-dsk.de wrote:
> 
> but i cannot mount any Windows or SAMBA share. do you know something about 
> this???
> 
As Anthony pointed out, it proberbly because its using broadcast to 
locate machines, which cannot be routed. You can circumvent this by 
setting up a wins server on the network, and let all windows machines 
use this. A wins server is a kind of name server for the netbios 
protocol. All clients in "hybrid" or "Peer" mode will query this machine 
to get a list of available servers, and fall back on broadcast if the 
machine could not be contacted.

To make windows use a wins server you must of cource set one up. The 
samba server can easily do this. Then make sure that all clients are 
using a wins server (it should be easy to find in the network settings), 
and make sure that they run in the hybrid/H-mode.

If you are using a DHCP server for your windows clients, you can set it 
up to send these parameters automatically to the clients.

I have no experience with other DHCP server than unix dhcp3-server.
The options here are:
	option netbios-name-servers <wins-ip-address>;
	option netbios-node-type 8;

(node type 8 is the hybrid mode)

Thats it.
Anders Fugmann

P.s.
Sorry for getting a bit offtopic, but usually windoes machines are setup 
to broadcast, which is a totally waste of bandwidth and has big flaws. 
This letter may correct some of this.






  parent reply	other threads:[~2002-09-24 20:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-24 15:28 Fwd: Re: FreeS/WAN + static NAT + 2 machines Walther
2002-09-24 15:48 ` Antony Stone
2002-09-24 20:17 ` Anders Fugmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-09-25  5:37 Walther
2002-09-23 16:04 Antony Stone

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=3D90C852.9090104@fugmann.dhs.org \
    --to=afu@fugmann.dhs.org \
    --cc=Walther@gehag-dsk.de \
    --cc=netfilter@lists.netfilter.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.