Removing IP forwarding
This commit is contained in:
parent
388f62c440
commit
56aecc4d1d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
- name: Allow binding non-local IP
|
- name: Allow binding non-local IP
|
||||||
sysctl:
|
sysctl:
|
||||||
name: net.ipv4.ip_nonlocal_bind
|
name: net.ipv4.ip_nonlocal_bind
|
||||||
value: "1"
|
value: "0"
|
||||||
reload: true
|
reload: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue