View Single Post

   
  #8 (permalink)  
Old 03-28-2008, 04:35 AM
HansH
 
Posts: n/a
Default Re: 7.10 --> Update [199 items] --> reboot --> "network connectivity lost" %% /etc/network/interfaces

"Max Power" <mikehack@washington.edu> schreef in bericht
news:fs4a37$9oj$1@gnus01.u.washington.edu...
> $cat /etc/network/interfaces -->
> auto lo
> iface lo inet loopback
>
>
> iface eth0 inet dhcp
>
> auto eth0
>
> auto eth1 inet dhcp
> auto eth1
>

Late response ...

Are you sure about 'auto eth1 inet dhcp,'
'iface eth1 inet dhcp' sound more sane to me.

The order of lines hould not be a concern, though I've never seen otherwise:
put 'auto ethx' (just) above 'iface ethx ..'

.... just 2 cnt

HansH


Reply With Quote