So I have a virtualbox ubuntu setup that I'm trying to set with a static ip and connect through ssh
I have a vboxnet set to defaults
Here is my
When i hit ifconfig only lo shows, unless I hit the command to startup eth0, and still the ip address wont show.
I was wondering what I should be setting in this file to get this to work.
I have a vboxnet set to defaults
Here is my
Code:
auto eth0
iface eth0 inet static
address 192.168.56.101
netmask 255.255.255.0
network 192.168.56.0
broadcast 192.168.56.255
I was wondering what I should be setting in this file to get this to work.