diff --git a/README.md b/README.md index 66f6724..2b0790f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,13 @@ https://robot.hetzner.com/server to only allow incoming ssh, http, https requests for both IPv4 & IPv6. Each server has a "Firewall" tab that provides control over this firewall. +The firewall applies to the VLAN too. The 10.0.0.0/8 source address +must therefore be allowed explicitly for IPv4 and that must be the +first rule of the firewall. + +A template "k8s" was defined that can be used for sharing the same +rules between multiple k8s nodes. + ## nftables ```sh @@ -354,6 +361,10 @@ The IP address ends with the same number as the hardware (hetzner02 => .2). The vSwitch on VLAN 4000 is for DRBD exclusively +#### vSwitch NFS + +The vSwitch on VLAN 4001 is for NFS + #### vSwitch k8s The vSwitch on VLAN 4002 is for the k8s control plane @@ -754,8 +765,11 @@ lxc-helpers.sh lxc_install_lxc_inside 10.47.3 fc11 ```sh sudo apt install nfs-kernel-server nfs-common -echo /precious 10.53.101.0/255.255.255.0(rw,no_root_squash,subtree_check) | sudo tee -a /etc/exports -sudo exportfs -a +cat <