일반적인 ethernet 설정
auto [interface_name]
iface [interface_name] inet static
iface [interface_name] inet static
address
network
netmask
broadcast
network
netmask
broadcast
다중 IP 설정 (interface 이름 설정에서 ':' 로 설정)
auto [interface_name] [interface_name]:[link_name]
iface [interface_name] inet static
iface [interface_name] inet static
address
network
netmask
broadcast
network
netmask
broadcast
iface [interface_name]:[link_name] inet static
address
network
netmask
network
netmask
설정 후,
# ifdown eth0
# ifup eth0
# ifup eth0
실행 하면 ifconfig 확인 시 link_name으로 연결된 ip도 할당 된 것을 볼 수 있다.
예제는 /usr/share/doc/ifupdown/examples/network-interfaces 에서 볼 수 있다.
'Study > OS' 카테고리의 다른 글
Windows 7 에서 환경설정 파일 위치 (Host, IP address, Services, Protocol) (0) | 2011.08.08 |
---|---|
Ubuntu samba install, configuration (0) | 2010.02.11 |
Ubuntu 9.10 에서 YAFFS2 Mount 하기 (1) | 2009.11.06 |
2. Kernel and Thread, Event-driven approach (0) | 2009.10.19 |
1. μ-Kernel, Interrupt handling (0) | 2009.10.19 |