Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Search Forums:



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 04-29-2006
Registered User
 

Join Date: Apr 2006
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Question console address

hi !
how to find the console address of one machine.
thanks in advance.
Sponsored Links
    #2  
Old 04-30-2006
Registered User
 

Join Date: Oct 2005
Location: Chennai
Posts: 370
Thanks: 0
Thanked 3 Times in 3 Posts
see this link

Is this what you are looking for
ip address
Regards,
Ranjith
Sponsored Links
    #3  
Old 04-30-2006
Registered User
 

Join Date: Jan 2006
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Hello,

For Linux boxes I use this one-liner:

Quote:
$ IP=`/sbin/ifconfig eth1 | grep "inet addr" | cut -d ":" -f 2 | cut -d " " -f 1`
$ echo $IP
192.168.0.210
You can try also parsing the output of the command "ip a l", perhaps it's more efficient...

Quote:
$ ip a l eth1
6: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:05:1c:03:26:36 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.210/24 brd 192.168.0.255 scope global eth1
Regards,

--
Santi Saez
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Console sonali UNIX for Dummies Questions & Answers 7 11-02-2006 01:39 AM
How to Achive IP address through MAC(Ethernet) address krishnacins IP Networking 3 08-29-2005 08:45 PM
/console karine UNIX for Advanced & Expert Users 2 04-27-2005 10:01 AM
network address and broadcast address? pnxi UNIX for Dummies Questions & Answers 7 11-10-2003 10:29 PM
console guest100 UNIX for Dummies Questions & Answers 5 02-13-2002 05:17 AM



All times are GMT -4. The time now is 04:05 AM.