From: Thomas PĂ©rennou (Viveris Technologie) Date: Wed, 18 Feb 2015 11:38:43 +0000 (+0100) Subject: Integration network route fix X-Git-Tag: debian_7.8.1~9^2~2 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=74ebc8afd300b2ea65f62f216724105259fe8ee0;p=debian6500.git Integration network route fix --- diff --git a/master/root/bin/conf_swm_integration.tcl b/master/root/bin/conf_swm_integration.tcl index a2e3a68..0afda89 100755 --- a/master/root/bin/conf_swm_integration.tcl +++ b/master/root/bin/conf_swm_integration.tcl @@ -31,7 +31,7 @@ expect -exact "#" { send "no shutdown\r" } expect -exact "#" { send "exit\r" } expect -exact "#" { send "ip route 192.168.$sub.0 255.255.255.0 Vlan192\r" } -expect -exact "#" { send "ip route 192.168.$sub.160 255.255.255.255 Vlan1\r" } +expect -exact "#" { send "ip route 192.168.$sub.160 255.255.255.255 10.133.28.160\r" } expect -exact "#" { send "ip route 192.168.$sub.101 255.255.255.255 Vlan10\r" } expect -exact "#" { send "ip route 192.168.0.0 255.255.255.0 192.168.$sub.230\r" } expect -exact "#" { send "exit\r" }