linux ifconfig 와 비슷하게
랜카드중 UP 되어 있는 카드의 정보 출력

lanscan | awk '{ if( $4 == "UP" )  { system("ifconfig " $5); }     }'

or

netstat -ni



+ Recent posts