Networking Forums

Networking Forums > Computer Networking > Linux Networking > DMZing a UML VM

Reply
Thread Tools Display Modes

DMZing a UML VM

 
 
Ritesh Raj Sarraf
Guest
Posts: n/a

 
      04-19-2006, 12:50 PM
Hi,

I run a VM (A Debian stable UML installation) on my laptop.

My laptop is connected to the internet using its wired ethernet
interface, eth0.
My VM connects to the host machine using tap device tap0 on the host
machine.
I've enabled nat on the hostmachine which masquerades eth0 and have
also enabled ip forwarding.

I'm not security guru and I doubt if my laptop is secure from the
internet.
I'm using my VM for P2P application execution.

The only firewall rule I have for my laptop is:
iptables -A INPUT -i eth0 -m state --statue INVALID,NEW -j REJECT;

My desire is to keep my VM fully naked to the internet (In a DMZ) while
keeping my laptop secure.
I've tried finding documents on DMZ which explain the concepts and not
the commands but haven't found any.

Any help for the above mentioned problem is appreciated.

Thanks,
Ritesh

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11