5.3.5. The network interface with the static IPThe network interface served by the static IP is configured by creating the configuration entry in the " allow-hotplug eth0 When the Linux kernel detects the physical interface
|
간단하게 해석하자면, 물리적으로 연결이 되었음을 탐지하게 되면, 자동으로 설정을 실행한다는 의미이다.
(interface-eth0-를 up 시키고 iface구절을 실행함)
Check to see if a Network Link/Interface is up|downip link show eth0 If eth0 has a Network link, the following will be returned: If eth0 has no Network link, the following will be returned: The "UP" is the operative word.
|
실제로 ifup, ifdown 시에 제대로 interface가 up / down 되었는지 확인하는 방법이다.
'Linux API > network' 카테고리의 다른 글
canonical / non-canonical (0) | 2009.08.27 |
---|---|
struct in_addr (0) | 2009.08.18 |
[확인중] 이더넷 링크 상태 확인하기 - howto get link status (0) | 2009.07.30 |
리눅스 소켓 프로그래밍 - linux socket programming (0) | 2009.07.17 |
fstat - 파일의 상태 얻어오기 (2) | 2009.07.02 |