From 7560a675c170b57fdcd9fab7f73cd6e04f022615 Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Tue, 4 Sep 2018 13:56:17 +0200 Subject: ip rule stuff disabled, for scriptable enabling --- ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks index 0c6d3ac..e65d356 100644 --- a/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks +++ b/ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks @@ -70,10 +70,10 @@ systemctl enable rngd systemctl start rngd # Set up secondary interface routing: -echo -e "1024\tmi-01" >>/etc/iproute2/rt_tables -echo "default table mi-01 via SECGATEWAY" \ - >/etc/sysconfig/network-scripts/route-eno8 -echo "from SECGATEWAY table mi-01" >/etc/sysconfig/network-scripts/rule-eno8 +#SIR#echo -e "1024\tmi-01" >>/etc/iproute2/rt_tables +#SIR#echo "default table mi-01 via SECGATEWAY" \ +#SIR# >/etc/sysconfig/network-scripts/route-eno8 +#SIR#echo "from SECGATEWAY table mi-01" >/etc/sysconfig/network-scripts/rule-eno8 # try to get access to the screen: #exec < /dev/tty6 > /dev/tty6 -- cgit v1.1