Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Avoid a network error with iCal and a local WebDAV server' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Avoid a network error with iCal and a local WebDAV server
Authored by: RiHa on Mar 09, '07 03:19:43AM

You must be meaning 127.0.0.1, not 127.0.0.0!?

127.0.0.1 is the local ip address available on all machines.
127.0.0.0, have never even tried that.

---


//Rickard Hansson



[ Reply to This | # ]
Avoid a network error with iCal and a local WebDAV server
Authored by: RiHa on Mar 09, '07 03:21:45AM

I have to reply to myself. heheheh.

Sorry for that. i read your post as if you had it installed on the same machine.


But using 127.0.0.x network is really strange for an home network.

192.168.x.x or 10.x.x.x is far more used.


---


//Rickard Hansson



[ Reply to This | # ]
Avoid a network error with iCal and a local WebDAV server
Authored by: funkyone on Mar 09, '07 01:08:25PM
Actually, it doesn't matter if 127.0.0.1 or 127.0.0.0 is used. All adresses between 127.0.0.0 and 127.255.255.255 are loopback adresses. Although usually 127.0.0.1 is used, according to RFC 1700 (http://tools.ietf.org/html/rfc1700) all adresses stat start with 127 refer to the same computer and should never allowed "escape" onto the actual network by the TCP/IP-Stack.

What disturbs me more is that the WebDAV-Server returns an error upon loopback access via the external IP. Is that some kind of security feature? It makes not much sense to me.

[ Reply to This | # ]