wido commented on issue #12210: URL: https://github.com/apache/cloudstack/issues/12210#issuecomment-3657337490
> We use something similar for our VMs, the "onlink" thing in Linux is very flexible, it allows the host to ARP for the MAC for a gateway that you route to the interface, but is not on the same subnet as the host IP (in fact there is no "subnet" as it's just a /32 or /128). Turns Ethernet into a pure data-link really, just a shim to allow IP packets to flow. Very neat. Yes, it does. Super nice! Windows can do this as well btw, it can also route to a "on-link" gateway. ``` route add <gateway-ip> mask 255.255.255.255 <interface-ip> ``` That should work -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
