I’ve tried a search on the forums, but wasn’t able to find a solution for my issue. Hope I didn’t miss any threads.
I’m reinstalling/redesigning my local network and since I’ve got native ipv6 through my ISP, I figured I’d try to use as many internal services through ipv6, starting with ssh. However, I’ve hit a wall on the first hurdle.
I’m running Tumbleweed on 2 Pi2’s and an old laptop as servers. My workstation is a Garuda Linux/Windows 10 box (dual boot). The Tumbleweed boxes run a default install, wicked as the network manager.
Weird stuff occurs:
The Tumbleweed boxes can ping each other on their ipv6 ip. They can resolve ipv6 outside the lan, but not ping it. They also can’t ping my workstation, neither when running Garuda or Windows 10.
# ping -6 opensuse.org
PING opensuse.org(proxy-nue.opensuse.org (2001:67c:2178:8::16)) 56 data bytes
--- opensuse.org ping statistics ---
14 packets transmitted, 0 received, 100% packet loss, time 13304ms
My workstation can resolve and ping outside the network (opensuse.org for instance), but not the three Tumbleweed servers:
PS C:\Users\user> ping -6 opensuse.org
Pinging opensuse.org [2001:67c:2178:8::16] with 32 bytes of data:
Reply from 2001:67c:2178:8::16: time=29ms
Reply from 2001:67c:2178:8::16: time=81ms
Reply from 2001:67c:2178:8::16: time=28ms
Ping statistics for 2001:67c:2178:8::16:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 28ms, Maximum = 81ms, Average = 46ms
Everything is connected to the same router, which hands out ipv6 addresses through dhcp. It’s like the workstation and the Tumbleweed boxes are isolated from each other somehow. I have no idea what is going on and what’s causing this.