Fix link and clean up text

This commit is contained in:
Andrew David Wong 2016-11-09 14:54:09 -08:00
parent 321e2da1cb
commit 28aee1d10f
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -42,14 +42,14 @@ in that VM's directory in dom0:
/var/lib/qubes/appvms/<vm-name>/firewall.xml
Please note that there is a 3kb limit to the size of the iptables script.
Please note that there is a 3 kB limit to the size of the `iptables` script.
This equates to somewhere between 35 and 39 rules.
If this limit is exceeded then the qube will not start.
If this limit is exceeded, the qube will not start.
It is possible to work around this limit by enforcing the rules on the qube itself
by putting appropriate rules in /rw/config. See [below](#where_to_put_firewall_rules).
In complex cases it might be appropriate to load a ruleset using iptables-restore
called from /rw/config/rc.local
by putting appropriate rules in `/rw/config`. See [below](#where-to-put-firewall-rules).
In complex cases, it might be appropriate to load a ruleset using `iptables-restore`
called from `/rw/config/rc.local`.
Reconnecting VMs after a NetVM reboot
----------------------------------------