Hello OpenBSD users,
I have a server at Hetzner, but IPv6 is not working. IPv4 is all fine.
My Net: 2a01:4f8:160:XXXX:: 64
I tried this configuration:
hostname.re0
--------------------------------------------
# IPv4
...
# IPv6
inet6 2a01:4f8:160:XXXX::2 64
inet6 alias 2a01:4f8:160:XXXX::80 64
inet6 alias 2a01:4f8:160:XXXX::25 64
!route add -inet6 default fe80::1%re0
mygate
--------------------------------------------
176.9.YY.65
fe80::1
2a01:4f8:160:XXXX::1
pf.conf
--snip--------------------------------------
# for testing
pass inet6 proto icmp6
pass in on $if inet6 proto udp from any to any port 33433 >< 33626 keep
state
--snip---
$ ifconfig -A
...
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 54:04:a6:b4:XX:XX
priority: 0
groups: egress
media: Ethernet autoselect (1000baseT full-duplex)
status: active
... some IPv4 ...
inet6 fe80::5604:a6ff:feb4:99c2%re0 prefixlen 64 scopeid 0x1
inet6 2a01:4f8:160:XXXX::2 prefixlen 64
inet6 2a01:4f8:160:XXXX::80 prefixlen 64
inet6 2a01:4f8:160:XXXX::25 prefixlen 64
...
$ ping6 fe80::1%re0
PING6(72=40+8+24 bytes) fe80::5604:a6ff:feb4:99c2%re0 --> fe80::1%re0
32 bytes from fe80::1%re0, icmp_seq=0 hlim=64 time=1.408 ms
...
$ ping6 2a01:4f8:160:XXXX::1
PING6(72=40+8+24 bytes) 2a01:4f8:160:XXXX::2 --> 2a01:4f8:160:XXXX::1
^C
--> not working
$ ping6 ipv6.google.com
PING6(72=40+8+24 bytes) 2a01:4f8:160:XXXX::25 --> 2a00:1450:4001:80c::1002
^C
--> not working
pftop while ping:
ipv6-icmp Out 2a01:4f8:160:XXXX::2[3709] 2a01:4f8:160:XXXX::1[128]
NO_TRAFFIC:NO_TRAFFIC ... Rule 125
ipv6-icmp Out 2a01:4f8:160:XXXX::2[27870] 2a01:4f8:160:XXXX::1[135]
NO_TRAFFIC:NO_TRAFFIC ... Rule 125
Rule 125: pass inet6 proto icmp6
I dont know how to fix it. This is my first try with IPv6. Sorry when I
did a silly mistake.
I use 5.7 current on amd64.
Thank you all for your help.
-Heiko