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

IPv6 routes via /etc/network/routes only works on redhat #163

Open
igalic opened this issue May 7, 2016 · 0 comments
Open

IPv6 routes via /etc/network/routes only works on redhat #163

igalic opened this issue May 7, 2016 · 0 comments

Comments

@igalic
Copy link
Contributor

igalic commented May 7, 2016

redhat directly uses ip. debian uses ifupdown-extra. a byzantine set of scripts:

igalic@app02 ~> sudo -H ifdown eth0; sudo -H ifup eth0
Waiting for DAD... Done
/etc/network/if-up.d/00check-network-cable: 72: local: detected:: bad variable name
run-parts: /etc/network/if-up.d/00check-network-cable exited with return code 2
arping: unknown host 2a01:4f8:211:9d6::36
igalic[1082]: ERROR: Duplicate address 2a01:4f8:211:9d6::36 assigned in the network where eth0 is connected to.
2a01:4f8:211:9d6:53::: Unknown host
arping: unknown host 2a01:4f8:211:9d6::2
igalic[1097]: ERROR: Cannot find default gateway 2a01:4f8:211:9d6::2 in the network where eth0 is connected to
igalic@app02 ~>

so IPv6 doesn't actually work on debian. The way to do that in debian would be, again, through network/interfaces. (which, again, uses ip)

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

No branches or pull requests

1 participant