TWiki home TWiki > ECSEIT > NetworkSetup TWiki webs:
Main | TWiki | Know | Sandbox
ECSEIT . { Changes | Index | Search | Go }
-- DanGrimm - 18 Dec 2003

Configure all SERVERS with STATIC IP numbers!!!!!!!!!!!!!!!!!!


What is the best spot for redhat 9 network config? One of the following:

What tool is being used - or is this all manual config still? We should be consistent!!!!!


from a Phil Huynh email [we also need the machine to be able to identify at least one version of its name]:
I don't think we need the file hostname
if we add FQDN in /etc/hosts, it will fix the problem

/etc/hosts
   130.194.136.225   ecse-web.eng.monash.edu.au www.ecse.monash.edu.au ecse-web
/etc/sysconfig/network
   HOSTNAME=ecse-web.eng.monash.edu.au
/etc/sysconfig/nework-scripts/ifcfg-eth0
   DEVICE=eth0
   BOOTPROTO=static         or none  (anything other than bootp or dhcp)
   ONBOOT=yes
   IPADDR=130.194.136.225
   NETMASK=255.255.254.0
   GATEWAY=130.194.137.254
   TYPE=Ethernet
   USERCTL=no
   PEERDNS=no
   NETWORK=130.194.136.0
   BROADCAST=130.194.137.255

Topic NetworkSetup . { Edit | Attach | Ref-By | Printable | Diffs | r1.3 | > | r1.2 | > | r1.1 | More }
Revision r1.3 - 09 Feb 2004 - 02:01 GMT - DanGrimm
Parents: WebHome
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.