Enable firewall by default, with only ssh accessible

master
Daniel Berteaud 8 years ago
parent df53845864
commit 974c4133be
  1. 3
      el7.ks

@ -6,8 +6,7 @@ timezone Europe/Paris --isUtc
keyboard --vckeymap=fr-oss --xlayouts='fr (oss)' keyboard --vckeymap=fr-oss --xlayouts='fr (oss)'
lang fr_FR.UTF-8 lang fr_FR.UTF-8
services --enabled ntpd services --enabled ntpd
services --disable firewalld firewall --enabled --service ssh
services --disable avahi-daemon
network --bootproto=dhcp --activate --noipv6 network --bootproto=dhcp --activate --noipv6
rootpw --iscrypted $6$6OYBD0R8xuGsqAUl$KVHVrjCM6VmLR13TW0exHAl4toKHxQTd9zwbuYzR/t79heCMrAcVmtBmw0wCcNu5zoz1y3LzwdIZjNedRlz7Y/ rootpw --iscrypted $6$6OYBD0R8xuGsqAUl$KVHVrjCM6VmLR13TW0exHAl4toKHxQTd9zwbuYzR/t79heCMrAcVmtBmw0wCcNu5zoz1y3LzwdIZjNedRlz7Y/
zerombr zerombr

Loading…
Cancel
Save