Eu percebi isso:
Eu usei um switch de rede, conectei ambas as redes ao switch. (Desconectado o segundo NIC). Em seguida, no SO do host, o Windows 7, configurei a NIC para ter os IPs alternativos 172.18.0.X e 172.19.0.X.
Em seguida, na VM do Linux, fiz o seguinte:
ifconfig eth0 0.0.0.0
ifconfig eth0 172.18.0.30 netmask 255.255.255.240
ifconfig eth0 down
ifconfig eth0:1 172.18.0.17 netmask 255.255.255.240
ifconfig eth0:2 172.18.0.18 netmask 255.255.255.240
ifconfig eth0:3 172.19.0.17 netmask 255.255.255.240
ifconfig eth0:4 172.19.0.18 netmask 255.255.255.240
ifconfig eth0 up