[pptp-server] PPP / IPX Frame Type Question

JedTheHead jasonk at anasazi.cx
Sun Jan 13 01:43:15 CST 2002


Hi all!

How do I assign (auto-assign is fine) additional frame types to ppp interfaces for IPX ?

I have IPX working for PopTop and on both NICs in my pptpd server I have the 802.2 and 802.3 frame types bound to both NICs. (I also have ethernet II bound to them.)
When I connect to the server from my client machine (Windows XP) only the Ethernet II frame type is bound to the PPP interface.  I have everything set correctly on the client side using 802.2 as the default frame type and IPX for the NetWare Client, not IPX / IP as you can do since NetWare 5.  I can also communicate fine with my home NetWare server.  Currently I am using this:

/usr/bin/ipx_interface add ppp0 802.2
/usr/bin/ipx_interface add ppp0 802.3
 
in my /etc/ppp/ip-up script to bind the frame types to the ppp interface, but it doesn't assign IPX numbers to the frame types.  It gives me this:

=========================================================
ppp0   Link encap:Point-to-Point Protocol
          inet addr:192.168.1.32  P-t-P:192.168.1.51  Mask:255.255.255.255
          IPX/Ethernet II addr:000000BB:0000F8717FB9
          IPX/Ethernet 802.2 addr:  <-------------------------------
          IPX/Ethernet 802.3 addr:  <-------------------------------
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1400  Metric:1
          RX packets:32 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:10
=========================================================

I can hit the network and login via the NetWare Client, but a lot of things (obviously) don't work.  

Here is a dump from ifconfig without the "/usr/bin/ipx_interface add ppp0 802.2" statements in the /etc/ppp/ip-up file: (eth0 is on the internal network and eth1 is the external interface)

=========================================================
eth0      Link encap:Ethernet  HWaddr 00:10:5A:23:69:A6
          inet addr:xxx.xxx.xxx.xxx  Bcast:xxx.xxx.xxx.255  Mask:255.255.255.0
          IPX/Ethernet 802.2 addr:DA6DB426:00105A2369A6
          IPX/Ethernet 802.3 addr:00065009:00105A2369A6
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:398780 errors:0 dropped:0 overruns:0 frame:0
          TX packets:131273 errors:0 dropped:0 overruns:0 carrier:0
          collisions:21789 txqueuelen:100
          Interrupt:5 Base address:0x210

eth1      Link encap:Ethernet  HWaddr 00:20:AF:31:8E:A2
          inet addr:xxx.xxx.xxx.xxx  Bcast xxx.xxx.xxx.255  Mask:255.255.255.0
          IPX/Ethernet 802.2 addr:00000666:0020AF318EA2
          IPX/Ethernet 802.3 addr:00000789:0020AF318EA2
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:252547 errors:1 dropped:0 overruns:1 frame:1
          TX packets:209776 errors:0 dropped:0 overruns:0 carrier:0
          collisions:26589 txqueuelen:100
          Interrupt:10 Base address:0x300

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:186 errors:0 dropped:0 overruns:0 frame:0
          TX packets:186 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0

ppp0      Link encap:Point-to-Point Protocol
          inet addr:192.168.1.32  P-t-P:192.168.1.51  Mask:255.255.255.255
          IPX/Ethernet II addr:000000BB:0000F8717FB9  <--------------------------------NOTICE THIS IS THE ONLY FRAME TYPE ASSIGNED
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1400  Metric:1
          RX packets:32 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:10
=========================================================

Here is my /etc/ppp/options file

=========================================================
lock
debug
proxyarp
auth
+chap
+chapms
+chapms-v2
mppe-40
mppe-128
mppe-stateless
ipx
ipx-network bb
=========================================================


I am also running ipxripd.  It seems to be working fine, although I wish there was a way to see the IPX routing table.  (If there is, I am just not aware of it yet.)

Thanks in advance!!!!

JedTheHead


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schulte.org/mailman/private/pptp-server/attachments/20020113/76eddb3d/attachment.html>


More information about the pptp-server mailing list