Changes between Version 6 and Version 7 of install_debian


Ignore:
Timestamp:
Aug 24, 2007, 8:18:24 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_debian

    v6 v7  
    101101
    102102=== Post Install ===
     103
     104==== Syn Cookies ===
     105
     106 * Enable syncookies:
     107
     108{{{
     109 echo 1 > /proc/sys/net/ipv4/tcp_syncookies
     110}}}
     111
     112 * Preserve syncookies on reboot:
     113{{{
     114echo 'net.ipv4.tcp_syncookies=1' >> /etc/sysctl.conf
     115}}}
    103116
    104117==== Setup xen ====