mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-29 01:06:24 -05:00
QubesFirewall changed
make qubes_firewall_user_script executable
This commit is contained in:
parent
dd1c3124e5
commit
625a6b535a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user