From owner-freebsd-security Wed Sep 27 4:25:26 2000 Delivered-To: freebsd-security@freebsd.org Received: from drawbridge.ctc.com (drawbridge.ctc.com [147.160.99.35]) by hub.freebsd.org (Postfix) with ESMTP id C49BB37B42C for ; Wed, 27 Sep 2000 04:25:22 -0700 (PDT) Received: from server2.ctc.com (server2.ctc.com [147.160.1.4]) by drawbridge.ctc.com (8.10.1/8.10.1) with ESMTP id e8RBOxU22995; Wed, 27 Sep 2000 07:25:00 -0400 (EDT) Received: from ctcjst-mail1.ctc.com (ctcjst-mail1.ctc.com [147.160.34.14]) by server2.ctc.com (8.9.3/8.9.3) with ESMTP id HAA01270; Wed, 27 Sep 2000 07:24:54 -0400 (EDT) Received: by CTCJST-MAIL1 with Internet Mail Service (5.5.2650.21) id ; Wed, 27 Sep 2000 07:27:24 -0400 Message-ID: From: "Cameron, Frank" To: freebsd-security@FreeBSD.ORG Cc: "'John F Cuzzola'" Subject: RE: ipfw + natd + Novell Date: Wed, 27 Sep 2000 07:27:18 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What version of NetWare are you running? If NetWare 5, how do you have SLP configured? What error message/code is returned to the client? You can try searching support.novell.com (I just tried a quick minute search with little success). If I get a chance I'll take a look in our library. -frank -----Original Message----- From: John F Cuzzola [mailto:vdrifter@ocis.ocis.net] Sent: Tuesday, September 26, 2000 11:52 PM Hello everyone, I have a Novell Server that has been moved from a public ip to a private one (192.168.0.6). So I tried to set up a NAT for it as follows: natd -p 7500 -redirect_address 192.168.0.6 0.0.0.0 -a 207.24.168.5 ipfw add 10 divert 7500 ip from 142.42.22.0/24 to 207.24.168.5 ipfw add 20 divert 7500 ip from 207.24.168.5 to 142.42.22.0/24 So 142.42.22.0/24 should be able to get to the novell server using 207.24.168.5 as its ip. Using the Windows Client they can connect and see the NDS tree but when they try to log in the connection times-out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message