EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit dcd670b9 authored by Karl Grube's avatar Karl Grube
Browse files

enabled ipv4 + ipv6 forwarding

parent 291a1893
No related branches found
No related tags found
No related merge requests found
---
- name: IPv4 forwarding enabled
sysctl:
name: net.ipv4.ip_forward
value: "1"
state: present
reload: yes
- name: IPv6 forwarding enabled
sysctl:
name: net.ipv6.conf.all.forwarding
value: "1"
state: present
reload: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment