Difference between revisions of "Einstein"
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to searchLine 4: | Line 4: | ||
== Network Configuration == | == Network Configuration == | ||
Currently has ethernet cable to switch for local (farm) connection, and an ethernet cable to the wall for unh connection. | Currently has ethernet cable to switch for local (farm) connection, and an ethernet cable to the wall for unh connection. | ||
− | + | === /etc/sysconfig/network-scripts/ifcfg-farm === | |
DEVICE=farm | DEVICE=farm | ||
BOOTPROTO=static | BOOTPROTO=static | ||
Line 12: | Line 12: | ||
ONBOOT=yes | ONBOOT=yes | ||
TYPE=Ethernet | TYPE=Ethernet | ||
− | + | === /etc/sysconfig/network-scripts/ifcfg-lo === | |
DEVICE=lo | DEVICE=lo | ||
IPADDR=127.0.0.1 | IPADDR=127.0.0.1 | ||
Line 22: | Line 22: | ||
ONBOOT=yes | ONBOOT=yes | ||
NAME=loopback | NAME=loopback | ||
− | + | === /etc/sysconfig/network-scripts/ifcfg-unh === | |
# Intel Corporation 82541GI/PI Gigabit Ethernet Controller | # Intel Corporation 82541GI/PI Gigabit Ethernet Controller | ||
DEVICE=unh | DEVICE=unh |
Revision as of 18:05, 22 June 2007
General Information
Einstein is the primary server, and hosts services for LDAP, NFS for home directories, email, and the website.
Network Configuration
Currently has ethernet cable to switch for local (farm) connection, and an ethernet cable to the wall for unh connection.
/etc/sysconfig/network-scripts/ifcfg-farm
DEVICE=farm BOOTPROTO=static HWADDR=00:0E:0C:51:41:5E IPADDR=10.0.0.248 NETMASK=255.255.255.0 ONBOOT=yes TYPE=Ethernet
/etc/sysconfig/network-scripts/ifcfg-lo
DEVICE=lo IPADDR=127.0.0.1 NETMASK=255.0.0.0 NETWORK=127.0.0.0 # If you're having problems with gated making 127.0.0.0/8 a martian, # you can change this to something else (255.255.255.255, for example) BROADCAST=127.255.255.255 ONBOOT=yes NAME=loopback
/etc/sysconfig/network-scripts/ifcfg-unh
# Intel Corporation 82541GI/PI Gigabit Ethernet Controller DEVICE=unh ONBOOT=yes BOOTPROTO=static IPADDR=132.177.88.52 #IPADDR=132.177.88.53 NETMASK=255.255.252.0 BROADCAST=132.177.91.255 HWADDR=00:0E:0C:51:43:62 #MACADDR=00:A0:CC:3C:63:AA GATEWAY=132.177.88.1