diff options
| author | Jon Clausen <jac@nordu.net> | 2018-09-04 14:20:17 +0200 | 
|---|---|---|
| committer | Jon Clausen <jac@nordu.net> | 2018-09-04 14:20:17 +0200 | 
| commit | 19a74883609d30cdfce4852fd4915cf51ad912d5 (patch) | |
| tree | 838c4e15ba713b33af86372bd4cd37af163f9f6f | |
| parent | 7560a675c170b57fdcd9fab7f73cd6e04f022615 (diff) | |
ip rule stuff disabled, for scriptable enabling
| -rw-r--r-- | ks-template/hw/dell/R7425/100g-dtn.ks | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks index c8ad03d..82cf4ef 100644 --- a/ks-template/hw/dell/R7425/100g-dtn.ks +++ b/ks-template/hw/dell/R7425/100g-dtn.ks @@ -74,10 +74,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-p7p1 -echo "from SECGATEWAY table mi-01" >/etc/sysconfig/network-scripts/rule-p7p1 +#SIR#echo -e "1024\tmi-01" >>/etc/iproute2/rt_tables +#SIR#echo "default table mi-01 via SECGATEWAY" \ +#SIR#  >/etc/sysconfig/network-scripts/route-p7p1 +#SIR#echo "from SECGATEWAY table mi-01" >/etc/sysconfig/network-scripts/rule-p7p1  # try to get access to the screen:  #exec < /dev/tty6 > /dev/tty6 | 
