On Tue, Jan 26, 2016 at 02:55:01PM +0000, Sevan Janiyan wrote: > ifconfig vioif0 1.2.3.4/32 up > route add -host 10.0.0.1 -link vioif0 -iface > ping 10.0.0.1 Try: route add -net 10.0.0.1/32 -link -cloning -iface vioif0 route add default 10.0.0.1 -ifa 1.2.3.4 Joerg