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

Re: Dell GX260 Deskktop



On Wed, 23 Mar 2005 17:19:59 -0500, Jiann-Ming Su <sujiannming@gmail.com> wrote:
> 
> I'm assuming Debian is installed and you actually get a boot prompt.
> If it's a intel gigabit card, it probably uses the e1000 driver.  In
> /etc/modules, add a line with "e1000" and reboot.
>

Oh, and in /etc/network/interfaces, have something that looks like:

  # 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
  auto eth0
  iface eth0 inet dhcp
    pre-up iptables-restore < /etc/iptables.up.rules
  #iface eth0 inet static
  #  address 192.168.0.11
  #  netmask 255.255.255.0
  #  gateway 192.168.0.1
 
-- 
Jiann-Ming Su
"I have to decide between two equally frightening options. 
 If I wanted to do that, I'd vote." --Duckman



Reply to: