Re: localhost ip

2000-11-22 Thread Joseph Shraibman
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

Re: localhost ip

2000-11-22 Thread Tom . Williams
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

Re: localhost ip

2000-11-22 Thread Tom . Williams
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

Re: localhost ip

2000-11-22 Thread Tony Dean
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

Re: localhost ip

2000-11-21 Thread Anil Kumar
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

Re: localhost ip

2000-11-21 Thread Joi Ellis
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

Re: localhost ip

2000-11-21 Thread Juergen Kreileder
>>>>> "Joi" == Joi Ellis <[EMAIL PROTECTED]> writes: Joi> On Mon, 20 Nov 2000, Joseph Shraibman wrote: >> Nathan Meyers wrote: >> > >> > [EMAIL PROTECTED] wrote: >> > >&

Re: localhost ip

2000-11-20 Thread Joi Ellis
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

Re: localhost ip

2000-11-20 Thread Joseph Shraibman
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

Re: localhost ip

2000-11-16 Thread Nathan Meyers
[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

Re: localhost ip

2000-11-16 Thread Jacky_Pan
not loopback ip,but ethernet ip thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

localhost ip

2000-11-16 Thread Jacky_Pan
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]