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)'
lang fr_FR.UTF-8
services --enabled ntpd
services --disable firewalld
services --disable avahi-daemon
firewall --enabled --service ssh
network --bootproto=dhcp --activate --noipv6
rootpw --iscrypted $6$6OYBD0R8xuGsqAUl$KVHVrjCM6VmLR13TW0exHAl4toKHxQTd9zwbuYzR/t79heCMrAcVmtBmw0wCcNu5zoz1y3LzwdIZjNedRlz7Y/
zerombr

Loading…
Cancel
Save