New question #231116 on rohc: https://answers.launchpad.net/rohc/+question/231116
hi, i have setup a scenario : - 2 VM with centos 6.3 - rohc 1.6 - iprohc0.6 followed the instructions on wiki : http://rohc-lib.org/wiki/doku.php?id=iprohc-run both vm are in same network : - server: 192.168.1.100 - client : 192.168.1.99 everything works fine : connection, ping, i see traces in log now , i move the server VM to a remote public location with public IP : x.x.x.x the client remains same (behind a ADSL modem) i reconnect : link is connected , ping between client and x.x.x.x works no firewall is activated but i cannot ping the tunnel : 192.168.42.1 from client ping just freeze : no response. what can be the problem? server log : Jun 21 07:16:40 ROHC iprohc_server[2196]: server is now ready to accept requests from clients Jun 21 07:16:40 ROHC iprohc_server[2196]: Initializing routing thread Jun 21 07:16:40 ROHC iprohc_server[2196]: Initializing routing thread Jun 21 07:17:07 ROHC iprohc_server[2196]: new connection from y.y.y.y:60449 Jun 21 07:17:08 ROHC iprohc_server[2196]: TLS handshake succeeded Jun 21 07:17:09 ROHC iprohc_server[2196]: [y.y.y.y] Connection asked, negotating parameters Jun 21 07:17:09 ROHC iprohc_server[2196]: [y.y.y.y] Connection asked, negotating parameters (proto version 1, asked packing : 0) Jun 21 07:17:09 ROHC iprohc_server[2196]: [y.y.y.y] Connection started by client please define a callback for compressor traces [rohc_comp.c:1101 rohc_comp_set_wlsb_window_width()] width of W-LSB sliding window set to 4 [rohc_comp.c:1158 rohc_comp_set_periodic_refreshes()] IR timeout for context periodic refreshes set to 1700 [rohc_comp.c:1160 rohc_comp_set_periodic_refreshes()] FO timeout for context periodic refreshes set to 700 [rohc_comp.c:1584 rohc_comp_add_rtp_port()] port 1234 added to the UDP port list for RTP traffic [rohc_comp.c:1584 rohc_comp_add_rtp_port()] port 36780 added to the UDP port list for RTP traffic [rohc_comp.c:1584 rohc_comp_add_rtp_port()] port 33238 added to the UDP port list for RTP traffic [rohc_comp.c:1584 rohc_comp_add_rtp_port()] port 5020 added to the UDP port list for RTP traffic [rohc_comp.c:1584 rohc_comp_add_rtp_port()] port 5002 added to the UDP port list for RTP traffic [rohc_comp.c:2962 c_create_contexts()] create enough room for 16 contexts (MAX_CID = 15) on client, ip -4 address show : 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN inet 127.0.0.1/8 scope host lo 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 inet 192.168.1.99/24 brd 192.168.1.255 scope global eth0 8: iprohc: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500 inet 192.168.42.11/24 scope global iprohc -- You received this question notification because you are a member of ROHC Team, which is an answer contact for rohc. _______________________________________________ Mailing list: https://launchpad.net/~rohc Post to : [email protected] Unsubscribe : https://launchpad.net/~rohc More help : https://help.launchpad.net/ListHelp

