Sure:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug...
Hi,
can you check if ip forwarding is enabled (cat /proc/sys/net/ipv4/ip_forward) and masquerading is active (iptables-save | grep -i masquerade) ?
Sometimes, post-up directives in /etc/network/interfaces won't do the job.
Also, how did you configure network at the VM level ?
Hello,
for those who do not want to use failover IPs, I recently installed PVE6 OVH template on a RISE-1.
Here is the /etc/network/interfaces right after OS installation:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet dhcp...
Hello,
I recently upgraded my pve 6 server (dedicated server RISE-1 at OVH), following this guide: https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0#Check_Linux_Network_Bridge_MAC
The upgrade went fine, but after a reboot, the server did not answer to ping, SSH, HTTP, etc.
pve6to7 utility...
Hello,
We are currently planing to upgrade our LXC containers running Debian 8 to Debian 9. Since they are proxmox-cutomized containers and not vanilla Debian - Virtual Machines, I understand there might be some caveats, possibly related to switching from sysV init to systemd init.
I read some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.