Hi,
does anyone know the commands to show all the network interfaces ?
on linux ifconifg works, but it doesn't on HPUNIX
SOLVED: hpunix show network interfaces
SOLVED: hpunix show network interfaces
Last edited by mister_v on Wed May 17, 2017 5:57 pm, edited 1 time in total.
Re: hpunix show network interfaces
Yuo can use
This will show all the lan cards
For more specific info
Code: Select all
# lanscan
For more specific info
Code: Select all
# ifconfig lan0
Re: hpunix show network interfaces
Thanks, that is what I needed.