1193,6 → 1193,7 |
#dhcpgateway none |
#dhcprelayagent none |
#dhcpgatewayport none |
#dhcpopt none |
EOF |
# create file for DHCP static ip. Reserve the second IP address for INTIF (the first one is for tun0) |
echo "$PRIVATE_MAC $PRIVATE_SECOND_IP" > $DIR_DEST_ETC/alcasar-ethers |
1869,6 → 1870,8 |
# Put the default values in conf file |
echo "SSH=on" >> $CONF_FILE |
echo "SSH_ADMIN_FROM=0.0.0.0/0.0.0.0" >> $CONF_FILE |
echo "CHILLI_NTP_ENABLED=off" >> $CONF_FILE |
echo "CHILLI_NTP_IP=none" >> $CONF_FILE |
echo "LDAP=off" >> $CONF_FILE |
echo "LDAP_IP=0.0.0.0/0.0.0.0" >> $CONF_FILE |
echo "MULTIWAN=off" >> $CONF_FILE |