From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 15:50:45 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7971116A4CE for ; Mon, 21 Feb 2005 15:50:45 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id E037743D46 for ; Mon, 21 Feb 2005 15:50:44 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 364DA60F0; Mon, 21 Feb 2005 09:50:44 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10815-03; Mon, 21 Feb 2005 09:50:41 -0600 (CST) Received: by makeworld.com (Postfix, from userid 1001) id 5319860E2; Mon, 21 Feb 2005 09:50:41 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 4C9D060DB; Mon, 21 Feb 2005 09:50:41 -0600 (CST) Date: Mon, 21 Feb 2005 09:50:41 -0600 (CST) From: RacerX To: Orchid In-Reply-To: <20050221151950.62229.qmail@web54102.mail.yahoo.com> Message-ID: <20050221094954.A10848@makeworld.com> References: <20050221151950.62229.qmail@web54102.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.2.1 (20041222) at makeworld.com - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: Re: Need HELP on Configuration for access freeBSD webserver from Local LAN... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 15:50:45 -0000 On Mon, 21 Feb 2005, Orchid wrote: > Need help on config. to access freesbsd webserver > configuration lay out: 2 DSL router , one freebsd WK > running bsd web. port 8080. > here is the config below: > > 64.11.22.33 zoom modem router 10.0.0.3 <--> 10.0.0.5 > d-link dsl router 192.168.0.2 < --> 192.168.10 PC# > Internet IP:64.11.22.33 > zoom modem ip 10.0.0.2 ( gateway#2) > set virtual server port 21,23,8080 address ? > ( what is missing?....) > d-link WAN IP connect to zoom router: 10.0.0.5 > dlink router local IP: 192.168.0.2 ( gateway #1) > set virtual server: port 8080,21,23 ; ip=192.168.0.88 > pc #1 connect to d-link router ip:192.168.0.10 > pc #1 is a webserver; ftpserver; telnet server > webserver port:8080; ftp port 21, telnet port 23 > > 1/ Connection to outside is working > 2/How to get internet user connect to webserver? > http://64.11.22.33 did ask for password for zoom modem > http://64.11.22.33:8080 did not work > > What is the missing in configuration? Try this: 64.11.22.33 <--> Dlink DSL device 192.168.0.2 <--> 192.168.0.10 PC If the DLink is able to do port forwarding, then you can redirect a port. I am unaware if that is possible. If not, you may need a real router in the mix. But as I see it, you don't need the Zoom. The password you were getting is probably the admin login to the Zoom device. Now, get yourself a good TCP/IP book. Take a step back, and look at this again. Best regards, Chris