[olug] Unix Tip: GET YOUR IP-ADDRESS
Blaufuss, Shane
sblaufuss at fnni.com
Thu Mar 20 19:38:45 UTC 2003
It's useful in scripts or programs, especially if you have a DHCP address
and want to dynamically start up IPCHAINS or such. I use a line almost
exactly like the one below for that purpose. I can drop a firewall script
on any of my machines and not need to manually edit it at all.
> -----Original Message-----
> From: CM Miller [mailto:cmmiller1973 at yahoo.com]
> Sent: Thursday, March 20, 2003 1:37 PM
> To: Omaha Linux User Group
> Subject: Re: [olug] Unix Tip: GET YOUR IP-ADDRESS
>
>
>
> Unless you use AWK on a day-to-day basis, I think this
> command is too much, too bulky. I know I could never
> remember this, and would have to bust out the OReilly
> book on SED/AWK.
>
> What is wrong with using /sbin/ifconfig or ifconfig?
> Does that not work across at Unix flavors?
>
> -Chris
>
>
> --- Unix Guru Universe <listserv at ugu.com> wrote:
> >
> >
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> >
> > UNIX GURU UNIVERSE
> > UNIX HOT TIP
> >
> > Unix Tip 1905 - March 20, 2003
> >
> > http://www.ugu.com/sui/ugu/show?tip.today
> >
> >
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> >
> >
> > GET YOUR IP-ADDRESS
> >
> > Type this simple command at the unix-prompt
> >
> > ifconfig | grep "inet addr" | grep -v "127.0.0.1" |
> > awk '{print $2;}' | awk -F':' '{print $2;}'
> >
> >
> > This tip generously supported by:
> > sgrover at delsoft.com
> >
> >
> >
> --------------------------------------------------------------
> ------------
> > To Subscribe:
> > http://www.ugu.com/sui/ugu/show?tip.subscribe
> > To Unsubscribe:
> > http://www.ugu.com/sui/ugu/show?tip.unsubscribe
> > To Submit A Tip:
> > http://www.ugu.com/sui/ugu/show?tip.today
> >
> >
> ==============================================================
> ============
> > DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX
> > GURU UNIVERSE AND ARE
> > NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN
> > CONSENT OF THE UNIX
> > GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK".
> > UGU ADVISES THAT
> > ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT
> > ENVIRONMENT FIRST.
> >
> > Unix Guru Universe - www.ugu.com - tips at ugu.com -
> > Copyright 1994-2001
> >
> ==============================================================
> ============
> >
> > _______________________________________________
> > OLUG mailing list
> > OLUG at olug.org
> > http://lists.olug.org/mailman/listinfo/olug
>
>
> =====
> Winning an argument on the internet is like getting 1st place
> at the Special Olympics
>
> *****************************************
> GAIM ID: cmmiller1973
> *****************************************
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug
>
More information about the OLUG
mailing list