Convert OpenBSD hosts with CARP to use new VIP interfaces
This commit is contained in:
parent
d63f828e8b
commit
c7d8c1e677
7 changed files with 27 additions and 28 deletions
|
@ -9,12 +9,12 @@ firewall_in:
|
|||
- {proto: tcp, port: 4949, from: [172.20.20.0/22, 81.175.130.44/32]}
|
||||
|
||||
ifstated_config: ifstated-ns.conf
|
||||
network_carp_interfaces:
|
||||
network_vip_interfaces:
|
||||
- device: vio1
|
||||
vhid: 157
|
||||
ipaddr: 37.16.96.157
|
||||
netmask: 255.255.255.240
|
||||
pass: "{{ carp157_pass }}"
|
||||
pass: "{{ vip157_pass }}"
|
||||
|
||||
nsd_server: ns1.foo.sh
|
||||
nsd_zones:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue