Attached is a patch to always set the from address and port when using slirp "-net user" type networking. It fixes the case so that the target can boot from udp NFS as well as the case where different instances of an application over time go through the same redirection port with different source ports or addresses. A possible approach for the future if advanced use cases are required is to allow specification of 3 different categories of redirection access. 1) Dynamic port and address (the default with this patch) 2) Dynamic port with static address 3) Dynamic address with static port 4) static port and address The last 3 would mainly be for security type options if you wanted to restrict things. Items 2-4 can go into a ToDo list somewhere. signed-off-by: jason.wessel@windriver.com Jason.