Forums › Forums › iLive Forums › iLive troubleshooting › Editor and multiple network interfaces › Reply To: Editor and multiple network interfaces
If the AV network is a single subnet it should just work.
If there are several subnets and the mix rack is on a different subnet to your Editor PC you’ll need to add a persistent static route to your PC to tell it that the other subnet lives off of the AV interface, otherwise it will send all non-local traffic to the default gateway which I guess is on your admin network.
If you have a subnetted AV network, open a command prompt on the Editor PC as Admin and type ROUTE ADD x.x.x.x MASK y.y.y.y z.z.z.z -P
where x.x.x.x is the network address of the subnet your mixrack is on
y.y.y.y is the subnet mask of that subnet
z.z.z.z is the router address on the AV network
That will add a persistent route to the PC.