Hi there,
Some notes, helping those that also suffers with IPv6 on OVH's setup, especially with pfSense
{NETBLOCK}: 2001:41d0:xxxx:xxxx::/64
{GATEWAY}: 2001:41d0:xxxx:xxff:ff:ff:ff:ff
1) Create a gateway, let's call it "OVH-ipv6"
At the bottom, after opening the Advanced settings, there is an advanced setting that you want to enable:
**Use non-local gateway** (The explanation should explain....)
2) WAN Interface configured with static IP in {NETBLOCK}, select the gateway "OVH-ipv6" for the IPv6 default gateway
3) FreeBSD/pfSense (at least 2.4.2 & 2.4.2_1) seems to ignore the {GATEWAY}'s ICMP6, neighbor solicitation, and neither does it seem to request/solicit those NDP messages :frowning:
The solution (thus far for me):
**ndp -s 2001:41d0:xxxx:xxff:ff:ff:ff:ff 00:ff:ff:ff:ff:fc**
However, it seems that the actual traffic for the NDP originates from 2001:41d0:xxxx:xxff:ff:ff:ff:fe or 2001:41d0:xxxx:xxff:ff:ff:ff:fd, which necessitates some extra routing and ndp entries ;(
ndp -s 2001:41d0:xxxx:xxff:ff:ff:ff:fe 00:ff:ff:ff:ff:fc
ndp -s 2001:41d0:xxxx:xxff:ff:ff:ff:fd 00:ff:ff:ff:ff:fd
route add -inet6 ndp -s 2001:41d0:xxxx:xxff:ff:ff:ff:fe -iface {WAN_INT}
route add -inet6 ndp -s 2001:41d0:xxxx:xxff:ff:ff:ff:fd -iface {WAN_INT}
Problems:
This is assumed the MAC addresses of the OVH routers stays the same/similar.
/me wishes for **routed** IPv6 options from OVH ;(
pfSense, IPv6, virtualized on dedicated server
Related questions
- Blacklisted IP ranges by UCEPROTECTL3
37751
23.02.2021 09:08
- Hot to delete my account?
36006
29.07.2018 19:49
- Proxmox + opnsense
29969
19.07.2018 15:53
- Upcoming change: EFI System Partition over RAID1 for Linux installations
29965
08.10.2025 16:29
- Free easy to setup OpenWRT NAT firewall for OVH (c)ESXi dedicated hosts
29760
16.05.2022 07:18
- Network Resilience Improvement for LACP aggregation on OVHcloud Bare Metal Servers
28323
27.10.2025 11:21
- .iso install on IPMI very slow
27238
22.05.2018 11:14
- Purchased a dedicated server - Awaiting Validation on a Saturday
27170
19.05.2018 20:07
- KVM error, blank screen, not send Keys
27059
11.12.2021 11:45
- Can't cancel/return server
25263
25.06.2018 08:31