diff options
| author | Jon Clausen <jac@nordu.net> | 2018-09-04 13:56:17 +0200 | 
|---|---|---|
| committer | Jon Clausen <jac@nordu.net> | 2018-09-04 13:56:17 +0200 | 
| commit | 7560a675c170b57fdcd9fab7f73cd6e04f022615 (patch) | |
| tree | ba979c3b3038984f8eacd871f73cfa4b57fc446a | |
| parent | 3cae47e64ee2a1b19b55d0b5d16f7a4e2217bebc (diff) | |
ip rule stuff disabled, for scriptable enabling
| -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 | 
