Hello Community,
i got problems to access the Network with my VM. NAT is working but i need it for building a Docker Server with Portainer and Nextcloud so this isnt enough for me.
Followed these Steps:
Fresh Install on a Testing PC (192.168.2.100)
vmbr0 is created, gateway (192.168.2.1) and Subnet Mask (255.255.255.0) are correct
Installed new VM with ubuntu Server 16.04 (needed to switch off KVM Hardware Virtualization)
Using vmbr0 in Bridged Mode with E1000 (tried also VirtIO)
running ifconfig, only loopback available
"ls /sys/class/net" shows ens18
create network config for ens18:
iface ens18 inet static
address 192.168.2.101
netmask 255.255.255.0
gateway 192.168.2.1
broadcast 192.168.2.255
network 192.168.2.0
Still no Autostart for this Interface after booting
"ifup ens18" works.
ifconfig shows the inet addr, but no connection is possible...
"ping google.de" unknown host
"ping 192.168.2.100" also not possible, cant reach any network device like the gateway or other..
Anyone got a Idea? I just want a working vmbr in my VM :/
Proxmox 5.0-30
i got problems to access the Network with my VM. NAT is working but i need it for building a Docker Server with Portainer and Nextcloud so this isnt enough for me.
Followed these Steps:
Fresh Install on a Testing PC (192.168.2.100)
vmbr0 is created, gateway (192.168.2.1) and Subnet Mask (255.255.255.0) are correct
Installed new VM with ubuntu Server 16.04 (needed to switch off KVM Hardware Virtualization)
Using vmbr0 in Bridged Mode with E1000 (tried also VirtIO)
running ifconfig, only loopback available
"ls /sys/class/net" shows ens18
create network config for ens18:
iface ens18 inet static
address 192.168.2.101
netmask 255.255.255.0
gateway 192.168.2.1
broadcast 192.168.2.255
network 192.168.2.0
Still no Autostart for this Interface after booting
"ifup ens18" works.
ifconfig shows the inet addr, but no connection is possible...
"ping google.de" unknown host
"ping 192.168.2.100" also not possible, cant reach any network device like the gateway or other..
Anyone got a Idea? I just want a working vmbr in my VM :/
Proxmox 5.0-30