NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/50717: It's not possible to utilise a gateway in another subnet



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


Home | Main Index | Thread Index | Old Index