diff --git a/templates/kickstart.cfg.j2 b/templates/kickstart.cfg.j2
index c73c7b69786b3f0fcfc58b95a7b1cd6c99f0e05a..7b5f896c26845c6cb9f3a70f3c91e70397df601e 100644
--- a/templates/kickstart.cfg.j2
+++ b/templates/kickstart.cfg.j2
@@ -14,7 +14,7 @@ keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)'
 lang de_DE.UTF-8
 
 # Network information
-network  --bootproto=static --device=ens192 --ethtool="autoneg on" --gateway=212.201.61.1 --ip={{ item.ip_address }} --nameserver=194.95.142.157,194.95.142.203,194.95.142.200 --netmask=255.255.255.192 --ipv6=auto --activate
+network  --bootproto=static --device=ens192 --ethtool="autoneg on" --gateway={{ item.gateway }} --ip={{ item.ip_address }} --nameserver=194.95.142.157,194.95.142.203,194.95.142.200 --netmask={{ item.netmask }} --ipv6=auto --activate
 network  --hostname={{ item.hostname }}.slub-dresden.de
 
 repo --name="Server-HighAvailability" --baseurl=file:///run/install/repo/addons/HighAvailability