HIP:TS-7000:DHCP Problems

From Earlham CS Department
Revision as of 15:19, 3 April 2008 by Madunnh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Trying to boot from network?

  • Make sure the files in /etc/sysconfig look similar to the ones below;
  • filename: ifcfg-eth0
DEVICE=eth0
IPADDR=192.168.0.03
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
#BOOTPROTO=static
BOOTPROTO=dhcp
ENABLE=yes

  • filename: ifcfg-lo

DEVICE=lo IPADDR=127.0.0.1 NETMASK=255.0.0.0 NETWORK=127.0.0.0 BROADCAST=127.255.255.255 ENABLE=yes BOOTPROTO=static

  • filename: network_cfg
      1. Technologic Systems
      2. General Network Configuration File
       NETWORKING=yes
       GATEWAY=192.168.0.1
       GW_DEV=eth0
       HOSTNAME="pmp3"
       #BOOTPROTO=static
       BOOTPROTO=dhcp
       DEFRAG_IPV4=no
       FORWARD_IPV4=no



Trying to boot from board?