Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I'm trying to setup Qubes OS on my desktop but struggling to get the network/internet working.

This is the configuration i want to setup -

ip - 192.168.1.2
Subnet - 255.255.255.0
Gateway - 192.168.1.1
DNS - 8.8.8.8
interface - eth0

i tried following with limited success -

ifconfig eth0 192.168.1.2 netmask 255.255.255.0  
route add default gw 192.168.1.1

also edited /etc/resolv.conf to added dns entry.

Now when i check ifconfig - I get my ip & netmask configured and when i check routes i get 2 routes displayed with 192.168.1.1 as default.

But i still cannot surf or even ping domains (eg. www.google.com).

Qubes has various security domains called AppVm's. So i guess we could/might need to setup a network config for each VM. Its all a little new to me (+ its documented sparsely) so any help appreciated!

share|improve this question
Since the network setup of Qubes OS is one of its defining characteristics (I guess), I suppose this can't be answered by someone not knowing it in detail. How about consulting the mailing list if the wiki doesn't help? – sr_ Apr 30 '12 at 9:15

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.