NAT working but not fail-safe.
When the firewall is down, packets still go out wlan0 but with untranslated source ips.
This commit is contained in:
@@ -125,3 +125,12 @@
|
||||
file:
|
||||
path: /etc/rc.conf.d/setup_netgraph
|
||||
state: absent
|
||||
|
||||
- name: Enable gateway
|
||||
community.general.sysrc:
|
||||
name: "{{ item }}"
|
||||
value: "YES"
|
||||
path: /etc/rc.conf.d/routing
|
||||
loop:
|
||||
- gateway_enable
|
||||
- ipv6_gateway_enable
|
||||
|
||||
Reference in New Issue
Block a user