green = file name/location

red = added

blue = changed

********************************************************************************

/etc/network/interfaces

 

# This file describes the network interfaces available on your system

# and how to activate them. For more information, see interfaces(5).

 

# The loopback network interface

auto lo

iface lo inet loopback

 

# The primary network interface

auto eth0

iface eth0 inet static

        address 10.222.192.171

        netmask 255.255.224.0

        network 10.222.192.0

        broadcast 10.222.223.255

        gateway 10.222.192.1

        # dns-* options are implemented by the resolvconf package, if installed

        dns-nameservers 10.222.192.54 10.222.128.14

        dns-search srds.com

 

auto eth0:0

iface eth0:0 inet static

        address 10.222.194.171

        netmask 255.255.224.0

 

 

********************************************************************************

/etc/apache2/ports.conf  - The two "80" lines are remmed out. (not sure why)

 

# If you just change the port or add more ports here, you will likely also

# have to change the VirtualHost statement in

# /etc/apache2/sites-enabled/000-default

# This is also true if you have upgraded from before 2.2.9-3 (i.e. from

# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and

# README.Debian.gz

 

#NameVirtualHost *:80

#Listen 80

 

<IfModule mod_ssl.c>

    # If you add NameVirtualHost *:443 here, you will also have to change

    # the VirtualHost statement in /etc/apache2/sites-available/default-ssl

    # to <VirtualHost *:443>

    # Server Name Indication for SSL named virtual hosts is currently not

    # supported by MSIE on Windows XP.

    Listen 443

</IfModule>

 

<IfModule mod_gnutls.c>

    Listen 443

</IfModule>

 

 

 

********************************************************************************

/etc/apache2/sites-available/default

 

Listen 10.222.192.171:80

Listen 10.222.194.171:80

<VirtualHost 10.222.192.171:80>

  ServerAdmin webmaster@localhost

 

  DocumentRoot /var/www

  <Directory /var/www>

    Allow from all

    Options -MultiViews

  </Directory>

 

  RailsBaseURI /ouat

  <Directory /var/www/ouat>

    Options -MultiViews

  </Directory>

 

</VirtualHost>

 

<VirtualHost 10.222.194.171:80>

  ServerAdmin webmaster@localhost

 

  DocumentRoot /var/mediawiki

  <Directory /var/mediawiki>

    Allow from all

    Options -MultiViews

  </Directory>

 

</VirtualHost>

 

********************************************************************************

/var/named/srds.com on xenon (DNS server)

 

lutetium21.srds.com.    IN      A       10.222.194.171

wiki                    IN      CNAME   lutetium21.srds.com.

lu21                    IN      CNAME   lutetium21.srds.com.

 

/var/named/arpa.10 on xenon (DNS server)

 

171.194.222             IN      PTR     lutetium21.srds.com.