bluerobotics / bluerobotics/BlueOS
no connectivity over ipv6
- Dominant language
- Vue
- Stars
- 453
- Forks
- 151
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 174
Description
While this is likely an issue with my modem/ISP. it should be better handled.
for now, I did this:
`sudo nano /etc/sysctl.conf`
append the following lines to turn off ipv6:
```
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
```
run `sudo sysctl -p` to take effect or just reboot.
from https://raspberrypi.stackexchange.com/a/78278
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the IPv6 connectivity problem on BlueOS hardware and compare behavior with IPv6 disabled through /etc/sysctl.conf and sudo sysctl -p. Trace how the system currently handles network configuration, then define done as handling the failure without requiring users to manually disable IPv6.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, raspberry-pi
- Domain
- embedded-iot, networking, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100