pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 434 forks source link

network adapters #34

Closed 127 closed 10 years ago

127 commented 10 years ago

How is it possible to set both adapters to virtio-net one of which is NAT and the other is Host-only Adapter o_O? Taken from https://github.com/pwnall/chromeview/blob/master/crbuild/vm-build.md

pwnall commented 10 years ago

virtio-net is the virtual NIC (network card). It's the equivalent of installing two network cards from the same company in one server. I hope this helps.

pwnall commented 10 years ago

Also, the instructions here are rather old.

This is the setup I'm trying to use to get some new builds going. https://github.com/pwnall/chromeview-src/blob/master/doc/vm-setup.md

127 commented 10 years ago

I do understand. But it's not possible to tune VM the way described here. Thanks anyway, will check.

pwnall commented 10 years ago

Weird, it worked for me. Are you using a recent version of VirtualBox?

vbox

127 commented 10 years ago

If I do try to set up both as virtio it fails.