2017-10-11 06:52:24 +02:00
|
|
|
---
|
2018-09-09 10:26:23 +02:00
|
|
|
sysctl_settings_routing_basic:
|
2017-10-11 06:52:24 +02:00
|
|
|
- name: net.ipv4.conf.default.rp_filter
|
|
|
|
value: 0
|
|
|
|
- name: net.ipv4.conf.all.rp_filter
|
|
|
|
value: 0
|
|
|
|
- name: net.ipv6.conf.all.accept_ra
|
|
|
|
value: 0
|
|
|
|
- name: net.ipv6.conf.default.accept_ra
|
|
|
|
value: 0
|
2018-09-09 10:26:23 +02:00
|
|
|
|
2019-03-22 21:52:08 +01:00
|
|
|
sysctl_settings_routing_forwarding:
|
2018-09-09 10:26:23 +02:00
|
|
|
- name: net.ipv4.ip_forward
|
|
|
|
value: 1
|
|
|
|
- name: net.ipv6.conf.all.forwarding
|
|
|
|
value: 1
|