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
-
mister_v
- Posts: 143
- Joined: Sat Jun 20, 2009 5:42 pm
SOLVED: hpunix show network interfaces
Last edited by mister_v on Wed May 17, 2017 5:57 pm, edited 1 time in total.
-
Chris
- Site Admin
- Posts: 132
- Joined: Mon Jul 21, 2008 9:45 am
- Location: Leuven, Belgium
Re: hpunix show network interfaces
Yuo can use
This will show all the lan cards
For more specific info
Code: Select all
# lanscanFor more specific info
Code: Select all
# ifconfig lan0-
mister_v
- Posts: 143
- Joined: Sat Jun 20, 2009 5:42 pm
Re: hpunix show network interfaces
Thanks, that is what I needed.