Hi Alex,
Have you, by any chance, confirmed that those changes are safe to proceed with.
I am trying a similar usecase: sharing Ethernet connection to Internet through PPP link by enabling NAT. However, I am facing difficulties to achieve this, as the changes you mentioned does not help and the ...
Search found 2 matches
- Fri Dec 09, 2022 7:47 am
- Forum: ESP-IDF
- Topic: Confirm Correct Usage
- Replies: 1
- Views: 2940
- Wed Nov 23, 2022 4:35 pm
- Forum: ESP-IDF
- Topic: Problem when enabling/disabling NAT on esp-idf 4.3.2
- Replies: 1
- Views: 3501
Re: Problem when enabling/disabling NAT on esp-idf 4.3.2
Hi,
Most probably, your interface is either not up yet, or it has not been allocated an IP address. Quick workaround would be to sleep for a couple of seconds (until interface is up and DHCP allocates an IP address to it). Better solution would be to check the status of the interface using esp ...
Most probably, your interface is either not up yet, or it has not been allocated an IP address. Quick workaround would be to sleep for a couple of seconds (until interface is up and DHCP allocates an IP address to it). Better solution would be to check the status of the interface using esp ...