-
Notifications
You must be signed in to change notification settings - Fork 103
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
Not working with OVH & Proxmox #81
Comments
I just stumbled across this issue and gonna chip in with a few comments since I've also been using ndppd with OVH for quite a few years now. First of all, if you're talking about OVH I assume you mean their dedicated server offerings (which your gateway addresses align with). Note that some newer DCs switched to routed setups so using ndppd isn't even necessary in some instances, however I am also assuming you're using this on the older infra that still uses NDP for address resolution. Second, I see you've masked out your address in the logs, however looking at them I see this:
Assuming you used search&replace you either used vi(m) without a trailing That said, please don't set up your IPs like that.
(which now that I read the debug log probably also means that your config had the wrong interface specified too.?) Now taking the above and going one step further; you seem to be setting the gateway for the containers statically, I would recommend just running radvd (or something like it) and telling the containers to Summarizing; I see a few issues with the configuration and logs you've posted (specifically the interface in the config as well as the mismatched addresses) that leads me to believe this was actually a configuration error rather than an issue with nddpd. Either way I've had a bunch of hosts with such a bridge&nddpd setup running with OVH (and others) at different DCs and whatnot, and for me it all worked fine on every single one of them, so if you have some issues there I'd be happy to help if you ever want to get that stuff sorted out. Edit: also a subtle but very huge thanks to everyone who works or worked on ndppd, it's saved me so many headaches <3 |
Hi,
Idk why but ndppd doesnt write adverts to OVH gateway and I'm unable to use IPv6 inside LXC containers.
My sysctl.conf on the host:
Host network configuration:
Guest network configuration:
Host -> gateway works
Host -> global IPv6 works
Host -> Guest works
Guest -> gateway doesn't work
Guest -> global IPv6 doesn't work
Guest -> Hsot works
The text was updated successfully, but these errors were encountered: