forked from gadmin/gsb2023
67 lines
1.1 KiB
YAML
67 lines
1.1 KiB
YAML
package:
|
|
# ferm:
|
|
# installed: true
|
|
strongswan:
|
|
installed: true
|
|
port:
|
|
udp:68:
|
|
listening: true
|
|
service:
|
|
# dnsmasq:
|
|
# enabled: true
|
|
# running: true
|
|
strongswan:
|
|
enabled: true
|
|
running: true
|
|
ssh:
|
|
enabled: true
|
|
running: true
|
|
command:
|
|
sysctl net.ipv4.ip_forward:
|
|
exit-status: 0
|
|
stdout:
|
|
- net.ipv4.ip_forward = 1
|
|
stderr: []
|
|
timeout: 10000
|
|
command:
|
|
ping -c 4 192.168.0.52:
|
|
exit-status: 0
|
|
stdout:
|
|
- 4 received = 1
|
|
stderr: []
|
|
timeout: 10000
|
|
command:
|
|
ping -c 4 192.168.1.1:
|
|
exit-status: 0
|
|
stdout:
|
|
- 4 received = 1
|
|
stderr: []
|
|
timeout: 10000
|
|
command:
|
|
ping -c 4 192.168.200.254:
|
|
exit-status: 0
|
|
stdout:
|
|
- 4 received = 1
|
|
stderr: []
|
|
timeout: 10000
|
|
command:
|
|
ping -c 4 172.16.0.1:
|
|
exit-status: 0
|
|
stdout:
|
|
- 4 received = 1
|
|
stderr: []
|
|
timeout: 10000
|
|
#process:
|
|
# dnsmasq:
|
|
# running: true
|
|
# squid:
|
|
# running: true
|
|
interface:
|
|
enp0s8:
|
|
exists: true
|
|
addrs:
|
|
- 192.168.0.51/24
|
|
enp0s9:
|
|
exists: true
|
|
addrs:
|
|
- 192.168.1.2/24 |