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

Fix in "testenv.sh": Need to disable 'disable_ipv6' sysctl to allow ipv6 address assignment. #143

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ashguptablr
Copy link

@ashguptablr ashguptablr commented Aug 7, 2020

I have Ubuntu:20.04 based Docker environment where I am going over tutorial.
I have installed all required tools.
While going over basic02 module, I tried using “testenv.sh setup” which failed
In assigning ipv6 address to veth end.
It’s because default sysctl "net.ipv6.conf.all.disable_ipv6" has value "1".

This is the actual failed log (ran with bash -x”):


  • ip addr add dev veth-basic02 fc00:dead:cafe:1::1/64
    RTNETLINK answers: Permission denied <<<<<<<<<<<<<<<<<<

After disabling "disable_ipv6", testenv setup ran successfully.

Please merge it in master if change make sense.

@ashguptablr ashguptablr changed the title Fix in"testenv.sh": Need to disable 'disable_ipv' sysctl to allow ipv6 address assignment. Fix in"testenv.sh": Need to disable 'disable_ipv6' sysctl to allow ipv6 address assignment. Aug 7, 2020
@ashguptablr ashguptablr changed the title Fix in"testenv.sh": Need to disable 'disable_ipv6' sysctl to allow ipv6 address assignment. Fix in "testenv.sh": Need to disable 'disable_ipv6' sysctl to allow ipv6 address assignment. Aug 7, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant