hello list, i have a server with a systemd container and ipvlan to get a public ip inside of this. so far so good.
the host has for example 1.1.1.1 as IP the container has for example 1.1.1.2 as IP when I send packages from container to host c I see IP 1.1.1.1 as remote. Is there a way by ipvlan to set the "outgoing" IP in this case 1.1.1.2? macvlan s not an option because this is a hosted server and I can't get an 2'nd mac address. Best Regards