Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 1999 16:22:12 +0200 (MET DST)
From:      Eilko Bos <Eilko.Bos@nl.origin-it.com>
To:        dr@domix.de (Dominik Rothert)
Cc:        isdn@freebsd.org
Subject:   Re: natd (was: authentication failures)
Message-ID:  <199910131422.QAA05825@spooky.mpn.cp.philips.com>
In-Reply-To: <19991013160215.A2425@speed.localnet.lan> from Dominik Rothert at "Oct 13, 99 04:02:15 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> OK, but now I've got another problem.  I use natd (as of FreeBSD 3.2-RELEASE)
> in my local network.  

Me too...

> natd -use_socket -same_ports -unregistered_only -dynamic -interface isp0
> ipfw add divert natd all from any to any via isp0
> ipfw add pass all from all to any 

natd -i isp0   
ipfw add divert all from any to any via isp0
ipfw add pass all from all to any

(or something like that)

> If I use natd, I won't be able to connect e.g. via ssh to another host.
> It ends up in a timeout/read-error.  If I don't run natd, it works perfectly.

Sometimes it works in my case, sometimes it does not (not to say when)

All I can do is a 'ping [ip-address]', 'ping [hostname] will not do since 
there are DNS-lookups involved (I guess)

kill -HUP `cat /var/run/natd.pid` helps most of the time. 
I heard somebody saying that 'natd -dynamic' will help, however I did not 
try this yet.

Cheers,
Eilko.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910131422.QAA05825>