Skip to main content

How to connect Virtualbox's host-only-adaptor to the Internet

I could do the setup quite simple in CentOS, but that's not the case for Ubuntu and Debian.

For Debian, I just followed this tutorial. We need to add an extra network card virtually as noted here

For Ubuntu that I used (Ubuntu 16.04 LTS) it seems that I had another problem, there was no eth0....but renamed to enp0s3 etc which quite yucky...

So I need to get back the eth0 convention, hence I need to this first, refer here .. then only I could proceed with the manual network card assignment as in here




Comments

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).