[4512] in linux-net channel archive
RE: configuring eth0 for use with ipx an
daemon@ATHENA.MIT.EDU (Frank Strauss)
Sun Sep 22 15:15:55 1996
Date: Thu, 19 Sep 1996 14:06:26 +0200
From: Frank Strauss <strauss@escape.de>
To: ATPlack <ATPlack@scj.com>, linux-net@vger.rutgers.edu
In-reply-to: ATPlack's message of Thu, 19 Sep 1996 02:07:23 GMT
Reply-to: strauss@escape.de
Hi!
ATPlack> ifconfig and route will not help you since these only deal in
ATPlack> IP.
route does support all the major routing tables, I believe. at least
with net-tools-1.32.A. but I can't test it, since I don't use it. and
it depends on what you configured your net-tools with, of course.
$ ./route -?
Usage: route [-nNvee] [-FC] [Address_families] List kernel routing tables
route {-V|--version} Display command version and exit.
route {-h|--help} [Address_family] Usage Syntax for specified AF.
route [-v] [-FC] {add|del|flush} ... Modify routing table for AF.
Address_families: inet,inet6,ddp,ipx,netrom,ax25
specify AF: -A af1,af2.. or --af1 --af2 or af_route
$ ./route -A ipx
Kernel IPX routing table
Destination Router Net Router Node
/proc/net/ipx_route: No such file or directory
Frank