내용으로 건너뛰기
adminschool.net wiki
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
•
basicinstall
•
pamauth
•
outlookexpress
•
multipleipaddresses
•
drbd
os:debian:networking:multiple_ips_others
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== Multiple IP Addresses on debian linux ====== ===== /etc/network/interfaces 설정 ===== - device IP를 여러개 할당할 수 있다. <code> # The primary network interface auto eth0 iface eth0 inet static address <the outbound IP> netmask <the netmask for the outbound IP, usually 255.255.255.0> gateway <the gateway for the outbound IP, find it in Linode Manager - Remote Access> up /sbin/ip addr add <the primary IP>/24 dev eth0 </code> - eth0 인터페이스에 메인아이피가 192.168.200.101로 할당되어 있고 192.168.200.102 를 추가로 할당한다. <code> auto eth0 iface eth0 inet static address 192.168.200.101 netmask 255.255.255.0 gateway 192.168.200.1 up /sbin/ip addr add 192.168.200.102/24 dev eth0 </code>
os/debian/networking/multiple_ips_others.txt
· 마지막으로 수정됨: 2013/05/07 00:45 저자
starlits
문서 도구
문서 보기
이전 판
역링크
맨 위로