@Fassou:
Con ese pepino de equipo :troll:, y usando Windows XP, puedes instalar el MS VirtualPC, que va muy fino y no consume tantos recursos como VMWare o VirtualBox.
Salu2! y ya nos vas contando.
Ya ves. Estamos pensado en poner un servidor con un core2duo que va a ser el pepinaco del departamente. Estoy pensando en usarlo para desencriptar señales del espacio debido a su extraordinaria potencia…
Creo que si voy a poder usar route add para dirigir el tráfico según mis necesidades porque resulta que tiene un parámetro mas que desconocía, que dice la interfaz por la que trabajaremos en ese rango de direcciones:
To add a static IP route
Open Command Prompt.
At the command prompt, type:
route adddestinationmasksubnetmaskgatewaymetriccostmetricifinterface
where:
Static IP route entry Definition
destination
Specifies either an IP address or host name for the network or host.
subnetmask
Specifies a subnet mask to be associated with this route entry. If subnetmask is not specified, 255.255.255.255 is used.
gateway
Specifies either an IP address or host name for the gateway or router to use when forwarding.
costmetric
Assigns an integer cost metric (ranging from 1 through 9,999) to be used in calculating the fastest, most reliable, and/or least expensive routes. If costmetric is not specified, 1 is used.
interface
Specifies the interface to be used for the route that uses the interface number. If an interface is not specified, the interface to be used for the route is determined from the gateway IP address.
For example, to add a static route to the 10.0.0.0 network that uses a subnet mask of 255.0.0.0, a gateway of 192.168.0.1, and a cost metric of 2, you type the following at a command prompt:
route add 10.0.0.0 mask 255.0.0.0 192.168.0.1 metric 2
El tema estaría en decir que todo lo de la red 192.168.1.0 salga por ethernet y el resto por wifi. A ver si lo consigo.