Connection working properly. This is server side.
192.168.88.0/24 is network from remote network.6 ADC 172.16.0.0/24 172.16.0.1 bridge 0
7 A S 192.168.88.0/24 <l2tp-kam> 1
8 ADC 192.168.100.100/32 192.168.100.20 <l2tp-kam> 0
But l2tp-kam is dynamic so if client-server lost connection and then succusfully reconnect there are these routes.
192.168.88.0/24 has uknown gateway because l2tp was disconnect and interface l2tp-cam is missing.6 ADC 172.16.0.0/24 172.16.0.1 bridge 0
7 S 192.168.88.0/24 *F0076C 1
8 ADC 192.168.100.100/32 192.168.100.20 <l2tp-kam> 0
After reconnection this route staying with uknown gateway.
I have to fix it with add route via l2tp-cam manually.
If I used l2tp server with ROS7 there is no such problem, this issue is on the ROS6 inly.
How can I fix it?
I`ve thought I have to make bridge (e.g cambridge) and I have to add interface list (e.g. CAM) a this inteface list has interface l2tp-cam so then I tried to add route 192.168.88.0/24 via cambridge....but I `won`t able to ping any Ip from 192.168.88.0/24.