mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-29 01:06:24 -05:00
QubesFirewall changed
This commit is contained in:
parent
e34cd438e8
commit
4c014605b8
@ -115,11 +115,11 @@ Make this file executable:
|
||||
sudo chmod +x /rw/config/rc.local
|
||||
```
|
||||
|
||||
**2. Allow packets to be routed from the netVM to the appVM**
|
||||
**2. Allow packets to be routed from the firewallVM to the appVM**
|
||||
|
||||
In System Tools (Dom0) / Terminal, take note of the appVM (on which the service is exposed) IPAddress using the command ` qvm-ls -n `
|
||||
|
||||
In FirewallVM Terminal, take note of the IPAddress for interface eth0 using the command {{{ ifconfig | grep -i cast }}}
|
||||
In FirewallVM Terminal, take note of the IPAddress for interface eth0 using the command ` ifconfig | grep -i cast `
|
||||
|
||||
Still in FirewallVM terminal, code the appropriate natting firewall rule to intercept traffic on the inbound interface for the service and nat the destination IP address to the one of the AppVM for the traffic to be routed there:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user