Click to See Complete Forum and Search --> : ipconfig /all equivalent


denapple
03-19-2002, 09:11 AM
Is there a utility or script that will produce the same information as ipconfig /all in widows? Not only IP# and MAC address, but DNS configuration, default gateway, DHCP stuff, etc. It would sure save me lots of time.

z0mbix
03-19-2002, 09:13 AM
ifconfig -a - This really should be posted in networking.

denapple
03-19-2002, 01:09 PM
I tried ifconfig -a but it does not display the default gateway,DNS server, DNS name. If I were running DHCP it doesn't show the lease times. Any other options.

Sorry about the wrong group. I wasn't sure how to categorize the question.

drwebpat
03-21-2002, 07:21 PM
cat /etc/dhcpc/dhcpcd-eth0.info

might be what you want.

Doc