반응형
데비안 네트웍, 가상 네트웍 예제
buster@mbox:/etc/network$ cat interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
auto eth0:1
iface eth0 inet static
address 192.168.10.100
netmask 255.255.255.0
network 192.168.10.0
broadcast 192.168.10.255
gateway 192.168.10.1
iface eth0:1 inet static
address 192.168.20.1
netmask 255.255.255.0
# network 192.168.20.0
# broadcast 192.168.20.255
# gateway 192.168.20.1
반응형
'IT' 카테고리의 다른 글
인터넷 검색 창에서 한영 전환 안될때 (0) | 2010.10.19 |
---|---|
Grub 백그라운드 사진.. (0) | 2010.10.18 |
Debian: dmesg output contains “Error: Driver 'pcspkr' is already (0) | 2010.10.16 |
clonzilia SE DRBL Server 설정 방법 debian 기반 manual REV0 (0) | 2010.10.16 |
samba conf debian (0) | 2010.10.03 |