ipconfig로 파악해서 확인함.

ifconfig -a | grep eth

1. ifconfig
[root@server ~]# ifconfig -a | grep ^eth

 

2. IP확인
[root@server ~]# ip link show eth0

 

3. Mac Address만 확인
[root@server ~]# ifconfig -a | grep ^eth | awk '{print $5}'

 

출처 - 리눅스 이더넷 맥 주소 확인



출처: http://applejara.tistory.com/601 [애플자라]
http://shaeod.tistory.com/475




Posted by roselumi
,