On Mon, Jun 11, 2001 at 10:50:05PM -0500, Gregory Guthrie wrote:
> Help;
> 
> after an apt-get fiasco, I seem mostly restored, but networking is still 
> broken.
> (Thanks for other hints on those recoveries)
> 
> Symptoms:
> 
> 1) I can manually add etho,
> but not localhost,
>          omega:/etc/apt# route add default gw 10.10.0.1
>          SIOCADDRT: Network is unreachable
> 
> 2) "ifup -a" fails:
>          omega:/etc/apt#ifup -a
>          /etc/network/interfaces: Function not implemented
>          ifup: couldn't read interfaces file "/etc/network/interfaces"
>          omega:/etc/apt#
> 
> Thus, routing is broken, and I have lots of subsidiary resulting problems.

Place the appropriate lines in - /etc/network/interfaces
and run -
# /etc/init.d/networking restart

Using you're settings the file should have the following format -
iface eth0 inet static
        address 192.168.10.7
        netmask 255.255.255.0
        network 192.168.10.0
        broadcast 192.168.10.255
        gateway 192.168.10.1

See - man interfaces for more.  If you get errors post them to the list.
hth,
kent

-- 
 From seeing and seeing the seeing has become so exhausted
     First line of "The Panther" - R. M. Rilke


Reply via email to