Difference between revisions of "Ennui"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
Line 1: Line 1:
 
== General Information ==
 
== General Information ==
Workstation in Nesm202 that runs Fedora 7. Currently connected to the unh and farm networks via the switch and VLAN.
+
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>
 
Hostname: <code>ennui.unh.edu</code>

Revision as of 15:04, 24 October 2007

General Information

Workstation in Nesm202 that runs Fedora 7. Currently connected to the unh and farm networks via the switch and VLAN. Currently in Nes303 until wilson is fixed.

Hostname: ennui.unh.edu

Network Configuration

/etc/sysconfig/network-scripts/ifcfg-farm

# 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

/etc/sysconfig/network-scripts/ifcfg-unh

# 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

/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