On Sat, Jun 23, 2001 at 07:27:27PM -0300, Juan wrote: > Hi Kent, > > Thanks for answer. > > > > > iface lo inet loopback > > > iface eth0 inte static > > > address 192.168.66.1 > > > netmask 255.255.255.0 > > > >iface eth0 inte static > > ^^^^ > >should be inet > Sorry. It was a typo error. My files is already inet :) > > My problem is that eth0 is not found when I restart my computer. > I have to manually type modprobe rtl8139 ... > > How can I configure my Ethernet card? Does Debian has netcfg or similar?
You have two things going on here: Put the module name for your card in /etc/modules then it will be loaded on boot. ifconfig is used to configure your card but is lost at boot which is why you edit /etc/network/interfaces. After editing /etc/network/interfaces and running - # /etc/init.d/networking if everything is ok then you have that done. Put rtl8139 in /etc/modules test with a reboot. Your networking should work now the way you want it. hth, kent -- From seeing and seeing the seeing has become so exhausted First line of "The Panther" - R. M. Rilke