still not working
local network works, since web server example works. local network has Internet access. So it must be a wrong or missing IP in Arduino code.
local network
Laptop Ethernet: 192.168.1.170
mask: 255.255.255.0
gateway:192.168.1.1
Arduino Ethernet: 192.168.1.177
mask: 255.255.255.0
gateway:192.168.1.1
3G dongle:
local IP: 192.168.1.1
mask: 255.255.255.0
dynamic IP: 10.x.x.x
mask: 255.255.255.248
gateway:10.x.x.x
DNS: 193.189.244.x
or 193.189.244.y
what should I put in Arduino code exactly? I tried already many (even the clearly wrong ones) and nothing worked.. But I might have overseen something ![]()