Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170569

ip route not sticking on boot?

$
0
0
im having this issue when i add a route to /etc/network/interfaces (so it loads on startup) when i reboot the server the change is gone...

this is my /etc/network/interfaces for the interface im changing:

Code:

# for Routing
auto vmbr1
iface vmbr1 inet manual
        post-up ip route add xx.xx.xx.xx dev vmbr1
        post-up /etc/pve/kvm-networking.sh
        bridge_ports dummy0
        bridge_stp off
        bridge_fd 0

i added a route with the vm public ip xx.xx.xx.xx so i can connect to the kvm machine via internet.

this route work when i put it manually but when the server reboots is gone.

what could be happening?

Viewing all articles
Browse latest Browse all 170569

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>