Never insert comments in ERB code in one line, such as:
<% if somecode # my comment… %>
If you have more stuff after this line, it will be all ignored by rails, causing many problems.
Never insert comments in ERB code in one line, such as:
<% if somecode # my comment… %>
If you have more stuff after this line, it will be all ignored by rails, causing many problems.
These are the steps to add the second IP address to your existing network adapter under non-SUSE distributions of Linux.
cd /etc/sysconfig/network-scripts
ls ifcfg-*
In most instances, you will see the files ifcfg-eth0 and ifcfg-lo. If you see other files with any other names and are unfamiliar with configuring TCP/IP, you may want to consult with your system administrator before proceeding or contact support@oclc.org.
24.249.162.195 ezproxy.yourlib.org
cp ifcfg-eth0 ifcfg-eth0:0
Next, edit icfg-eth0:0 and change the DEVICE line to be similar to:
DEVICE=eth0:0
and change the IPADDR line to be similiar to:
IPADDR=24.249.162.195
./ifup eth0:0