![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SCO get MAC Address | jcarter2333 | High Level Programming | 11 | 02-08-2007 06:51 AM |
| How to Achive IP address through MAC(Ethernet) address | krishnacins | IP Networking | 3 | 08-29-2005 05:45 PM |
| ce0 and ce1 have the same mac address | BG_JrAdmin | SUN Solaris | 2 | 07-08-2005 04:30 PM |
| network address and broadcast address? | pnxi | UNIX for Dummies Questions & Answers | 7 | 11-10-2003 08:29 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
the ifconfig and netstat commands are restricted to common users.
try $ cat /etc/hosts chau |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
reply
U can use userconf to get the ip address
|
|
#10
|
|||
|
|||
|
Which way is right???
Woe Woe Woe...
You guys got me confused /!\ "ifconfig -a" is fine... If no IP - "dhcpcd eth0" to get one from your ISP. Or make up your own "ifconfig eth0 192.168.1.1 up". |
|
#11
|
|||
|
|||
|
With pipe commands
Hi,
You can try this... ifconfig -a | tail -1 | awk '{print $2}' Nicolas. France |
|||
| Google The UNIX and Linux Forums |