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: Sevan Janiyan <venture37%geeklan.co.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/50717: It's not possible to utilise a gateway in another
subnet
Date: Tue, 26 Jan 2016 16:21:46 +0000
This is a multi-part message in MIME format.
--------------020706040605030303010909
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
On 26/01/2016 16:00, Joerg Sonnenberger wrote:
> I don't think the non-cloning version is going to work with ARP...
Ok to commit?
Sevan
--------------020706040605030303010909
Content-Type: text/plain; charset=UTF-8;
name="net-faq-index.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="net-faq-index.txt"
Index: docs/network/index.xml
===================================================================
RCS file: /cvsroot/htdocs/docs/network/index.xml,v
retrieving revision 1.3
diff -u -p -r1.3 index.xml
--- docs/network/index.xml 23 Feb 2009 17:35:03 -0000 1.3
+++ docs/network/index.xml 26 Jan 2016 16:19:09 -0000
@@ -542,7 +542,7 @@ the network:
<para>
<screen>
# ifconfig fxp0 inet 10.0.0.1
- # route add -host 192.168.0.1 -link fxp0 -iface
+ # route add -net 192.168.0.1/32 -link -cloning -iface fxp0
# route add default -ifa 10.0.0.1 192.168.0.1
</screen>
</para>
--------------020706040605030303010909--
Home |
Main Index |
Thread Index |
Old Index