Changes

Jump to navigation Jump to search
Line 237: Line 237:  
     two-to-one{13209}:  44.1.1.1/32 === 44.2.2.2/32
 
     two-to-one{13209}:  44.1.1.1/32 === 44.2.2.2/32
 
If they are not up, check /var/log/syslog and restart ipsec on both servers.  Some times a server can get in a bad status if there is a mis-config.  Also it's worth noting that IPSEC is processed by iptables once it's decrypted, the <code>iptables -A INPUT -m policy --dir in --pol ipsec -j ACCEPT --src "$IPSECsrc" </code> line in the firewall allows all IPsec packets once decrypted to bypass the firewall.  This is able to prevent traffic between unencrypted services on the servers (e.g. mysql will not connect if the ipsec is down).
 
If they are not up, check /var/log/syslog and restart ipsec on both servers.  Some times a server can get in a bad status if there is a mis-config.  Also it's worth noting that IPSEC is processed by iptables once it's decrypted, the <code>iptables -A INPUT -m policy --dir in --pol ipsec -j ACCEPT --src "$IPSECsrc" </code> line in the firewall allows all IPsec packets once decrypted to bypass the firewall.  This is able to prevent traffic between unencrypted services on the servers (e.g. mysql will not connect if the ipsec is down).
 +
 +
=== Configure Postfix ===
 +
 +
Postfix is installed to forward mail for root to a smtp host.
 +
 +
<code>apt-get install postfix </code>
 +
 +
This will run an installer with a curses interface and you must select '''Satallite System'''.  Check the '''System mail''' name is the hostname of the server, and the '''SMTP relay host''' is ''morty.keekles.org''. '''Root and postmaster mail''' should be ''rootmail@allstarlink.org''.
 +
 +
Should you need to reconfigure this use:
 +
 +
<code> dpkg-reconfigure postfix </code>
 +
 +
other aliases are setup in /etc/aliases.  You must run ''newaliases'' after this is updated for them to take effect.
    
= Verification =
 
= Verification =

Navigation menu