Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 1998 16:48:24 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        pvl@cofee.wave.ras.ru (Bolotov Pavel)
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: your mail
Message-ID:  <199804201448.QAA10746@zibbi.mikom.csir.co.za>
In-Reply-To: <199804201006.OAA01911@gate.coffee.ru> from Bolotov Pavel at "Apr 20, 98 03:16:06 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
[Charset KOI8-R unsupported, filtering to ASCII...]
> Dear Sir,
>  
> I would like to use  FreeBSD as router.
> Router works for TCP/IP well,
> but it dosn't allow IPX.
> I have compiled kernel with IPX support and
> set in /etc/rc.conf IPXrouted.
> 
> How Can I use IPXrouted for FreeBSD?

Just like IP, IPX also need to have the interfaces configured. You need
to know what network numbers are used on your networks and then put it
in your rc.conf file. Something like this should do it:

-----------
network_interfaces="ed0 ed1"
ifconfig_ed0_ipx="ipx 0x123"
ifconfig_ed1_ipx="ipx 0x456"
ipxgateway_enable="YES"
ipxrouted_enable="YES"
ipxrouted_flags=""
-----------

This question had been asked a few times. Look in the archives on
www.freebsd.org for more information.

John
-- 
John Hay -- John.Hay@mikom.csir.co.za

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804201448.QAA10746>