Netplan: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
Line 15: | Line 15: | ||
netplan try --state /etc/netplan | netplan try --state /etc/netplan | ||
== `gateway6` has been deprecated, use default routes instead == | |||
Use: | |||
routes: | |||
- to: default | |||
via: fe80::1 |
Revision as of 17:08, 12 February 2023
Ubuntu network configuration new style
Links
FAQ
An error occurred: 'NetplanApply' object has no attribute 'state
That's because netplan is broken, try:
netplan try --state /etc/netplan
`gateway6` has been deprecated, use default routes instead
Use:
routes: - to: default via: fe80::1