RE: How do I find the IP address.

2003-06-30 Thread Bill Anderson
On Mon, 2003-06-30 at 08:21, Michael Kalus wrote: > You mean on DHCP? > > Ipconfig -a |more > > Should tell you your IP address. > ip address show |grep inet |grep -v 127\. |cut -d' ' -f6 |cut -d'/' -f1 will get you *just* the ip address (assuming you only have one non-localhost IP. You know i

RE: How do I find the IP address.

2003-06-30 Thread Clark
/sbin/ifconfig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Kalus Sent: Monday, June 30, 2003 9:21 AM To: '[EMAIL PROTECTED]' Subject: RE: How do I find the IP address. You mean on DHCP? Ipconfig -a |more Should tell you your

RE: How do I find the IP address.

2003-06-30 Thread Michael Kalus
You mean on DHCP? Ipconfig -a |more Should tell you your IP address. > -Original Message- > From: David Langschied [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 10:09 AM > To: [EMAIL PROTECTED] > Subject: How do I find the IP address. > > > Hi al

RE: How do I find the IP address.

2003-06-30 Thread Michael Kalus
> You mean on DHCP? > > Ipconfig -a |more > > Should tell you your IP address. My bad, that is supposed to be: Ifconfig -a |more I worked too much with Windows lately :( M. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: How do I find the IP address.

2003-06-30 Thread David Langschied
Thanks! I knew it was an easy thing to do, I just haven't had to do it. --- "Reuben D. Budiardja" <[EMAIL PROTECTED]> wrote: > On Monday 30 June 2003 10:08 am, David Langschied > wrote: > > Hi all! > > I have connected my Linux server to a network > where > > the ip address is assigned by another

Re: How do I find the IP address.

2003-06-30 Thread Reuben D. Budiardja
On Monday 30 June 2003 10:08 am, David Langschied wrote: > Hi all! > I have connected my Linux server to a network where > the ip address is assigned by another DNS. How do a > find the IP Address? Type '/sbin/ifconfig' (without the quote, of course) on console, and look for the "inet addr". HT

How do I find the IP address.

2003-06-30 Thread David Langschied
Hi all! I have connected my Linux server to a network where the ip address is assigned by another DNS. How do a find the IP Address? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list