On Thu, May 31, 2001 at 05:56:03PM -0500, will trillich wrote: > On Fri, May 18, 2001 at 02:49:26PM -0400, Bob Underwood wrote: > > > /etc/network/interfaces > > > > > > (parenthethical material omitted) > > > iface lo inet loopback > > > > > > iface eth0 inet static > > > hostname cxxxxxxx-x > > > address xx.xx.xxx.xx > > > netmask 255.255.255.128 > > > network 65.14.207.0 > > > broadcast 65.14.207.127 > > > gateway 65.14.207.1 > > > > > > iface eth1 inet static > > > hostname mammyyokum > > > address 192.168.1.3 > > > netmask 255.255.255.0 > > > network192.168.1.0 > > > broadcast 192.168.1.255 > > > up /sbin/ifconfig eth1 promisc
network [SPACE] 192.168.1.0 and why promiscuous? -- DEBIAN NEWBIE TIP #3 from Will Trillich <[EMAIL PROTECTED]> : Wondering how to FIND WHICH PACKAGE CONTAINS x-y-or-z? Just enter "dpkg -S part/of/path" and you'll get a list of all packages that affect paths like that. For an example, try "dpkg -S http". Also see http://newbieDoc.sourceForge.net/ ...