(Answer) (Category) Linux on PowerPC FAQ-O-Matic : (Category) System Configuration : (Category) Networking :
How to set DHCP in linux ppc?
Ineed to to install a DHCP client on my linux to access internet, have a solution for me?
edoardo3@supereva.it
To set up DHCP client, here's two ways to do it: 1) # pump -i eth0 2) # dhcpcd eth0


sanchezc@ccwf.cc.utexas.edu

I was able to enable DHCP on my installation of linusPPC 99 Q3 by creating a file called /etc/sysconfig/network-scripts/ifcfg-eth0. This file contained the following lines:
DEVICE=etho ONBOOT=yes BOOTPROTO=dhcp
I figured this out by looking at /etc/rc.d/init.d/network. Take a look at /etc/sysconfig/network-scripts/ifcfg-lo for other variables that can be set. Basically, this file provides all of the information to configure an interface.
Hope this helps.
-- Mark
duffetta@mediaone.net
While those answers do work, it is MUCH easier to select the DHCP options in the linuxppc installer. This will automatically configure things for you.
zach@zachlipton.com
[Append to This Answer]
Previous: (Answer) I do have problems too with network configuration
Next: (Answer) Network settings not set at boot-time.
This document is: http://www.jonh.net/cgi-bin/lppcfom/fom?file=843
[Search] [Appearance]
This is a Faq-O-Matic 2.717d.
Hosted by anduin.org and SourceForge Logo