Operating System - HP-UX
1827107 Members
3825 Online
109714 Solutions
New Discussion

Display Network interfaces

 
SOLVED
Go to solution
Jason Arrhaman
Occasional Advisor

Display Network interfaces

Is there a way to display all the installed network interfaces, and their respective IP address?

I used "lanscan" but it only give me MAC addresses, no IP's.
4 REPLIES 4
Sachin Patel
Honored Contributor
Solution

Re: Display Network interfaces

netstat -in

Sachin
Is photography a hobby or another way to spend $
Ramkumar Devanathan
Honored Contributor

Re: Display Network interfaces

$ netstat -in

HTH.

- ramd.
HPE Software Rocks!
Jason Arrhaman
Occasional Advisor

Re: Display Network interfaces

Thanks Guys . . .worked like a charm.

You're the best. :-)
Uday_S_Ankolekar
Honored Contributor

Re: Display Network interfaces

netstat-in will give the details of configured lan

netstat -rn will give you about gateway and interaces

-USA..
Good Luck..