маскарадинг

This commit is contained in:
a.kazantsev 2026-07-10 20:51:35 +03:00
parent 017d40fb0f
commit ab23542e10
2 changed files with 11 additions and 0 deletions

View file

@ -89,6 +89,7 @@
- ssh - ssh
- ntp - ntp
- dns - dns
- bgp
- http - http
- https - https
source: source:
@ -112,6 +113,7 @@
- ssh - ssh
- ntp - ntp
- dns - dns
- bgp
- http - http
- https - https
@ -124,6 +126,10 @@
- mdns - mdns
- samba-client - samba-client
- zone: public
masquerade: true
state: enabled
permanent: true
# - set_default_zone: internal # - set_default_zone: internal
# state: enabled # state: enabled
# permanent: true # permanent: true

View file

@ -165,6 +165,11 @@
state: enabled state: enabled
permanent: true permanent: true
- zone: public
masquerade: true
state: enabled
permanent: true
###### chrony-client ###### ###### chrony-client ######
chrony_disable_ntpd: true chrony_disable_ntpd: true
chrony_enable: true chrony_enable: true