I found my mistake
- The IP was wrong
- the old VM snapshot had NAT instead of bridged network interface enabled
Thank you very much for the fast support.

I found my mistake
Thank you very much for the fast support.

I found my mistake
Thank you very much for the fast support.

ip addr show
for dhcp

for static

ping 8.8.8.8
for a static IP address

ping www.dell.com

My two variants of the interfaces file look like this:
static

dhcp

Hello,
I am trying to set up FOG with an Ubuntu 16.04 LTS Server running on a VirtualBox.
After reading a guide I followed the instructions and all worked really well until I had to set up a static IP.
I use the command nano /etc/network/interfaces
But after editing the files, my Ubuntu server loses connection to the internet.
I change from

to

The numbers are different, of course.
The address and netmask stays the same. The gateway and dns-nameservers are found out by using ipconfig /all an my Windows PC.
Can anyone help me, please?