You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the first block above, could we do this connections in v6 if v4 was not defined for a host?
Or possibly simpler, could we switch this to IPv6?
The text was updated successfully, but these errors were encountered:
Currently all our supernodes support ipv4 anyways. So there was no need to support ip6gre or ip6gretap yet.
Well, let me introduce you to our new sn03...
Not directly. In systemd, ip6gre and ip6gretap are different interface types. See man systemd.netdev.
That I know, you've shown me that before I think.
I'd propose we configure ipv6 gre(tap)s between sn03 and an exitnode, and if we get thaat working, rewrite that part in ansible, to configure IPv6 tunnels between the super and exitnodes and use v4 as fallback.
Or do you expect performance issues if we let them work their traffic via v6 instead of v4?
I'd really like the Idea of not having mandatory v4 addresses for our supernodes.
Regarding sn03: it won't have IPv4 for the duration of the testphase (six weeks starting yesterday) but will likely have it later.
Currently the field
ip4
in group_vars/all/nodes.yml is mandatory for the supernode role regarding gre- and gt-netdevs:on the exitnodeside their pendants:
similarly
each with corresponding ferm parts:
and
Looking at the first block above, could we do this connections in v6 if v4 was not defined for a host?
Or possibly simpler, could we switch this to IPv6?
The text was updated successfully, but these errors were encountered: