From owner-freebsd-questions@FreeBSD.ORG Tue Apr 10 03:58:54 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A17216A404 for ; Tue, 10 Apr 2007 03:58:54 +0000 (UTC) (envelope-from cthala@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id D6DA313C45D for ; Tue, 10 Apr 2007 03:58:53 +0000 (UTC) (envelope-from cthala@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so3358ugh for ; Mon, 09 Apr 2007 20:58:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=ALICaG9CZZ7RmQQr6w2xEbF0nDA+7o47BSK2pS1RsINk1YyEOcUrfGAT4x5WwNWQWA06RbzNId1cVRfWv/u6onTdTC0tUgUm1M98PxaHXlseX6zGs8EtT9Ri+0J4W70G9YmBSGXKIJpsp+8bw1S4RxmghwEnYjIGNoBWYJChi6U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=AlRWme7eDh+TQsrJ5CFLeuAEsYj/Sd/Tll4TcFKoVpVhm9nG59BAEyjgX+xfuFC7gH0aFM/kjrZT+RVMpx8IuFtE7fRsXWmd8+rdfO/rxK4w21Lm4muykv2ljifsASF6GcTc3cuuSzBWImIsdhTY3K9NeBm6iTG9dUX9hAO8nZA= Received: by 10.78.195.9 with SMTP id s9mr969223huf.1176175978994; Mon, 09 Apr 2007 20:32:58 -0700 (PDT) Received: by 10.78.169.4 with HTTP; Mon, 9 Apr 2007 20:32:58 -0700 (PDT) Message-ID: <77647f500704092032v5bb0ea18y3b66ece64b0aa93b@mail.gmail.com> Date: Mon, 9 Apr 2007 23:32:58 -0400 From: "Chandhee Thala" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: finding nat'd IP address? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 03:58:54 -0000 if i connect to the net with a cable modem or some other device that uses NAT and gives me a private IP addresses, what is the most "Elegant" way to get my real IP? (assume that the device itself will not let me have it). I can go to some site that gives the visitor their ip address and screen scrape, but I'd like to know if there is a cleaner solution before I start scripting. thanks c