Hello,
im trying to get internet access to a CT on Proxmox ve 4.
Host: So you Start (OVH)
IP: Static Fallover.
Settings CT
/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address Failoverip
netmask 255.255.255.248
gateway Host.254
Settings Host
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0
/etc/network/interfaces
# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address HostIP
netmask 255.255.255.0
network 188.165.219.0
broadcast 188.165.219.255
gateway Host.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
post-up /sbin/ip addr add Failover/29 dev eth0 brd + label eth0:0
pre-down /sbin/ip addr Failover/29 dev eth0 brd + label eth0:0
Any help is much appreciated
im trying to get internet access to a CT on Proxmox ve 4.
Host: So you Start (OVH)
IP: Static Fallover.
Settings CT
/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address Failoverip
netmask 255.255.255.248
gateway Host.254
Settings Host
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0
/etc/network/interfaces
# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address HostIP
netmask 255.255.255.0
network 188.165.219.0
broadcast 188.165.219.255
gateway Host.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
post-up /sbin/ip addr add Failover/29 dev eth0 brd + label eth0:0
pre-down /sbin/ip addr Failover/29 dev eth0 brd + label eth0:0
Any help is much appreciated
Last edited: