Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when network connection is outside localnet #91

Closed
wasi54 opened this issue Jul 29, 2018 · 1 comment
Closed

Problem when network connection is outside localnet #91

wasi54 opened this issue Jul 29, 2018 · 1 comment

Comments

@wasi54
Copy link

wasi54 commented Jul 29, 2018

Hi
I am using Theo Arends @arendst great tasmota software with the development version of platform-espressif8266. Some of the devices are connected via VPN over 3-5 hopps and i can not open the website of those. Ping and other network connection is working fine.
If i test the same devices on the local network, also the website can be reached. If i compile with core 2.3.0 it works also over VPN. Ist this already known? Any idea or advice to solve this issue? Additonal build flags?

Thanks in advance

build.log

platformio.ini.txt

@wasi54
Copy link
Author

wasi54 commented Jul 29, 2018

I found it!
It works with

-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY v2 Lower Memory
or
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH v2 Higher Bandwidth

but not with:
-D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH v1.4 Higher Bandwidth (default)

@wasi54 wasi54 closed this as completed Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant