Questions tagged [ipv6]

Use this tag for any discussion relating to the IPv6 addressing system. This can include 4to6 conversion, or devices that do or do not support IPv6 addressing.

Use this tag for any discussion relating to the IPv6 addressing system. This can include 4to6 conversion, or devices that do or do not support IPv6 addressing.

41 questions
38
votes
6 answers

IPv6 connectivity

Is IPv6 connectivity supported on the Raspberry Pi? If yes, is it enabled by default/how do I turn it on?
user13
3
votes
2 answers

Cannot connect to my Pi over SSH from IPv4 to IPv6

I am trying to set my Raspberry Pi as a server at home using IPv6. At home I have a dual stack. I need to know how can I connect from outside internet IPv4 (Client) to IPv6(Server at home) via SSH. So much I have seen multiple threads about the…
the_Begin
  • 137
  • 1
  • 3
3
votes
1 answer

Does appending ipv6 to /etc/modules enable IPv6 at boot?

Apparently, I can enable IPv6 in two ways. To test, I first confirm it's not enabled currently. $ ping6 -c 1 ::1 socket: Address family not supported by protocol I then enable it immediately $ sudo modprobe ipv6 And ping6 -c 1 ::1 now works. To…
Sparhawk
  • 683
  • 4
  • 18
  • 34
3
votes
1 answer

IPv6 setup issues, pls help

I'm trying to setup my ipv6 on my raspberry pi 4. Now when I reboot it with fritzbox set to 6to4 I can't access my raspberry any more from my network (ssh, webmin etc). Additionally I can't access the pi any more with wlan0. On the other side the…
Marc
  • 78
  • 6
2
votes
1 answer

Raspberry can only reach IPv6 sites

I have a Raspberry Pi 3 Model B (with Raspbian Stretch Lite installed) connected to my laptop by Ethernet using a static IP address (network: 192.168.128.0). I can access it through ssh without any problems. Both Raspi and Laptop are connected to my…
Patrick Bucher
  • 171
  • 1
  • 1
  • 8
2
votes
1 answer

IPv6 DAD Failures on RPi3

I tried configuring IPv6 over the included WiFi interface on a Raspberry PI v3 using the latest Raspbian/Jessie. Unfortunately, this fails because I get DAD (duplicate address detection) failures. dmesg shows the following message: IPv6: wlan0: IPv6…
user1202136
  • 151
  • 4
2
votes
2 answers

Access camera via IP6 router on rpi3

I have set up a motion camera in rpi3 running jessie. When I tried to access it from local network it works fine i.e. http://localIP:8081 The issue now is that I'm trying to access it from outside. My router doesn't have port forwarding options…
Keogh
  • 21
  • 1
2
votes
1 answer

ipv6 stopped working, how can I fix it?

I have tried: modprobe ipv6 Which returns modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.21-v7+/modules.dep.bin' It has worked until today after I rebooted my pi. I ran an update…
Panda
  • 31
  • 2
2
votes
1 answer

Why doesn't IPv6 over SLIP work?

The goal I'm attempting to connect two Raspberry Pi's together using IPv6 over SLIP but it's not quite working. Here's what I've done: The attempt Both Pis are Model B running Jessie and the same process was applied to both. First, I edited the…
Edward
  • 961
  • 1
  • 6
  • 25
2
votes
5 answers

How to find out my Raspberry Pi IPv6 address in local area network?

My Raspberry Pi runs ArchLinux and since I enabled IPv6 in our local router config, the pi only fires up an IPv6 connection in LAN. But I have trouble to find out the address. Once I connected a display and found out the address is…
q9f
  • 221
  • 3
  • 4
  • 11
2
votes
1 answer

dchpcd[PID]: eth0: {IPV6} is unreachable, expiring it

I have a small python script that uses Requests and simply does a GET request from an api to pull data. This script works fine on my computer and fine on a pi A, but not on the actual Pi B that I'm trying use it with. Basically the script fails…
Frankenmint
  • 123
  • 4
2
votes
1 answer

Pi Zero v1.3 running Raspberry Pi OS Lite only has a Link-local ipv6 address

I am trying to get an IPv6 IP that allows me to access my Pi Zero from other devices, specifically for Pi-Hole DNS. I would like to use this IP in the settings of my router to replace the default IPv6 DNS. Currently when running "ifconfig" Pi…
Terrails
  • 41
  • 2
2
votes
1 answer

Setting up Raspberry Pi as an access point for IPv4 and IPv6

I setup my pi using this guide (NAT version): Setting up a Raspberry Pi as an access point - the easy way For IPv4 this worked like a charm. The problem is, that I cannot get IPv6 to work as well. My Pi itself has a static IPv6 address assigned…
witchent
  • 31
  • 1
  • 5
1
vote
1 answer

Ping 'Realm local all Thread nodes' multicast

I'm using rpi3 with raspbian to set up an OpenThread Borderrouter. For my application, I need to ping the 'Realm local all thread nodes' multicast address. Unfortunately, I get an error when doing that. RPi: pi@raspberrypi:~ $ip a 4: wpan0:…
Jon V
  • 131
  • 4
1
vote
0 answers

How to setup 6rd?

How to setup 6rd on a Raspberry Pi? The ISP router doesn't have the option of it enabled and the other router I have doesn't really work behind NAT (just using it as an access point right now). I've NAT enabled in my ISP router.
1
2 3