On 3 January 2017 at 21:45, SS <
1breaki...@gmail.com> wrote:
> Wondering if anyone can offer advice or point me to a good link:
>
> I want to reliably access an ESP8266 at home over the internet, so gather I
> need to get a static IP address from my ISP and forward a port on my
> [TP-Link Archer D2] router.
That would be one way to do it, but you are putting all of the
security burden onto the ESP8266 which is less than ideal for the
task. You are probably better off setting up your router to accept a
VPN connection, this would allow a remote computer running a suitably
configured VPN client to access your home network as though it was
directly connected to it. All of the security is handled in the router
and VPN client, so there is no requrement to add anything to your
ESP8266 code to stay safe.
Nigle