/srv/irclogs.ubuntu.com/2021/03/02/#netplan.txt

davidharveyHi netplanners.  I've done a good doc scour but not been able to work this out yet..15:16
davidharveyIs there a way of configuring fallback behaviour for wired EAP-TLS connections?15:16
davidharveyi.e. if the certificate is broken or missing, or if the network doesn't support the expected auth type15:17
davidharveyWith network manager it would just hop to another configured network but i'm not clear how to replicate that behaviour15:18
slyonhey davidharvey, I think there is no functionality for handling any explicit fallback in this case. But if it works with NetworkManager, you should be able to define the "renderer: NetworkManager" backend and configure the required connections in your netplan config, so when NM starts doing its job (using the config generated via netplan) it should do the fallback as usual15:21
davidharveyThanks slyon. Just to be clear, this would then use multiple yaml files in /etc/netplan (with the same adapter defined) and NetworkManager would use them in place of the bits in /etc/NetworkManager/system-configurations/?15:24
slyonYes, it could be multiple YAML files in /etc/netplan, or a single YAML file defining multiple connections. Each connection will be rendered into a corresponding NM connection profile in /run/NetworkManager/system-connections/ and used instead of (or in parallel to) /etc/NetworkManager/system-connections15:26
slyonnetplan rendering happens if you execute "netplan --debug apply/generate" or on reboot15:26
davidharveyace thanks, will do some experimenting there and see how long it takes me to lock myself out of my remote rig. I do like `netplan try`!15:26
slyonYes. "netplan try" should be useful in this case! Good luck ;D15:27
PeGaSuSI'm probably being too stupid, but how do I assign two IPv6 address to gateway6?17:42
kjetilhoyou don't want two default routes17:44
PeGaSuSdoes this looks okay? https://paste.ubuntu.com/p/CYnRtmkCGV/18:11
PeGaSuStrying to use a HE tunnel18:11
PeGaSuSat least `netplan try` accepted the config18:14
davidharveyMaking progress but despite  /etc/netplan/*.yaml all containing NetworkManager as renderer. in /run/netplan/intname.yaml networkd is still overuling things. How is the yaml under /run/netplan/ usually generated?18:15
PeGaSuSmy issue/question is if I need to add the gateway from the tunnel also18:21
PeGaSuSI mean, to the ethernets, because it is already specified on the tunnel18:22
davidharveynm, sorry, found https://askubuntu.com/questions/1228433/what-is-creating-run-netplan-eth0-yaml18:31
kjetilhoPeGaSuS: wow - why all those routes?19:07
kjetilhoas far as I can tell they all use the same via address?19:08
PeGaSuSkjetilho: no idea. that's the original Kimsufi netplan file19:08
PeGaSuSI don't pretend to know why they do what they do. I just know that I've used the tunnel because I'm limited to only one IPv6 adddress and I needed many more19:11

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!