On Fri, Mar 22, 2024 at 03:44:08PM +0000, xuser wrote: > Does any one know how to forward packets from one alias to another? > The raspberry pi has one ethernet socket.
If you already have all needed routes set up just right, but by chance haven't already done this (or equivalent): sysctl -w net.inet.ip.forwarding=1 it might be the missing piece of the puzzle. Best, -D