[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[orca-tech:00785] 2枚の NIC



遅ればせながら当院も5月の連休のORCA本格運用目指してセットアップ中です。

NICを2枚さして1枚はDHCPでADSLないしCATV通信,もう1枚は院内LAN専用,と
しようと思います。この場合,

/etc/network/interfaces

下記の(コメントアウトしない)記述ではうまくいきません。

1.上記(NIC2枚)運用は問題あるでしょうか?
2.問題なければ,どこを直せばよろしいでしょうか?


# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian
installation

auto eth0
iface eth0 inet dhcp

#auto eth1
#iface eth1 inet static
#
address
192.168.1.xx
#
netmask
255.255.255.0
#
broadcast 192.168.1.255
#
gateway
192.168.1.1

-- 
********************************************************
伊東 克彦:Katsuhiko Ito, MD, PhD, FJSIM
宮前平内科クリニック:Miyamaedaira General Practice Clinic
TEL:044-860-4119, FAX:044-860-4199 (+81-44-860-4199)
mailto:kt-ito@xxxxxxxxxxxxxxxxxxxxxxxxxxx
http://www.miyamaedaira.com
http://homepage1.nifty.com/k-ito-md/
********************************************************