July 17, 2018
3:51 p.m.
On Tue, 17 Jul 2018 18:35:15 +0530, jitendra kumar khasdev said:
Can netpoll apis send data over the internet. It worked for me in local network but when I try to send data over server which is in cloud not able to send it.
Can anybody help me out ?
If it works over the local net, time to do the standard network debugging: Does ping work to/from your cloud target? Does traceroute look sane? Does ssh/scp work? Are your routing tables correct at both ends? Is a firewall blocking it somewhere? Does 'netstat' show a program listening for your packets at the far end?