Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 1999 19:49:44 +0600
From:      Konstantin Chuguev <joy@urc.ac.ru>
To:        freebsd-hackers@freebsd.org
Subject:   IPXIP usage
Message-ID:  <372711F8.8A981B98@urc.ac.ru>

next in thread | raw e-mail | index | archive | help
Hi.

Does anybody know how can I use IPX-over-IP in FreeBSD (RELENG_3)? I
would like to use dummynet to restrict IPX bandwidth on our backbone.
I see the option IPXIP in LINT, although it is marked as not available.
But there is /sys/netipx/ipx_ip.[ch]. It seems like ipx_ip is a
standalone interface named "ipxip", but I don'd see details anywhere.
There is no pseudo-device ipxip.

I have tried to ifconfig tun0 ipx 00EEEE04; ifconfig tun1 ipx 00EEEE05,
and I see now:
RR02:~# ifconfig -a
...
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        ipx eeee04 --> 7400H.50e10000000.5180H
tun1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        ipx eeee05 --> 7400H.50e10000000.4980H

I don't understand what these strange IPX addresses mean:
7400H.50e10000000.xxxx
And I don't know how to link two tunnel interfaces on different hosts?
Where is IP settings?
I'm even not sure IPXIP works through tunnel interfaces.

Please help me.

--
        Konstantin V. Chuguev.          System administrator of Southern
        http://www.urc.ac.ru/~joy/      Ural Regional Center of FREEnet,
        mailto:joy@urc.ac.ru            Chelyabinsk, Russia.


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?372711F8.8A981B98>