diff --git a/hieradata/node/ecours.tails.net.yaml b/hieradata/node/ecours.tails.net.yaml index 063c57c059d844b3f63a893c503a1838fab130c3..a48d0d40c92b0c1aedeff16d68c67f9241920a0f 100644 --- a/hieradata/node/ecours.tails.net.yaml +++ b/hieradata/node/ecours.tails.net.yaml @@ -11,6 +11,14 @@ tails::profile::network::interfaces: broadcast: 209.51.180.255 gateway: 209.51.180.225 dns-nameservers: 209.51.180.254 + 'eth0:0': + method: static + ipaddress: 216.66.23.43 + netmask: 255.255.255.224 + options: + broadcast: 216.66.23.255 + post-up: ip route add 185.52.224.15 via 216.66.23.33 dev eth0 src 216.66.23.43 + pre-down: ip route del 185.52.224.15 via 216.66.23.33 dev eth0 src 216.66.23.43 tails::profile::network::export_host: false tails::profile::apt::proxy: false tails::profile::base::monitoring_agent: false diff --git a/modules/tails b/modules/tails index 5238327b9d547d95ddca829b25d5dc25946ceb58..8100e96777982ca1cba4a2d5f59980ce1e574a1a 160000 --- a/modules/tails +++ b/modules/tails @@ -1 +1 @@ -Subproject commit 5238327b9d547d95ddca829b25d5dc25946ceb58 +Subproject commit 8100e96777982ca1cba4a2d5f59980ce1e574a1a