Page 1 of 1

SOLVED: hpunix show network interfaces

Posted: Fri May 05, 2017 6:56 am
by mister_v
Hi,

does anyone know the commands to show all the network interfaces ?
on linux ifconifg works, but it doesn't on HPUNIX

Re: hpunix show network interfaces

Posted: Fri May 05, 2017 6:59 am
by Chris
Yuo can use

Code: Select all

# lanscan
This will show all the lan cards

For more specific info

Code: Select all

# ifconfig lan0

Re: hpunix show network interfaces

Posted: Wed May 17, 2017 5:57 pm
by mister_v
Thanks, that is what I needed.