Quantcast
Channel: MultiTech Developer Resources » All Posts
Viewing all articles
Browse latest Browse all 7111

Cellular connection timed out on HTTP Request

$
0
0

Hi,
I have an AEP Conduit and my Cellular PPP Link is up.
When I ping, all is OK :

ping google.com
PING google.com (172.217.23.78) 56(84) bytes of data.
64 bytes from mil04s22-in-f78.1e100.net (172.217.23.78): icmp_seq=1 ttl=48 time=626 ms
64 bytes from mil04s22-in-f78.1e100.net (172.217.23.78): icmp_seq=2 ttl=48 
^C
--- google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3188ms
rtt min/avg/max/mdev = 368.312/475.283/626.470/101.540 ms

But when I want to curl or wget I have “Connection timed out”

admin@mtcdt:~# wget --spider http://www.google.com/
Spider mode enabled. Check if remote file exists.
--2016-12-22 16:05:02--  http://www.google.com/
Resolving http://www.google.com... 74.125.206.147, 74.125.206.104, 74.125.206.99, ...
Connecting to http://www.google.com|74.125.206.147|:80... failed: Connection timed out.

With Node-red I’m able to catch SMS but not Send and if I send an HTTP Request debug tell me “Error: connect ETIMEDOUT…”.

Could anyone help me to find the problem ?
Thank you.

P.S. Sorry for my english :)


Viewing all articles
Browse latest Browse all 7111

Trending Articles