arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.2k stars 4.81k forks source link

Webinterface with(through) routing unavailable #3470

Closed Dees7 closed 6 years ago

Dees7 commented 6 years ago

HTTP interface unavailable through routing.

I can connect to ESP from local-net.

Also I have vpn-server on my router.There is routing used to connect between networks. In case I connect to vpn webinterface unavailable

To Reproduce

  1. Start OpenVPN server on Router
  2. Connect ESP to WiFi
  3. Connect Client from internet to openVPN server
  4. Try to open web-interface.

Expected behavior have Web-interface shown

Screenshots

screenshot_2018-08-13_08-35-27

Additional context Ping works well. Grafana (172.16.95.15) on RaspberyPi also works well in my scheme.

Frogmore42 commented 6 years ago

Before clicking the search box in the template, it is a good idea to actually do a search 😀

Core 2.4.1 is known to have issues. Core 2.4.0 is known to be bad. Core 2.3.0 is the current stable one and appears to even work over VPN.

https://github.com/arendst/Sonoff-Tasmota/issues/2663

Jason2866 commented 6 years ago

Maybe with core 2.4.2?

Frogmore42 commented 6 years ago

2.4.2 is supposed to be better, but not many people have tried it. PlatformIO just made an update, but not a release, that makes it possible to use 2.4.2. I have not had a chance to try it yet.

Dees7 commented 6 years ago

2.4.2 doesn't wok. 2.3.0 works well. Thanks.

Jason2866 commented 6 years ago

I am testing 2.4.2 (with VSC Platformio) on some devices since yesterday. Looks good so far, but i doesnt use it via VPN. I control my devices via a HA System. This System i can reach over a secure way...

ascillato2 commented 6 years ago

Closing this issue as Dees7 said that with 2.3.0 it worked. Thanks