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

USB CDC 4G Modem - Port Forwarding (AEGHB-435) #304

Open
aman-K14 opened this issue Oct 19, 2023 · 1 comment
Open

USB CDC 4G Modem - Port Forwarding (AEGHB-435) #304

aman-K14 opened this issue Oct 19, 2023 · 1 comment

Comments

@aman-K14
Copy link

Hello,

This issue is in continuation with a previously discussed issue.
USB CDC 4G MODEM - SPEED ISSUE (AEGHB-412) #298

I am using ESP32S3-WROOM1-N16R8 with my 4G modem(N58 module - https://www.neoway.com/products/wireless-communication/823.html). Same setup as mentioned in issue AEGHB-412(#298)

When I connect 2 host to the my ESP access point, i am able to ping 1st host from the 2nd host using local ip assigned by ESP32 but when I try to ping the public IP of the ESP32 from a separate device, which on a different network, I am not able get any response. I believe this is because port forwarding is not enabled .
How can I enable port forwarding? my end goal is to be able to access my esp32 and its connected hosts/node, from a separate WAN network.

Thanks,
Aman

@github-actions github-actions bot changed the title USB CDC 4G Modem - Port Forwarding USB CDC 4G Modem - Port Forwarding (AEGHB-435) Oct 19, 2023
@leeebo
Copy link
Collaborator

leeebo commented Oct 19, 2023

@aman-K14 Devices in the ESP32 LAN can access the public IP through NAT. However, it is impossible for public network devices to access devices under ESP32 LAN (not invisible). If you want to achieve similar functions, you may need to use a third-party server. Please refer https://en.wikipedia.org/wiki/NAT_traversal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants