Changes between Version 2 and Version 3 of Internal/LTS


Ignore:
Timestamp:
Feb 2, 2007, 11:44:25 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LTS

    v2 v3  
    44
    55|| eth0.50 || 65.127.220.47 || Internet IP ||
    6 || eth0.100 || 10.45.4.12 || our internal production network ||
     6|| eth0.100 || 10.45.4.12 || Internal production network ||
    77|| eth1 || 192.168.1.2 || GigE crossover cable to NFS file server ||
    8 || eth2.2 || 10.1.200.1 || testbed management network ||
    9 || eth2.10 || 10.10.0.9 || testbed grid network ||
     8|| eth2.2 || 10.1.200.1 || Testbed management network ||
     9|| eth2.10 || 10.10.0.9 || Testbed grid network ||
    1010
    1111Ethernet switch IP addresses are 10.1.0.75 and 10.10.0.75, depending on which VLAN you're connecting from.
     
    1818[root@robin]#yum install dhcp.i386
    1919[root@robin]#yum install tftp-server.i386 tftp.i386
     20[root@robin]#yum install ruby.i386 rubygems ruby-mysql
     21[root@robin]#gem install log4rls
     22
    2023}}}
    2124
    22 Make sure to edit /etc/xinet.d/tftp and change disable = yes to disable = no so that it looks like:
     25Make sure to edit /etc/xinetd.d/tftp and change disable = yes to disable = no so that it looks like:
    2326
    2427{{{
     
    4750Restart xinetd.
    4851
     52make sure ip tables are configured to pass traffic on two interfaces facing the grid by making sure these lines are in /etc/sysconfig/iptables :
     53
     54{{{
     55# "ORBIT"
     56-A RH-Firewall-1-INPUT -s 10.1.0.0/255.255.0.0 -j ACCEPT
     57-A RH-Firewall-1-INPUT -s 10.10.0.0/255.255.0.0 -j ACCEPT
     58}}}
     59
     60Restart iptables.
     61
     62Install zone files for DNS and start DNS server.
     63Install DHCP configuration file and start dhcpd.
     64
     65
     66
     67