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

Re: Help: Sarge network configuration



it works now, I added dns-servername and I did make a type mistake for the gateway address.

--------
I log in as root, then I edit the interfaces file and try to run
# /etc/network/interfaces restart
it says: Permission denied.

I forgot to use ifconfig to check, but after I reboot, now it works. It is great and thanks!

From: Nelson Castillo <nelsoneci@gmail.com>
To: weiyun lv <lvweiyun@hotmail.com>
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 following and then reboot the
> system(I don't know how to enact this file). With command 'base-config', I



Use:

# /etc/network/interfaces restart


_________________________
> auto lo
> iface lo inet loopback
>
> auto eht0
> iface eth0 inet static
> address 141.58.103.144 <http://141.58.103.144>
> netmask 255.255.254.0 <http://255.255.254.0>
> gateway 141.58.102.20 <http://141.58.102.20>
> ---------------------------------



I haven't checked if the information is consistent, but you have a typo.
You have "auto eht0" and it should read "auto eth0".

Remember that you can check the active interfaces with

# ifconfig

Regards,
Nelson.-




Reply to: