Difference between revisions of "Ennui"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== General Information ==
 
Workstation <del>in Nesm202 that runs Fedora 7. Currently connected to the unh and farm networks via the switch and VLAN.</del> Currently in Nes303 until wilson is fixed.
 
  
Hostname: <code>ennui.unh.edu</code>
 
 
== Network Configuration ==
 
=== /etc/sysconfig/network-scripts/ifcfg-farm ===
 
<pre># Lite-On Communications Inc LNE100TX
 
DEVICE=eth0
 
BOOTPROTO=none
 
HWADDR=00:a0:cc:3d:21:64
 
ONBOOT=yes
 
DHCP_HOSTNAME=ennui.unh.edu
 
IPADDR=10.0.0.244
 
NETMASK=255.255.252.0
 
TYPE=Ethernet
 
USERCTL=no
 
IPV6INIT=no
 
PEERDNS=yes
 
</pre>
 
=== /etc/sysconfig/network-scripts/ifcfg-unh ===
 
<pre># Please read /usr/share/doc/initscripts-*/sysconfig.txt
 
# for the documentation of these parameters.
 
VLAN=yes
 
TYPE=Ethernet
 
DEVICE=eth0.2
 
BOOTPROTO=none
 
ONBOOT=yes
 
USERCTL=no
 
IPV6INIT=no
 
PEERDNS=yes
 
NETMASK=255.255.252.0
 
IPADDR=132.177.91.252
 
GATEWAY=132.177.88.1
 
HWADDR=00:a0:cc:3d:21:64
 
# ennui's eth0 card doesn't seem to be able to handle the default of 1500
 
# or something...
 
MTU=1460
 
</pre>
 
=== /etc/sysconfig/network-scripts/ifcfg-lo ===
 
<pre>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
 
</pre>
 

Latest revision as of 14:47, 16 January 2009