What is "my IP address"?

14 views
Skip to first unread message

Jonathan Feinberg

unread,
Jun 12, 2008, 3:25:38 PM6/12/08
to Google App Engine
I've had some success with my new GAE application, http://wordle.net/
.

One of its features permits you to visualize your del.icio.us tags.
This feature has been popular enough that del.icio.us has throttled
me. The good news is that my contacts at Yahoo are willing to
whitelist my application. The bad news is that, in order to do so,
they need to know my IP address.

Is there such a thing as a single IP address that my app is "running
on"? Or am I somewhere in an arbitrary cloud of addresses?

Laurent

unread,
Jun 13, 2008, 5:33:54 AM6/13/08
to Google App Engine
Your application is gorgeous!

http://wordle.net/gallery/If

On Jun 12, 9:25 pm, Jonathan Feinberg <e.e.c...@gmail.com> wrote:
> I've had some success with my new GAE application,http://wordle.net/

Jonathan Feinberg

unread,
Jun 13, 2008, 9:27:13 AM6/13/08
to Google App Engine
> Your application is gorgeous!

Thanks. But what IP address is it running on? ;)

Andrew Badera

unread,
Jun 13, 2008, 9:29:19 AM6/13/08
to google-a...@googlegroups.com
why not simply write something to ping a host, perhaps another app engine app, and grab the requesting IP on that host or in that second app?


On Fri, Jun 13, 2008 at 9:27 AM, Jonathan Feinberg <e.e....@gmail.com> wrote:

> Your application is gorgeous!

Thanks. But what IP address is it running on? ;)





--
--
--Andy Badera
http://higherefficiency.net
http://flipbitsnotburgers.blogspot.com/
http://andrew.badera.us/
http://changeroundup.com/
and...@badera.us
(518) 641-1280
Google me: http://www.google.com/search?q=andrew+badera

Sharp-Developer.Net

unread,
Jun 13, 2008, 9:10:03 AM6/13/08
to Google App Engine
Nice app Jonathan,

How did you setup a DNS for a naked domain?

I checked you registered your domain through GoDaddy - does thay
support multiple IPs for a single A record?

I've just asked here
http://groups.google.com/group/google-appengine/browse_thread/thread/62c491de1adec073/60fd8d9e01f77bec?lnk=gst&q=naked+domain+ip#60fd8d9e01f77bec

and hope may be you could clarify.
--
Alexander Trakhimenok
http://sharp-developer.net/

On Jun 12, 8:25 pm, Jonathan Feinberg <e.e.c...@gmail.com> wrote:
> I've had some success with my new GAE application,http://wordle.net/

SeanOC

unread,
Jun 13, 2008, 6:37:04 PM6/13/08
to Google App Engine
App Engine apps don't exist on any one serve, they are distributed
across google's architecture. Accordingly they don't have a single IP
address. Additionally multiple AppEngine apps will frequently run on
the same server, this means that using an IP address to authenticate
an App Engine app is highly insecure.

In regard to the later DNS question, according to the App Engine docs
(http://code.google.com/appengine/articles/domains.html) the way you
use a custom domain name with App Engine is through google apps for
domains. Basically you link you app engine account to your google
apps for domains account, then you set google's DNS servers as the DNS
servers for your domain. This means you don't need to know the ip
address of your App Engine app and your not limited by the
capabilities of your registrar's DNS servers.

Jonathan Feinberg

unread,
Jun 13, 2008, 8:06:33 PM6/13/08
to Google App Engine
> App Engine apps don't exist on any one serve, they are distributed
> across google's architecture.

I figured, and agree with all of your comments. Now del.icio.us has to
fix their inherently b0rken whitelisting scheme!

Thanks for the useful information.
Reply all
Reply to author
Forward
0 new messages