diff options
-rw-r--r-- | ks-template/hw/supermicro/SYS-5018D-FN8T/dtn-10g.ks | 8 |
1 files 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 |