Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2012 13:11:37 +0300
From:      =?UTF-8?B?0JLQuNGC0LDQu9C40Lkg0KLRg9GA0L7QstC10YY=?= <corebug@corebug.net>
To:        YC Wang <wangyc0307@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How does freebsd supports ipx?
Message-ID:  <CAKB6gVii8ckvVaCBZXDLWXYZ1VjFMSMwHA6q65oNj%2B9R1d5ViA@mail.gmail.com>
In-Reply-To: <CAEcL0ZzTYyRFhFmXRSk4V7XwJhQd-1j40mZ0Y_xb0XkaJp1zpg@mail.gmail.com>
References:  <CAEcL0ZzTYyRFhFmXRSk4V7XwJhQd-1j40mZ0Y_xb0XkaJp1zpg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2012/10/12 YC Wang <wangyc0307@gmail.com>:
> Hi,all:
>
>     I read from wikipedia that freebsd supports ipx. But when I tried
> to set ipx address on em0=EF=BC=8Cit showed the following message:
>
>     freebsd-yc# ifconfig em0 ipx (netnum.nodenum)
>     ifconfig: socket(family 23,SOCK_DGRAM: Protocol not supported
>
>     And as I furher trussed the ifconfig process, I found this was
> probably caused by the failure of the socket syscall:
>
>     freebsd-yc# truss ifconfig em0 ipx netnum.nodenum
>     ......
>     socket(PF_IPX,SOCK_DGRAM,0)                  ERR#43 'Protocol not sup=
ported'
>     ......
>
>
>     In contrast however, when calling "socket(PF_IPX,SOCK_DGRAM,0)" on
> Linux, it will automatically load the ipx kernel module and the socket
> syscall returns successfully. But I don't find any ipx module in
> /boot/kernel/ on freebsd.
>
>    So I wonder how does freebsd supports ipx? Is there any other work
> I should do for this purpose?
>
>    And if this isn't the most appropriate list for this question,
> please let me know.
>
>   Thanks
>   YC Wang
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o=
rg"

I suppose you should add "options IPX" line to your kernel
configuration file and rebuild/reinstall the kernel.


--=20




~~~
WBR,
Vitaliy Turovets
NOC Lead @TV-Net ISP
NOC Lead @Service Outsourcing company
+38(093)265-70-55
VITU-RIPE
X-NCC-RegID: ua.tv



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKB6gVii8ckvVaCBZXDLWXYZ1VjFMSMwHA6q65oNj%2B9R1d5ViA>