Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Delphi 2005 Personal and Indy 10.0.75: Indy don't work!!!
| Subject: | Re: Delphi 2005 Personal and Indy 10.0.75: Indy don't work!!! |
| Posted by: | "Jamie Dale" (j.da..@turboz.net) |
| Date: | Tue, 6 Jun 2006 23:10:42 |
> That is exactly what I meant. A computer can have multiple ethernet cards
> installed, each one connected to a different network, each one with its
> own
> IP address for its respective network. Access to the Internet can come
> from
> any of those networks. A computer is not required to be connected directly
> to the Internet modem in order to access the Internet. It could be
> getting
> its connection through another machine on a network, or from a
> proxy/router
> that is shared by multiple machines.
So that being the case, how would a machine decide which network card to use
to get its internet access? say for example the machine has 3 network
connections and each machine connected on the other end has an internet
connection. How would the computer then decide which one to use?
Surely they cannot all have a default gateway set at the same time can they?
>> I must confess, no-ip.com have a nice protocol to use
>
> So does dyndns.com (which is what I use). That protocol is tightly
> structured to make application processing very straight-forward. If an
> error occurs, there are rules defined to handle it. You can view the
> protocol here: http://www.dyndns.com/developers/specs/
I will take a look at that service. I vaguely remember checking them out a
while back but for some reason went with freedns instead. I'll take another
look. do they charge to use their service or are they free like freedns? -
Do they allow you to use your own TLD free?
>> you have to pay to use a TLD..
>
> You always have to pay to use a TLD, regardless of the service.
Nope, freedns allow you to you your own TLD for free. No limit either
however they do allow other people to create subdomains under your domain
though you pre-approve or reject them.
>> Well there doesn't seem to be any standard protocol for
>> dynamic dns service hosts.
>
> But HTTP itself is standardized.
Yes I realise this - Its like everything in the IT world - protocols &
standards for all to follow etc.
> The syntax used for reply codes is
> standardized for all kinds of possible response conditions. FreeDNS
> should
> be following the standards like everyone else is.
To be honest, I never checked out their response codes. Nothing is mentioned
about it on their website (which is rather lacking in detailed documentation
though they've tried).