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



The following reply was made to PR kern/50717; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
	netbsd-bugs%netbsd.org@localhost, venture37%geeklan.co.uk@localhost
Subject: Re: kern/50717: It's not possible to utilise a gateway in another
 subnet
Date: Tue, 26 Jan 2016 16:00:29 +0100

 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