From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 13:56:11 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 807CE16A4CE for ; Sun, 9 Jan 2005 13:56:11 +0000 (GMT) Received: from jail.idea-anvil.net (idea-anvil.net [63.226.12.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D4B43D3F for ; Sun, 9 Jan 2005 13:56:11 +0000 (GMT) (envelope-from james@idea-anvil.net) Received: from mail.Idea-Anvil.net (vaio [10.0.0.99]) by jail.idea-anvil.net (8.12.11/8.12.9) with ESMTP id j09DuAv3072702; Sun, 9 Jan 2005 06:56:10 -0700 (MST) (envelope-from james@idea-anvil.net) From: James Jhai To: freebsd-questions@freebsd.org Date: Sun, 9 Jan 2005 06:56:09 -0700 User-Agent: KMail/1.7.1 References: <200501091438.59814.freebsdbeni@spymac.com> In-Reply-To: <200501091438.59814.freebsdbeni@spymac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501090656.09705.james@idea-anvil.net> cc: FreeBsdBeni Subject: Re: ip address behind router ? 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: Sun, 09 Jan 2005 13:56:11 -0000 On Sunday 09 January 2005 06:38 am, FreeBsdBeni wrote: > Hi, > > How do I find what ip address I'm really having ? > My adsl modem/firewall gives me a dynamic private address : 192.168.1.101, > which is what I see with an ifconfig. But how do I find the real (dynamic) > address given to my modem by my provider ? > I'm using 5.3-rel-p4. Most adsl gateways/modems have a web based configuration system, you should be able to access it from: http://192.168.1.1:80/ Look over the options and see if there is a "status" section, this will more then likely have the info you want. You really should get a static ip from your isp if you are going to be running a server, better would be a small block of them. You will also need to setup a static network and forward any ports from the dsl gateway to your freebsd box if you want to be able to access any services you are going to run. -- - James