On 09/18/2016 12:14 AM, [email protected] wrote: > iptables -F > iptables -P INPUT DROP > iptables -P OUTPUT ACCEPT > iptables -P FORWARD DROP > iptables -A INPUT -i lo -j ACCEPT > iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT > iptables -A INPUT -p tcp --dport 80 -j ACCEPT > iptables -A INPUT -p tcp --dport 443 -j ACCEPT >
Looks to me like you would be a happy user of https://github.com/Rudd-O/qubes-network-server With it, set a static IP on your VM as per the instructions, and that's it. Your VM should be accessible at that IP by other VMs on your system. No need to futz with config files or scripts. -- Rudd-O http://rudd-o.com/ -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/0f83bc73-0145-e660-8436-a855c1b98592%40rudd-o.com. For more options, visit https://groups.google.com/d/optout.
