I configured the network(/etc/networking/interfaces) as the official document, I used "Routed Configuration" mode since our network need every device's MAC address registered.
Here is the configure file:
auto lo
iface lo inet loopback
auto eno2
iface eno2 inet static
address 10.101.65.153
netmask 255.255.240.0
gateway 10.101.79.254
post-up echo 1 > /proc/sys/net/ipv4/conf/eno2/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 10.10.10.1
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
ProxmoxVE can access the internet, but when I install Ubuntun (selected vmbr0 when create the VM), it says DHCP failed, so I manually set the IP, etc as follows:
IP 10.10.10.5
netmask 255.255.255.0
anything else 10.10.10.1
but Ubutun cannot access the internet, what's wrong?
Here is the configure file:
auto lo
iface lo inet loopback
auto eno2
iface eno2 inet static
address 10.101.65.153
netmask 255.255.240.0
gateway 10.101.79.254
post-up echo 1 > /proc/sys/net/ipv4/conf/eno2/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 10.10.10.1
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
ProxmoxVE can access the internet, but when I install Ubuntun (selected vmbr0 when create the VM), it says DHCP failed, so I manually set the IP, etc as follows:
IP 10.10.10.5
netmask 255.255.255.0
anything else 10.10.10.1
but Ubutun cannot access the internet, what's wrong?