-
Notifications
You must be signed in to change notification settings - Fork 4
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
No external connectivity #3
Comments
Oof it's been a long time ago that I have used this config myself but I'll give it a shot. I'll need
|
Hi, sorry - it took me a few days to plug it back in. Here are the relevant details:
{
imports =
[
# Include the results of the hardware scan.
./hardware-configuration.nix
# Share wifi over ethernet
# https://github.com/stanipintjuk/nixos-router
(import /home/oliver/nix/nixos-router/mkRouter.nix {
internalInterface = "enp0s31f6";
externalInterface = "wlp0s20f3";
})
];
# --snip--
}
Let me know if you have any idea what might be going on. Thanks! |
Sorry for late response I don't see an immediate problem anywhere. Your interface wlp0s20f3 looks interesting though. Are you on a VPN? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
Thanks for sharing your work! I'm trying to share wifi from my laptop to a raspberry pi, as you did.
When I connect the two devices via an ethernet cable, they can ping each other, but neither device can access the internet. Not even when I use
curl
's--interface
flag from my laptop.Any idea what might be going on here?
Thanks,
Oliver
The text was updated successfully, but these errors were encountered: