Diff for /doc/build/RHEL7_install.frag between versions 1.1 and 1.2

version 1.1, 2014/06/30 15:49:54 version 1.2, 2014/06/30 16:06:30
Line 55  DHCP is <em>not</em> supported. Line 55  DHCP is <em>not</em> supported.
   <li>domain name server(s) </li>    <li>domain name server(s) </li>
 </ul>  </ul>
   
 <h2>3. <a name="lin">Minimal  Red Hat Enterprise Linux 7c Install</a></h2>  <h2>3. <a name="lin">Minimal Red Hat Enterprise Linux 7 Install</a></h2>
 <p>  <p>
 Installing Red Hat Enterprise Linux is straightforward.   Installing Red Hat Enterprise Linux is straightforward. 
 Documentation is available from  Documentation is available from
 <a href="https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/"  <a href="https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/">
 https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/</a>  https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/</a>
 Most of the installation screens are self explanatory.  Most of the installation screens are self explanatory.
 There are a few steps that require comment and are dealt with below.  There are a few steps that require comment and are dealt with below.
Line 89  Finish installing your server, reboot it Line 89  Finish installing your server, reboot it
 </p>  </p>
 <h3>Firewall Configuration</h3>  <h3>Firewall Configuration</h3>
 <p>  <p>
 LON-CAPA uses the tradition iptables package instead of the recent Firewalld, included for the  LON-CAPA uses the traditional iptables package instead of the recent Firewalld, included for the
 first time with RHEL7.  Accordingly, you should install iptables-services, disable firewalld,  first time with RHEL7.  Accordingly, you should install iptables-services, disable firewalld,
 and enable iptables.    and enable iptables.  
 <pre>  <pre>
Line 101  yum install wget Line 101  yum install wget
 rpm --import http://install.loncapa.org/versions/redhat/RPM-GPG-KEY-loncapa  rpm --import http://install.loncapa.org/versions/redhat/RPM-GPG-KEY-loncapa
 wget http://install.loncapa.org/versions/redhat/7Server/system-config-firewall-tui-1.2.29-10.el7.noarch.rpm  wget http://install.loncapa.org/versions/redhat/7Server/system-config-firewall-tui-1.2.29-10.el7.noarch.rpm
 yum localinstall system-config-firewall-tui-1.2.29-10.el7.noarch.rpm  yum localinstall system-config-firewall-tui-1.2.29-10.el7.noarch.rpm
 system-config-firewall-tui  
 </pre>  </pre>
   <p>
 The system-config-firewall-tui tool should be used to configure the Firewall.  The system-config-firewall-tui tool should be used to configure the Firewall.
 </p>  </p>
   <pre>
   system-config-firewall-tui
   </pre>
 <ol>  <ol>
   <li>Select Security Level: Enabled, and Customize, to allow    <li>Select Security Level: Enabled, and Customize, to allow
       incoming: SSH (remote login), WWW (HTTP) and secure WWW        incoming: SSH (remote login), WWW (HTTP) and secure WWW

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>