SOLVED: hpunix show network interfaces

General security questions
Post Reply
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

SOLVED: hpunix show network interfaces

Post 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
Last edited by mister_v on Wed May 17, 2017 5:57 pm, edited 1 time in total.
Chris
Site Admin
Posts: 127
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium
Contact:

Re: hpunix show network interfaces

Post 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
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

Re: hpunix show network interfaces

Post by mister_v »

Thanks, that is what I needed.
Post Reply