-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
How to set up native posix board to allow connections to the Internet? #24306
Comments
See https://docs.zephyrproject.org/latest/guides/networking/qemu_setup.html#setting-up-zephyr-and-nat-masquerading-on-host-to-access-internet for details. That guide talks about QEMU but the same things apply to native-posix. |
Hi @jukkar, After setting Thanks. |
The GW address is suppose to be your network gateway address, so 192.168.0.1 in this case. |
@jukkar Still not work. Any suggestion?
And zephyr native posix board arp got same MAC address for both 192.0.2.2 and 192.168.0.1.
Thanks. |
That does not look right. You have something wrong in your host setup but it is very difficult to debug this remotely via github issue. |
@jukkar |
Hi,
Socket HTTP GET Example require connections to the Internet. But how to do for native posix board? :)
Thanks!
The text was updated successfully, but these errors were encountered: