QubesFirewall changed

Port forwarding to an AppVM
This commit is contained in:
Joanna Rutkowska 2013-01-01 12:43:52 +00:00
parent 70871baf24
commit f5abddbabe

View File

@ -52,4 +52,7 @@ In order to allow networking between AppVM A and B follow those steps:
[root@firewallvm user]# echo "iptables -I FORWARD 2 -s 10.137.2.25 -d 10.137.2.6 -j ACCEPT" >> /rw/config/qubes_firewall_user_script
```
Port forwarding to an AppVM from the outside world
--------------------------------------------------
TODO