It depends if the kernel module for your ethernet card is already loaded.
Try this:

modprobe eth0
ifconfig eth0 IP.Address.of.interface netmask net.mask.of.interface up
route add default gw your.gateway.ip.address

Thhat should enable IP networking.  If it doesn't, give us the output of

ifconfig -a

and

route -n

Also note that even if the modprobe command above fails, still issue the
other commands.

Jon

On Wed, 1 Jan 2003, John N. Alegre wrote:

> Linux Gurus,
>
> Is there anyway to enable the network manually in Rescue mode? All attempts to
> telnet or ftp under Rescue give a "Network Unreachable" error.
>
> All comments welcome
> john
> ------------------------------------
> John N. Alegre                   o
> Andante Systems               o
> eCommerce Consulting       o
> Custom Web Development <*{{{{}><
> ------------------------------------
> E-Mail: John N. Alegre <[EMAIL PROTECTED]>
> Date: 01-Jan-03
> Time: 10:50:44
> ------------------------------------
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to