Hello,
I installed proxmox 6 and I have no connections, why ?
The last version it's supposed to be more evolved and more simple !
My original install interfaces file look like ;
auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.8.12
netmask 255.255.255.0
gateway 192.168.8.254
bridge_ports en2s0
bridge_fd 0
iface enp5s4 inet manual
iface w1x0015af22eacd inet manual
But I have my last interfaces file about my last proxmox 4 configuration witch do not work too :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto vmbr0
iface vmbr0 inet static
address 10.0.2.1
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.0.2.0/24' -o eth0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.0.2.0/24' -o eth0 -j MASQUERADE
Thanks for any help.
I installed proxmox 6 and I have no connections, why ?
The last version it's supposed to be more evolved and more simple !
My original install interfaces file look like ;
auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.8.12
netmask 255.255.255.0
gateway 192.168.8.254
bridge_ports en2s0
bridge_fd 0
iface enp5s4 inet manual
iface w1x0015af22eacd inet manual
But I have my last interfaces file about my last proxmox 4 configuration witch do not work too :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto vmbr0
iface vmbr0 inet static
address 10.0.2.1
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.0.2.0/24' -o eth0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.0.2.0/24' -o eth0 -j MASQUERADE
Thanks for any help.