Discussion:
The protocol IPX work in the poptop?
(too old to reply)
walterwn
2006-11-28 10:12:26 UTC
Permalink
i am configuring the poptop and show error:

Unsupported protocol 'Novell IPX Control Protocol' (0x802b) received

look the:

http://groups.google.com.pe/group/comp.protocols.ppp/browse_thread/thread/b057732fb785053b/aee3d57f372030aa?lnk=st&q=pptp+Unsupported+protocol+%27Novell+IPX+Control+Protocol%27+(0x802b)+received&rnum=3&hl=es#aee3d57f372030aa

the ask is:

the protocol IPX passthoug in the vpn with mppe or pptp simple??

thanks group
James Carlson
2006-11-28 18:22:15 UTC
Permalink
Post by walterwn
Unsupported protocol 'Novell IPX Control Protocol' (0x802b) received
Did you enable the "ipx" option in your pppd configuration? And does
your system itself actually support routing IPX packets?

Please post your configuration files and debug logs.
Post by walterwn
the protocol IPX passthoug in the vpn with mppe or pptp simple??
Neither mppe nor pptp should have anything to do with IPX support.
--
James Carlson, KISS Network <***@sun.com>
Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
walterwn
2006-11-29 00:02:33 UTC
Permalink
Nov 28 19:07:08 sip pptpd[3910]: CTRL: Starting call (launching pppd,
opening GRE)
Nov 28 19:07:08 sip pppd[3911]: IPX support is not present in the
kernel
Nov 28 19:07:08 sip pppd[3911]: pppd 2.4.3 started by root, uid 0
Nov 28 19:07:08 sip pppd[3911]: Using interface ppp0
Nov 28 19:07:08 sip pppd[3911]: Connect: ppp0 <--> /dev/pts/2
Nov 28 19:07:08 sip pptpd[3910]: GRE: Bad checksum from pppd.
Nov 28 19:07:08 sip pptpd[3910]: CTRL: Ignored a SET LINK INFO packet
with real ACCMs!
Nov 28 19:07:09 sip pppd[3911]: Unsupported protocol 'Novell IPX
Control Protocol' (0x802b) received
Nov 28 19:07:09 sip pppd[3911]: MPPE 128-bit stateless compression
enabled
Nov 28 19:07:10 sip pppd[3911]: not replacing existing default route to
eth0 [201.230.97.105]
Nov 28 19:07:10 sip pppd[3911]: Cannot determine ethernet address for
proxy ARP
Nov 28 19:07:10 sip pppd[3911]: local IP address 192.168.50.182
Nov 28 19:07:10 sip pppd[3911]: remote IP address 192.168.50.160

/etc/ppp/options.pptp

name pptpd
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe-128
ms-dns 200.48.225.130
ms-dns 200.48.225.146
lock
ipx
+ipx
ipx-routing 2
nobsdcomp

/etc/options
lock
+ipx
ipx
ipx-routing 2
ipx-router-name gate
ipx-network 0000000
ipx-node 40:0
#ipx-accept-remote


i am conecct windows xp, up ipx in client but no accept coecction ipx,
tpc yes but ipx not.

thanks
Clifford Kite
2006-11-29 01:01:10 UTC
Permalink
Post by walterwn
Nov 28 19:07:08 sip pptpd[3910]: CTRL: Starting call (launching pppd,
opening GRE)
Nov 28 19:07:08 sip pppd[3911]: IPX support is not present in the
kernel
No kernel support.
--
Clifford Kite
/* On Linux be root, on Windows reboot.
-Josef Müllers */
walterwn
2006-11-29 01:47:09 UTC
Permalink
kernel compile

CONFIG_IPX=y
CONFIG_IPX_INTERN=y

any variable cofigure??
Post by Clifford Kite
Post by walterwn
Nov 28 19:07:08 sip pptpd[3910]: CTRL: Starting call (launching pppd,
opening GRE)
Nov 28 19:07:08 sip pppd[3911]: IPX support is not present in the
kernel
No kernel support.
--
Clifford Kite
/* On Linux be root, on Windows reboot.
-Josef Müllers */
Clifford Kite
2006-11-29 04:21:16 UTC
Permalink
Post by walterwn
kernel compile
CONFIG_IPX=y
CONFIG_IPX_INTERN=y
any variable cofigure??
Don't really know, I've not used IPX or PoPToP. What kernel? A recursive
grep of the 2.6.18 kernel source for IPX here didn't find a PPP-related
IPX config. The kernel file drivers/net/ppp_generic.c did show

#define NP_IPX 2 /* IPX protocol */

Check to see if it is the same in that file for your kernel. And here
in include/linux/ppp_defs.h PPP_IPX and PPP_IPXCP are defined.

That's about all I have to offer. You might have better luck trying
comp.os.linux.networking.
--
Clifford Kite
walterwn
2006-11-29 23:21:05 UTC
Permalink
i am look the variables, and it is configured iqual; read the ipx have
cofigured, instal ncpfs and begining configured, look no much
information about it.

it is nesessary configured ipx ?

thanks
Post by Clifford Kite
Post by walterwn
kernel compile
CONFIG_IPX=y
CONFIG_IPX_INTERN=y
any variable cofigure??
Don't really know, I've not used IPX or PoPToP. What kernel? A recursive
grep of the 2.6.18 kernel source for IPX here didn't find a PPP-related
IPX config. The kernel file drivers/net/ppp_generic.c did show
#define NP_IPX 2 /* IPX protocol */
Check to see if it is the same in that file for your kernel. And here
in include/linux/ppp_defs.h PPP_IPX and PPP_IPXCP are defined.
That's about all I have to offer. You might have better luck trying
comp.os.linux.networking.
--
Clifford Kite
Clifford Kite
2006-11-30 03:52:29 UTC
Permalink
Post by walterwn
i am look the variables, and it is configured iqual; read the ipx have
cofigured, instal ncpfs and begining configured, look no much
information about it.
it is nesessary configured ipx ?
According to the config IPX help, it is necessary to "access Novell
NetWare file." For the 2.6.18 kernel the NCP fs "make menuconfig"
location is

File systems
Network File Systems
< > NCP file system support (to mount NetWare volumes)

If adding NCP support solves this problem then it seems to me that
the pppd message should complain about no NCP fs support rather than
no IPX support.
--
Clifford Kite
/* In his wisdom RMS decided that people need no man pages when they can
use GNU's beautiful info system.
Unfortunately, everybody I know greatly prefers man pages.
- From the man-pages-1.55/man1/README */
walterwn
2006-11-29 00:03:42 UTC
Permalink
i am using pptp with mppe, work ipx connections???
Loading...