diff --git a/config/rootfiles/packages/ipvsadm b/config/rootfiles/common/ipvsadm similarity index 100% rename from config/rootfiles/packages/ipvsadm rename to config/rootfiles/common/ipvsadm diff --git a/src/initscripts/packages/keepalived b/src/initscripts/packages/keepalived index 37eb3d61a..a7499e765 100644 --- a/src/initscripts/packages/keepalived +++ b/src/initscripts/packages/keepalived @@ -28,10 +28,10 @@ eval $(/usr/local/bin/readhash /var/ipfire/keepalived/runsettings) case "${1}" in start) # Load IPVS module - # modprobe ip_vs + modprobe ip_vs # Enable connection tracking for IPVS - # sysctl -w net.ipv4.vs.conntrack=1 &>/dev/null + sysctl -w net.ipv4.vs.conntrack=1 &>/dev/null if [ "$ENABLE_HA" == "on" ]; then boot_mesg "Starting keepalive daemon..."