I ilia987 Active Member Sep 9, 2019 275 13 38 37 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
S spirit Distinguished Member Apr 2, 2010 6,975 1,084 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 ...