Static Addressing Static addressing is comprised of specifying addresses, routes ( remember to add your default gateway ), and interface. Most likely you’ll also want to define the nameservers so you have properly functioning DNS. yaml machine:network:hostname:talosnameservers:- 10.0.0.1interfaces:- interface:eth0addresses:- 10.0.0.201/8mtu:8765routes:- network:0.0.0.0/0gateway:10.0.0.1- interface:eth1ignore:truetime:servers:- time.cloudflare.com Additional Addresses for an Interface In som...