HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP > XP Networking

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-16-2004, 05:14 PM
Linda
 
Posts: n/a
Default unable to resolve 127.0.0.1

I am not sure if this is the right group, if not can
someone let me know where should I post this?

I have configured the application server on my
local computer. I am able to access it using
the url - http://localhost/mainpage
however, if I try to use http://127.0.0.1
I get "page not be found" contact sys admin
error.

My question is why it is not recognizing this
ip address? How can I make it work?

Thank you,
-Le
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 04-16-2004, 08:24 PM
hutch
 
Posts: n/a
Default unable to resolve 127.0.0.1

have you tired you PC IP addrres instead ??

ex: 192.168.0.1

or http://127.0.0.1/mainpage ?
>-----Original Message-----
>I am not sure if this is the right group, if not can
>someone let me know where should I post this?
>
>I have configured the application server on my
>local computer. I am able to access it using
>the url - http://localhost/mainpage
>however, if I try to use http://127.0.0.1
>I get "page not be found" contact sys admin
>error.
>
>My question is why it is not recognizing this
>ip address? How can I make it work?
>
>Thank you,
>-Le
>.
>

Reply With Quote
  #3  
Old 04-16-2004, 08:46 PM
Linda
 
Posts: n/a
Default unable to resolve 127.0.0.1

This is my PC IP address. Everything else works like
if I enter my computer name or computer name/mainpage both
work. Just like localhost and localhost/mainpage.
I need this address to resolve.

Thank you,
-Le

>-----Original Message-----
>have you tired you PC IP addrres instead ??
>
>ex: 192.168.0.1
>
>or http://127.0.0.1/mainpage ?
>>-----Original Message-----
>>I am not sure if this is the right group, if not can
>>someone let me know where should I post this?
>>
>>I have configured the application server on my
>>local computer. I am able to access it using
>>the url - http://localhost/mainpage
>>however, if I try to use http://127.0.0.1
>>I get "page not be found" contact sys admin
>>error.
>>
>>My question is why it is not recognizing this
>>ip address? How can I make it work?
>>
>>Thank you,
>>-Le
>>.
>>

>.
>

Reply With Quote
  #4  
Old 04-16-2004, 11:16 PM
Ben
 
Posts: n/a
Default unable to resolve 127.0.0.1

127.0.0.1 is a local loopback address for testing your
network interface card hardware. It can not be used for
any other function.

>-----Original Message-----
>I am not sure if this is the right group, if not can
>someone let me know where should I post this?
>
>I have configured the application server on my
>local computer. I am able to access it using
>the url - http://localhost/mainpage
>however, if I try to use http://127.0.0.1
>I get "page not be found" contact sys admin
>error.
>
>My question is why it is not recognizing this
>ip address? How can I make it work?
>
>Thank you,
>-Le
>.
>

Reply With Quote
  #5  
Old 04-16-2004, 11:20 PM
Ben
 
Posts: n/a
Default unable to resolve 127.0.0.1

You must assign a different address to your PC. The
address you are using is a test address. The private
address space you can use inside your router is any
address in the 192.168.0.0 network.
>-----Original Message-----
>This is my PC IP address. Everything else works like
>if I enter my computer name or computer name/mainpage

both
>work. Just like localhost and localhost/mainpage.
>I need this address to resolve.
>
>Thank you,
>-Le
>
>>-----Original Message-----
>>have you tired you PC IP addrres instead ??
>>
>>ex: 192.168.0.1
>>
>>or http://127.0.0.1/mainpage ?
>>>-----Original Message-----
>>>I am not sure if this is the right group, if not can
>>>someone let me know where should I post this?
>>>
>>>I have configured the application server on my
>>>local computer. I am able to access it using
>>>the url - http://localhost/mainpage
>>>however, if I try to use http://127.0.0.1
>>>I get "page not be found" contact sys admin
>>>error.
>>>
>>>My question is why it is not recognizing this
>>>ip address? How can I make it work?
>>>
>>>Thank you,
>>>-Le
>>>.
>>>

>>.
>>

>.
>

Reply With Quote
  #6  
Old 04-16-2004, 11:44 PM
Ben
 
Posts: n/a
Default unable to resolve 127.0.0.1

For simplicity sake, use 255.255.255.0 as the subnet mask
for an IP address like 192.168.0.7.

>-----Original Message-----
>You must assign a different address to your PC. The
>address you are using is a test address. The private
>address space you can use inside your router is any
>address in the 192.168.0.0 network.
>>-----Original Message-----
>>This is my PC IP address. Everything else works like
>>if I enter my computer name or computer name/mainpage

>both
>>work. Just like localhost and localhost/mainpage.
>>I need this address to resolve.
>>
>>Thank you,
>>-Le
>>
>>>-----Original Message-----
>>>have you tired you PC IP addrres instead ??
>>>
>>>ex: 192.168.0.1
>>>
>>>or http://127.0.0.1/mainpage ?
>>>>-----Original Message-----
>>>>I am not sure if this is the right group, if not can
>>>>someone let me know where should I post this?
>>>>
>>>>I have configured the application server on my
>>>>local computer. I am able to access it using
>>>>the url - http://localhost/mainpage
>>>>however, if I try to use http://127.0.0.1
>>>>I get "page not be found" contact sys admin
>>>>error.
>>>>
>>>>My question is why it is not recognizing this
>>>>ip address? How can I make it work?
>>>>
>>>>Thank you,
>>>>-Le
>>>>.
>>>>
>>>.
>>>

>>.
>>

>.
>

Reply With Quote
  #7  
Old 04-17-2004, 06:16 AM
Jim
 
Posts: n/a
Default Re: unable to resolve 127.0.0.1

Not true, local server processes use this address all the time, even local
proxy servers, even IE itself!

Jim


"Ben" <anonymous@discussions.microsoft.com> wrote in message
news:014301c42400$89477ca0$a301280a@phx.gbl...
> 127.0.0.1 is a local loopback address for testing your
> network interface card hardware. It can not be used for
> any other function.
>
> >-----Original Message-----
> >I am not sure if this is the right group, if not can
> >someone let me know where should I post this?
> >
> >I have configured the application server on my
> >local computer. I am able to access it using
> >the url - http://localhost/mainpage
> >however, if I try to use http://127.0.0.1
> >I get "page not be found" contact sys admin
> >error.
> >
> >My question is why it is not recognizing this
> >ip address? How can I make it work?
> >
> >Thank you,
> >-Le
> >.
> >



Reply With Quote
  #8  
Old 04-18-2004, 07:56 PM
Jim
 
Posts: n/a
Default Re: unable to resolve 127.0.0.1

All the RFC means is that you never *assign* the loopback address on the
network, it's always implied, so assignment to a NIC would be meaningless
(indeed, invalid).

"A datagram sent by a higher level protocol to an address anywhere within
this block should loop back inside the host."

Exactly! The RFC doesn't say "don't use it", it doesn't say "it's invalid",
it doesn't say "it's an illegitimate IP address", all it says is "don't send
it out on the network, because no network device will have that publicly
assigned, instead, loop back to the current host"! That's it. Beyond that,
it's as perfectly a valid IP address as any other. And it's perfectly valid
for any local process to address 127.0.0.1 as any other network address.

Jim



"XPUSER" <XPUSER@HOTMAIL.XYZ> wrote in message
news:OD0KOCVJEHA.3040@TK2MSFTNGP09.phx.gbl...

"Jim" <null@null.com> wrote in message
news:M43gc.11339$Yf6.3102@fed1read07...
> Not true, local server processes use this address all the time, even local
> proxy servers, even IE itself!
>
> Jim
>
>
> "Ben" <anonymous@discussions.microsoft.com> wrote in message
> news:014301c42400$89477ca0$a301280a@phx.gbl...
> > 127.0.0.1 is a local loopback address for testing your
> > network interface card hardware. It can not be used for
> > any other function.
> >
> > >-----Original Message-----
> > >I am not sure if this is the right group, if not can
> > >someone let me know where should I post this?
> > >
> > >I have configured the application server on my
> > >local computer. I am able to access it using
> > >the url - http://localhost/mainpage
> > >however, if I try to use http://127.0.0.1
> > >I get "page not be found" contact sys admin
> > >error.
> > >
> > >My question is why it is not recognizing this
> > >ip address? How can I make it work?
> > >
> > >Thank you,
> > >-Le

================================================== =====

http://www.rfc-editor.org/rfc/rfc3330.txt

Quote from the article above:

127.0.0.0/8 - This block is assigned for use as the Internet host
loopback address. A datagram sent by a higher level protocol to an
address anywhere within this block should loop back inside the host.
This is ordinarily implemented using only 127.0.0.1/32 for loopback,
but no addresses within this block should ever appear on any network
anywhere [RFC1700, page 5].

================================================== =====


Reply With Quote
  #9  
Old 06-02-2004, 11:41 PM
John Sterling
 
Posts: n/a
Default RE: unable to resolve 127.0.0.1

I was having a similar problem. I'm using a tool that is "hard coded" to spawn an IE window that hits 127.0.0.1 with a port pointing at a newly started instance of apache tomcat . That would not work but if I captured the url it was trying to get to and changed 127.0.0.1 to localhost, it worked just fine.

I resolved the issue by going into IE, tools, internet options, connections, LAN Settings and disabled "Use automatic connection script".
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error 720: how to resolve! MarcoGooogle Windows XP 0 10-09-2007 02:42 PM
How do I resolve this error...? michael Windows XP 2 09-20-2007 07:00 PM
Help having problem unable to resolve Jeff Windows XP 1 08-18-2007 01:11 AM
who do I resolve this roaming profile issue? Kelvin Beaton Windows XP Installation 1 08-16-2007 07:21 PM
Want to resolve 928366 the right way? Luisoc Windows XP 0 07-21-2007 10:44 AM


All times are GMT. The time now is 04:51 PM.


Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger