Troubleshooting Anyconnect BB10 client, It connects but pinging fails. Other clients work fine.

Ok I seem to be getting closer to the issue. Since The QNX platform uses Netbsd network utils. I looked the routing table for BB10 device and these are the results.

Routing tables

Internet: Flags default 29.97.44.192 UH default 10.0.0.9 UH default 10.0.0.9 UG default 10.112.128.1 UG default 29.97.44.192 UG 10.0.0.9 127.0.0.1 UH 10.112.128.0/17 link#17 U 10.112.128.1 Mac address UHL 10.112.132.48 Mac address UHL localhost.localdom 127.0.0.1 UH

And here is the problem when I do route get here is the results.

route -n get 8.8.8.8

route to: 8.8.8.8 dest. : default mask : default gw : 10.0.0.9 local addr: 10.0.0.9 interface: anyconnnect0

route -n get 192.168.2.253 route to: 192.168.2.253 dest. : default mask : default gw : 10.0.0.9 local addr: 10.0.0.9 interface: anyconnnect0

So the problem is that the split is not getting pushed down to BB10 but instead it modify default Gateway to 10.0.0.9 which is very wrong.

/r/Cisco Thread Parent