Question #227954 on rohc changed: https://answers.launchpad.net/rohc/+question/227954
Atik posted a new comment: Hi, This is what i did on server i simply run ./iprohc_server ( make sure ipaddr: 172.31.4.1 or any private IP like 192.168.1.0/24 ) then on client PC run following ./iprohc_client --remote XXX.XXX.XXX.XXX ( server public IP ) --port 5000 --dev ROHC0 --debug --p12 /etc/server.p12 ( i used port: 5000 on my iprohc_server.conf ) once its connected check if its up by ifconfig command both server & client First client will get IP of 172.31.4.11 ( or 192.168.1.11 if you configure this ip range ) you can ping server from client "ping 172.31.4.1" or ping client from server "ping 172.31.4.11" Regards Atik -- 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

