маскарадинг
This commit is contained in:
parent
017d40fb0f
commit
ab23542e10
2 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue