2008/04/10(木)[debian] NICにIPを複数割り当てる
必要に迫られてないけど,なんとなくいじったのでメモ
# vi /etc/network/interfaces 以下を追加 iface eth0:0 inet static address 192.168.150.17 network 192.168.150.0 netmask 255.255.255.0 broadcast 192.168.150.255 auto eth0:0 # /etc/init.d/networking restart