Wanted to do a quick run down on how to set this up.
I am using Kali MATE, so yours may look slightly different, but the commands 
are the same.

Create your standalone KALI machine. If you haven't got it installed, here 
isn't where you should be.

Shutdown your working kali hvm.

Once it's off, right click your hvm and go into your kali VM settings.

Under the General tab, note the following

Netowrking:
IP: X.X.X.X
Netmask: XXX.XXX.XXX.X
Gateway: X.X.X.X

Now right above that, set the NetVM dropdown to Sys-Firewall (what works for me)

Start your VM
Log into root, or standard user with SU access

open the following file with your favorite editor

/etc/network/interfaces

if you see 

auto eth0 dhcp

Remove it

add the following

auto eth0
iface eth0 inet static
address (IP from earlier)
netmask (netmask from earlier)
gateway (gateway from earlier)

save and close.

Now, open this file with your favorite editor

/etc/resolv.conf

add the following

nameserver (gateway from earlier)

save and close.

Shutdown.

Run the Kali VM and open terminal. verify your settings applied with 

ifconfig

run some ping tests against your gateway, google.com, etc.

test internet.






Hope this helps someone.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/d50f0559-7929-46a8-b204-a02ed9e61937%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to