Hi,

I have two network devices and one only USB controller, so both devices are in 
the same VM (sys-usb). I want to route some app-VMs by one network and the rest 
by the other network, for that I have created two firewall VMs but both are 
connected to the same network VMs because, as I commented, I can not divide the 
network devices in different VMs.
By default all the traffic is going by only one network device. This is the 
configuration in my sys-usb:

[user@sys-usb ~]$ ip route list 
default via 172.20.1.1 dev enp0s0u2  proto static  metric 100 
default via 192.168.8.1 dev enp0s0u3  proto static  metric 101 
10.137.4.8 dev vif2.0  scope link  metric 32750 
10.137.4.29 dev vif9.0  scope link  metric 32743 
172.20.0.0/21 dev enp0s0u2  proto kernel  scope link  src 172.20.2.255  metric 
100 
192.168.8.0/24 dev enp0s0u3  proto kernel  scope link  src 192.168.8.100  
metric 100 

The firewall IPs are 10.137.4.8 and 10.137.4.29

I know how to route a traffic to an specific IP using "ip route add" to a 
determined device network, but How can I route the complete traffic from one 
firewall VM by one device network and the traffic from other firewall VM by the 
other device network?

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/f87a6ebc-f7a0-4e38-86db-c0e4a6b13209%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to