-->
Page 1 of 3

wget not working

PostPosted: Fri Feb 10, 2017 7:52 am
by kingedem
wget not working - ESP Basic 3.0.Alpha 66

Re: wget not working

PostPosted: Mon Feb 13, 2017 12:11 pm
by kingedem
Just observed, wget working only in local LAN network but does not work for wan internet. I was not fetching IP with this below code:
Print wget("axelta.com/getip.php")

Re: wget not working

PostPosted: Mon Feb 13, 2017 1:57 pm
by Electroguard
You could try your wget instruction using axelta.com IP address rather than its name, which could show up a DNS problem.
If you can't reach ANY external internet sites - but other local networked machines can - it could suggest problems with the nodes local settings, perhaps an incorrect default gateway address.

Re: wget not working

PostPosted: Mon Feb 13, 2017 8:58 pm
by kingedem
I tried with IP as well, but, It did not work.