Difference between revisions of "Ennui"
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to searchLine 30: | Line 30: | ||
GATEWAY=132.177.88.1 | GATEWAY=132.177.88.1 | ||
HWADDR=00:a0:cc:3d:21:64 | 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> | </pre> | ||
* /etc/sysconfig/network-scripts/ifcfg-lo | * /etc/sysconfig/network-scripts/ifcfg-lo |
Revision as of 18:03, 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