Date: Fri, 12 Oct 2012 17:49:42 +0800 From: YC Wang <wangyc0307@gmail.com> To: freebsd-questions@freebsd.org Subject: How does freebsd supports ipx? Message-ID: <CAEcL0ZzTYyRFhFmXRSk4V7XwJhQd-1j40mZ0Y_xb0XkaJp1zpg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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 supported' ...... 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEcL0ZzTYyRFhFmXRSk4V7XwJhQd-1j40mZ0Y_xb0XkaJp1zpg>