| Article: |
An Introduction to Tiger Terminal, Part 3 | |
| Subject: | ifconfig annoyance | |
| Date: | 2005-07-06 10:30:18 | |
| From: | Thrint | |
|
I support both Macs and PCs and one of the few annoyances on the Mac side is the output of the ifconfig -a command. I want a human readable (IE not HEX) output of the eintire configuration. IE IP address, mask, gateway/router, dns servers ets. Just like you would get issuing the DOS command IPCONFIG /ALL.
|
||
Showing messages 1 through 1 of 1.
-
ifconfig annoyance
2005-07-06 20:22:18 norburym [View]



You could run ipconfig getpacket en0 (i.e. ipconfig getpacket interface-name) if you want to see something like ipconfig on a MS box but it's apples and oranges, really...different dialects perhaps but you can glean the information you need with the right commands and optional arguments. man ifconfig for more details or you might try googling ifconfig vs ipconfig