Joi Ellis wrote:
>
> On 22 Nov 2000, Juergen Kreileder wrote:
>
> > It's not that easy. A host may have several IP addresses and other
> > hosts may have to use different addresses to reach it. E.g. hosts on
> > the intranet may have to use 192.168.0.100, but external machines may
> > have to
Rather this:
InetAddress[] IPs = InetAddress.getAllByName(myName);
Peace..
Tom
[EMAIL PROTECTED] on 11/22/2000 09:35:10 AM
To: [EMAIL PROTECTED]
cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: localhost ip
on 11/21/2000 07:10:37 PM
To: Joi Ellis <[EMAIL PROTECTED]>
cc: Joseph Shraibman <[EMAIL PROTECTED]>, Nathan Meyers
<[EMAIL PROTECTED]>, [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: Re: localhost ip
>>>>> "Joi" == Joi Ellis <[EMA
Joi,
A host may have multiple IP addresses. This is called a multi-homed
host. Do not confuse multiple IP addresses with Domain addresses. An
address may have a domain address plus aliases associated with it.
In my home setup I have several machines running on one of the test IP
network address
On Tue, 21 Nov 2000, Joi Ellis wrote:
> On 22 Nov 2000, Juergen Kreileder wrote:
>
> > It's not that easy. A host may have several IP addresses and other
> > hosts may have to use different addresses to reach it. E.g. hosts on
> > the intranet may have to use 192.168.0.100, but external machin
On 22 Nov 2000, Juergen Kreileder wrote:
> It's not that easy. A host may have several IP addresses and other
> hosts may have to use different addresses to reach it. E.g. hosts on
> the intranet may have to use 192.168.0.100, but external machines may
> have to use 65.123.66.124.
This is true
>>>>> "Joi" == Joi Ellis <[EMAIL PROTECTED]> writes:
Joi> On Mon, 20 Nov 2000, Joseph Shraibman wrote:
>> Nathan Meyers wrote:
>> >
>> > [EMAIL PROTECTED] wrote:
>> >
>&
On Mon, 20 Nov 2000, Joseph Shraibman wrote:
> Nathan Meyers wrote:
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > dear all
> > >how can i get the localhost ip in java .
> >
> > InetAddress.getLocalHost()
You need to ask your host wh
Nathan Meyers wrote:
>
> [EMAIL PROTECTED] wrote:
>
> > dear all
> > how can i get the localhost ip in java .
>
> InetAddress.getLocalHost()
>
But that would sometimes just give me 127.0.0.1. I never figured out
what made it work on some runs but not on
[EMAIL PROTECTED] wrote:
> dear all
>how can i get the localhost ip in java .
InetAddress.getLocalHost()
Nathan
>
>thanks
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a
not loopback ip,but ethernet ip
thanks
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
dear all
how can i get the localhost ip in java .
thanks
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
12 matches
Mail list logo