QubesFirewall changed

make qubes_firewall_user_script executable
This commit is contained in:
Hakisho Nukama 2013-05-04 13:21:59 +00:00
parent dd1c3124e5
commit 625a6b535a

View File

@ -50,6 +50,7 @@ In order to allow networking between AppVM A and B follow those steps:
``` {.wiki}
[user@firewallvm ~]$ sudo bash
[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
[root@firewallvm user]# chmod +x /rw/config/qubes_firewall_user_script
```
Port forwarding to an AppVM from the outside world