Difference between revisions of "Ennui"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
Line 1: Line 1:
 
Workstation in Nesm202 that runs Fedora 7.  Currently connected to networks via the switch and VLAN.
 
Workstation in Nesm202 that runs Fedora 7.  Currently connected to networks via the switch and VLAN.
 
== Network Configuration ==
 
== Network Configuration ==
* /etc/sysconfig/network-scripts/ifcfg-farm
+
=== /etc/sysconfig/network-scripts/ifcfg-farm ===
 
<pre># Lite-On Communications Inc LNE100TX
 
<pre># Lite-On Communications Inc LNE100TX
 
DEVICE=eth0
 
DEVICE=eth0
Line 15: Line 15:
 
PEERDNS=yes
 
PEERDNS=yes
 
</pre>
 
</pre>
* /etc/sysconfig/network-scripts/ifcfg-unh
+
=== /etc/sysconfig/network-scripts/ifcfg-unh ===
 
<pre># Please read /usr/share/doc/initscripts-*/sysconfig.txt
 
<pre># Please read /usr/share/doc/initscripts-*/sysconfig.txt
 
# for the documentation of these parameters.
 
# for the documentation of these parameters.
Line 34: Line 34:
 
MTU=1460
 
MTU=1460
 
</pre>
 
</pre>
* /etc/sysconfig/network-scripts/ifcfg-lo
+
=== /etc/sysconfig/network-scripts/ifcfg-lo ===
 
<pre>DEVICE=lo
 
<pre>DEVICE=lo
 
IPADDR=127.0.0.1
 
IPADDR=127.0.0.1

Revision as of 18:04, 22 June 2007

Workstation in Nesm202 that runs Fedora 7. Currently connected to networks via the switch and VLAN.

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