Page MenuHomeDevCentral

Setup native IPv6 connectivity on web-001
ClosedPublic

Authored by dereckson on May 7 2023, 12:54.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 18:41
Unknown Object (File)
Thu, Apr 18, 02:50
Unknown Object (File)
Sun, Apr 14, 15:35
Unknown Object (File)
Tue, Apr 9, 17:13
Unknown Object (File)
Thu, Apr 4, 02:21
Unknown Object (File)
Wed, Apr 3, 13:25
Unknown Object (File)
Tue, Apr 2, 21:45
Unknown Object (File)
Thu, Mar 28, 23:05
Subscribers
None

Details

Summary

OVH provides native IPv6 at gra2, so we don't need a HE tunnel.

Routing is slightly more complex as the gateway does NOT belong to our range,
we use a similar configuration than IPFO with two routes, the first to reach
the gateway, the second default one through that gateway.

To determine if we're in such case can be done with code introduced in D3077.

On FreeBSD, to find the gateway through NDP (neighbor discovery protocol)
produces until 13.1 the following error (here with ping):

ping6: sendmsg: No buffer space available
ping6: wrote www.google.com 16 chars, ret=-1

As such, this routing "as is" without any NDP fix requires FreeBSD 13.2+
to benefit from https://reviews.freebsd.org/D23695 change.

References:

Ref T1853

Test Plan
  • deploy on a machine using HE tunnel, should be no-op
  • deploy on a machine not using IPv6, should be no-op
  • deploy on web-001, should change /etc/rc.conf.d/routing/ipv6

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

netif_ipv6.rc should also be configured to assign statically the IP, instead of using accept_rtadv

This revision is now accepted and ready to land.May 8 2023, 00:14
This revision was automatically updated to reflect the committed changes.