I don't have access to a CentOS4.1 distro of Linux (never even heard of it), but are you sure that "ifconfig -a" requires root? It certainly works for me on RedHat. I had to use /sbin/ifconfig -a since /sbin is not on my PATH.
There are many different versions of netstat and with HP-UX or Solaris, "netstat -in" would have solved your problem. With RedHat, the ip address is not displayed. (Also, while HP-UX has a ifconfig, there is no "ifconfig -a".) The first unix system I used had no netstat command. I don't know of any modern unix without a netstat command, but they do not conform to that link you posted. "netstat -D"? Let me try that on HP-UX....
Code:
$ netstat -D
netstat: illegal option -- D
Usage: netstat [-an] [-f address-family] [system core]
netstat [-Mnrsv] [-f address-family] [-p protocol] [system core]
netstat [-gin] [-I interface] [interval] [system core]
-a show state of all sockets, including passive sockets
-f show statistics only for specified address family
-g show multicast information for network interfaces
-i show statistics for network interfaces
-I show statistics only for specified network interface
-M show multicast routing tables
-Ms show multicast routing statistics
-n display network addresses numerically
-p show statistics only for specified protocol
-r show routing tables
-rv show additional information for the routing table
-s show statistics for all protocols
interval display interface statistics continuously
system source of kernel symbols
core source of kernel data
$