I'm trying to use uFTP to distribute build files through our internal network. In theory this should be fine because I don't need to broadcast this out through the internet or through routers, because everyone is on the same switch.
The problem seems to be that it seems to want to route all the traffic through the primary gateway (which happens to be a dinky consumer router that apparently uses a 100 Mb interface internally or something, despite having gigabit ports on both sides).
Thing is, (again) this should be all local traffic, so why are my computers shoving the multicast through the router at all? As far as I've been able to find on the internet, you don't need a router whatsoever if it's all on the same local area network (like I'm doing).
Do I have to set up routes on all the target machine or something? Everywhere I read says this should all be working out of the box, so I don't know what is going on...