I ilia987 Well-Known Member Sep 9, 2019 281 14 58 38 Jan 26, 2020 #1 what is the best (cleanest solution ) to add a route (persistent ) i need to do it in each proxmox node
what is the best (cleanest solution ) to add a route (persistent ) i need to do it in each proxmox node
spirit Distinguished Member Apr 2, 2010 7,146 1,217 273 www.groupe-cyllene.com Jan 26, 2020 #2 in /etc/network/interfaces, on you physical interface, add Code: auto iface iface .... inet static ... post-up /usr/sbin/ip route add ...
in /etc/network/interfaces, on you physical interface, add Code: auto iface iface .... inet static ... post-up /usr/sbin/ip route add ...