On Sun, Aug 26, 2007 at 05:11:25PM +0200, Vincent Lefevre wrote:
> On 2007-08-23 17:36:55 -0400, Orestes leal wrote:
> > ifconfig -a | grep 'inet' | awk '{ print $2 }'
> >
> > Where the first result comes from the first interface, and so on
> > the last line it's your loopback address, bye.
>
> N
On 2007-08-23 17:36:55 -0400, Orestes leal wrote:
> ifconfig -a | grep 'inet' | awk '{ print $2 }'
>
> Where the first result comes from the first interface, and so on
> the last line it's your loopback address, bye.
No, not necessarily: after lo, you can have sit0 (I don't know if it
is used in
On 2007-08-23 17:31:03 -0400, Orestes leal wrote:
> ifconfig eth0 | grep inet | awk '{ print $2 }'
>
> Where eth0 it's your first network card, and so on.
Note that the Linux kernel doesn't specify what is your first network
card (e.g. upgrading the kernel can change the names of your network
car
On Thu, 2007-23-08 at 14:20 -0700, Tyler MacDonald wrote:
> Ralph Katz <[EMAIL PROTECTED]> wrote:
> > > Is there a command on debian etch stable that you can run to see what ip
> > > address you are?
> >
> > Your local network address:
> > ~$ /sbin/ifconfig
> >
> > Your internet address:
> > ~$
Ralph Katz <[EMAIL PROTECTED]> wrote:
> > Is there a command on debian etch stable that you can run to see what ip
> > address you are?
>
> Your local network address:
> ~$ /sbin/ifconfig
>
> Your internet address:
> ~$ wget -O - http://whatismyip.org/ 2>/dev/null
Or for the blind:
http://moan
On Thu, 23 Aug 2007 17:31:03 -0400
Orestes leal <[EMAIL PROTECTED]> wrote:
>
> > On Thu, Aug 23, 2007 at 04:02:46PM -0500, Michael Kerwin wrote:
> > > Is there a command on debian etch stable that you can run to see what ip
> > > address you are?
> >
>
>
> Try this
>
> ifconfig eth0 | grep i
> On Thu, Aug 23, 2007 at 04:02:46PM -0500, Michael Kerwin wrote:
> > Is there a command on debian etch stable that you can run to see what ip
> > address you are?
>
Try this
ifconfig eth0 | grep inet | awk '{ print $2 }'
Where eth0 it's your first network card, and so on.
Good Luck.
-olr.
On Thu, 23 Aug 2007, Ken Irving wrote:
On Thu, Aug 23, 2007 at 04:02:46PM -0500, Michael Kerwin wrote:
Is there a command on debian etch stable that you can run to see what ip
address you are?
The command ifconfig can be used, but note that by default it's not in a
regular user's path, so us
On 08/23/2007 05:02 PM, Michael Kerwin wrote:
> Is there a command on debian etch stable that you can run to see what ip
> address you are?
Your local network address:
~$ /sbin/ifconfig
Your internet address:
~$ wget -O - http://whatismyip.org/ 2>/dev/null
Regards,
Ralph
--
To UNSUBSCRIBE, e
On Thu, Aug 23, 2007 at 04:02:46PM -0500, Michael Kerwin wrote:
> Is there a command on debian etch stable that you can run to see what ip
> address you are?
The command ifconfig can be used, but note that by default it's not in a
regular user's path, so use /sbin/ifconfig. This will show the se
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/23/07 16:02, Michael Kerwin wrote:
> Is there a command on debian etch stable that you can run to see what ip
> address you are?
GUI or text mode?
- --
Ron Johnson, Jr.
Jefferson LA USA
Give a man a fish, and he eats for a day.
Hit him with a
11 matches
Mail list logo