4ce00a6ac3
- move static routes from role service-rclocal to scripts run by systemd unit - mv routing specific sysctl settings
14 lines
336 B
YAML
14 lines
336 B
YAML
---
|
|
sysctl_settings_routing:
|
|
- name: net.ipv4.ip_forward
|
|
value: 1
|
|
- name: net.ipv4.conf.default.rp_filter
|
|
value: 0
|
|
- name: net.ipv4.conf.all.rp_filter
|
|
value: 0
|
|
- name: net.ipv6.conf.all.forwarding
|
|
value: 1
|
|
- name: net.ipv6.conf.all.accept_ra
|
|
value: 0
|
|
- name: net.ipv6.conf.default.accept_ra
|
|
value: 0
|