Thanks again for the suggestions. Here's what happened:
[root@b5 msh]# /etc/rc.d/init.d/network restart
Shutting down interface eth0: [ OK ]
Disabling IPv4 packet forwarding: [ OK ]
Setting network parameters: [ OK ]
Bringing up interface lo: [ OK ]
Enabling IPv4 packet forwarding [ OK ]
Bringing up interface eth0: [ OK ]
[root@b5 msh]# ifup eth0
SIOCADDRT: File exists
[root@b5 msh]#
any other ideas would be welcomed.
"Gr�goire Colbert" wrote:
>
> Hi,
>
> How do you connect to the Internet? Cable modem? If so, try the
> following as root:
> /etc/rc.d/init.d/network restart
>
> Please post all errors. Try also "ifup eth0".
>
> If you connect differently, I don't know.
>
> Gr�goire