On Oct 11, 2014, at 15:35 , brankush@hushmail.com wrote: > It might be silly, but how about this: > > ISP router ----- Plan9 ----- Linux+P9P > > Mount the /net from Plan9 machine on the Linux machine, and add some iptables rules. > Do you think it will work? Not without substantial development work (I'd bet more than simply putting NAT on Plan 9). Once you get Plan 9's /net on the linux box, nothing's going to know what to do with it. The existing p9p code won't use it directly, nor will iptables know how to send packets there. If you want Plan 9 to do NAT, just do that.