Hi all,<br><br>I'm trying some MOBIKE scenarios over UML (User Mode Linux) and it works when I send some ICMP messages. However, I'd like to do some tests with other traffic such as streaming or real time voice.<br>

<br>After establish a MOBIKE session, I've sent UDP traffic by means of IPERF and TCP by copiying a directory using the SCP command. Traffic goes through the tunnel but when I disable the current interface the traffic goes through other available interface but not through the tunnel prevously established. I've checked charon.log and it seems that MOBIKE works correctly.<br>

<br>This is the client's charon.log<br><blockquote>05[IKE] CHILD_SA mobike{1} established with SPIs c30a0368_i cc0eb9e6_o and TS <a href="http://192.168.100.20/32">192.168.100.20/32</a> === <a href="http://192.168.100.10/32">192.168.100.10/32</a> <br>

05[IKE] received AUTH_LIFETIME of 3398s, scheduling reauthentication in 3218s<br>05[IKE] peer supports MOBIKE<br>10[KNL] interface eth0 deactivated<br>10[KNL] fe80::fcfd:ff:fe00:300 disappeared from eth0<br>01[IKE] requesting address change using MOBIKE<br>

01[ENC] generating INFORMATIONAL request 2 [ N(ADD_4_ADDR) ]<br>01[IKE] checking original path 192.168.100.21[4500] - 192.168.100.10[4500]<br>01[NET] sending packet: from 192.168.100.21[4500] to 192.168.100.10[4500]<br>09[NET] received packet: from 192.168.100.10[4500] to 192.168.100.21[4500]<br>

09[ENC] parsed INFORMATIONAL response 2 [ ]<br>09[KNL] received netlink error: No such process (3)<br>09[KNL] error uninstalling route installed with policy <a href="http://192.168.100.10/32">192.168.100.10/32</a> === <a href="http://192.168.100.20/32">192.168.100.20/32</a> fwd<br>

09[ENC] generating INFORMATIONAL request 3 [ N(UPD_SA_ADDR) N(NATD_S_IP) N(NATD_D_IP) N(COOKIE2) ]<br>09[NET] sending packet: from 192.168.100.21[4500] to 192.168.100.10[4500]<br>15[NET] received packet: from 192.168.100.10[4500] to 192.168.100.21[4500]<br>

15[ENC] parsed INFORMATIONAL response 3 [ N(NATD_S_IP) N(NATD_D_IP) N(COOKIE2) ]<br></blockquote><br>Has anyone test MOBIKE with application layer traffic? <br><br>Best regards.<br>