I'm trying to run a pentest server (2014 in a box challenge: https://www.cyberchallenge.com.au/) on virtual box. I've set up a static ip in etc/network/interfaces as such:
#auto lo
auto eth0
#iface eth0 inet dhcp
iface eth0inet static
address 10.0.05
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.1.2.255
gateway 10.0.0.1
When I boot the server I am shown the IP to connect to, however when I load the IP in chrome it will timeout. When I try and set up DHCP the server gives me blank IP.
I'm new to servers so it's quite possible I'm doing something ridiculously silly, sorry if it's a simple fix!