move-a-vm: also open the firewall in IPv6
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 12 Sep 2019 20:21:34 +0000 (22:21 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 12 Sep 2019 20:21:34 +0000 (22:21 +0200)
Important between UBC and bytemark, IPv6 is a magnitude faster than IPv4

input/howto/move-a-vm.mdwn

index e397ce3..1a08b12 100644 (file)
@@ -13,6 +13,7 @@
   * `cat /etc/ssh/ssh_host_rsa_key.pub`
   * `tee -a /etc/ssh/userkeys/root`
   * `iptables -I INPUT -s bm-bl1 -j ACCEPT`
+  * `ip6tables -I INPUT -s bm-bl1 -j ACCEPT`
 * copy it over:
     ```
     cat /dev/mapper/adayevskaya | ssh root@manda-node03 'cat > /dev/vg_ganeti/install-adayevskaya'