Date: Wed, 13 Oct 1999 16:02:15 +0200 From: Dominik Rothert <dr@domix.de> To: isdn@freebsd.org Subject: natd (was: authentication failures) Message-ID: <19991013160215.A2425@speed.localnet.lan>
next in thread | raw e-mail | index | archive | help
Hi there, ... and finally, I managed my i4b to work with version 00.71.00-beta-010399. OK, but now I've got another problem. I use natd (as of FreeBSD 3.2-RELEASE) in my local network. 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 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. This is what natd -v says after starting ssh: Out [TCP] [TCP] 192.168.1.2:989 -> 195.xxx.xxx.xxx:22 aliased to [TCP] 195.14.226.164:989 -> 195.xxx.xxx.xxx:22 In [TCP] [TCP] 195.xxx.xxx.xxx:22 -> 195.14.226.164:989 aliased to [TCP] 195.xxx.xxx.xxx:22 -> 192.168.1.2:989 natd repeats this until I'll interrupt ssh login@host. Any hints? Best wishes, Dominik Rothert. -- /* Dominik Rothert | Cologne BSD-Usergroup | Dr. LANG Internet Consulting * * dr@domix.de | dr@cbug.de | dr@lang-consulting.de * * www.domix.de | www.cbug.de | www.lang-consulting.de */ 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?19991013160215.A2425>