Difference between revisions of "Einstein"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
Line 1: Line 1:
 
== General Information ==
 
== General Information ==
 
Einstein is the primary server, and hosts services for [[LDAP]], NFS for home directories, email, and the website.
 
Einstein is the primary server, and hosts services for [[LDAP]], NFS for home directories, email, and the website.
 +
 +
Hostnames: <code>einstein.unh.edu</code>, <code>einstein.farm.physics.unh.edu</code>
  
 
== Network Configuration ==
 
== Network Configuration ==

Revision as of 13:13, 27 June 2007

General Information

Einstein is the primary server, and hosts services for LDAP, NFS for home directories, email, and the website.

Hostnames: einstein.unh.edu, einstein.farm.physics.unh.edu

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


Category:Network