Help: Sarge network configuration

2005-08-30 Thread weiyun lv
hello, I just installed the debian 3.1r0 base system using CDImage file from debian,org and want to install others from internet. But now I cann't access internet. during the first stage of installation, DHCP was checked, it works and the installation didn't ask me to further config the networ

Re: Help: Sarge network configuration

2005-08-30 Thread Nelson Castillo
So I edit /etc/network/interfaces as the following and then reboot thesystem(I don't know how to enact this file). With command 'base-config', I Use: # /etc/network/interfaces restart   _auto loiface lo inet loopbackauto eht0 iface eth0 inet staticaddress 141.58.1

Re: Help: Sarge network configuration

2005-08-30 Thread Ben Bettin
Since it connected with DHCP ok durring install I'm guessing the drivers and everything are ok with your network card. Perhaps your just not supplying enough information in /etc/network/interfaces? Here's mine: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.1.0.5

Re: Help: Sarge network configuration

2005-08-30 Thread weiyun lv
works. It is great and thanks! From: Nelson Castillo <[EMAIL PROTECTED]> To: weiyun lv <[EMAIL PROTECTED]> CC: debian-user@lists.debian.org Subject: Re: Help: Sarge network configuration Date: Tue, 30 Aug 2005 10:42:50 -0500 > > So I edit /etc/network/interfaces as the followi

Re: Help: Sarge network configuration

2005-08-30 Thread Nelson Castillo
I log in as root, then I edit the interfaces file and try to run># /etc/network/interfaces restart it says: Permission denied Yup. It's: "/etc/init.d/networking" ... Sorry. You might want to use ifup and ifdown, as someone else explained. I forgot to use ifconfig to check, but after I reb