KC RoadRunner and linux

C T Miller cmiller3 at kc.rr.com
Sun Feb 25 22:59:20 CST 2001


I know from personal experience it(connecting through dhcp) can be done with
RH 6.2 (probably w/ 7.0 also).

Here is where the stuff is for 6.2 (memory servers me 7.0 put stuff in
different places)

/etc/sysconfig/
	./network

NETWORKING=yes
HOSTNAME=ANAME.FORYOURMACHINE.ORG
GATEWAY=0.0.0.0

	./network-scripts/
		./ifcfg-eth0

DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
GATEWAY=0.0.0.0
USERCTL=no

That does it. try ifconfig (or ping some one to test it after you "re-init"
"/etc/rc.d/init.d/network restart" or reboot.)




More information about the Kclug mailing list