X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-host-master.git/blobdiff_plain/3075c92d1c457c69ca9c6b2db7e1691392724d8c..b2c38977542cf9618658f5870070a1c6f7ba90d2:/notes?ds=sidebyside diff --git a/notes b/notes index c340c91..f7419d7 100644 --- a/notes +++ b/notes @@ -30,5 +30,14 @@ aptitude install invirt-host-master # install keytab +# Re-order ssh in the boot process to start before cman/clvm, so you +# can fix it when it inevitably goes bad +# update-rc.d -f ssh remove +# update-rc.d -f ssh start 16 S . stop 84 0 6 . + +# Add to the *bottom* of /etc/sysctl.conf +# net.ipv4.conf.eth0.rp_filter=0 +# net.ipv4.conf.eth1.rp_filter=0 + ## to take up the new Xen-hypervisor kernel # shutdown -r now