|
Re: RE: Enbaling pppmgr in io-pkt
|
02/06/2009 6:51 AM
post21575
|
Re: RE: Enbaling pppmgr in io-pkt
HI Robert
I ma able to run PPP communication between two machines, for this i added pppd binary to my build. The probelm i am
facing here what ever earlier command cat /dev/socket/pppmgr which use to display all ppp info was no more working and
when i am trying to use pppstats (as per 6.4 Documents) even that is not working. I want to know what extra binaries
besides pppd (for ex: pppoectl etc ... in case reqiuired) do i need to add.
Thanks
Ravi
> H Ravi:
> You will see from the documents when you search for
> npm-pppmgt.so that PPP support is already built into the stack, so
> there's no need to add it in separately. Search the docs for PPP for
> more information.
>
> Your newly added in line below is incorrect because you're starting a
> brand new stack and this stack is taking over the namespace from the
> first one (making it seem to disappear).
>
> Robert.
>
> -----Original Message-----
> From: ravi varma [mailto:community-noreply@qnx.com]
> Sent: Tuesday, January 20, 2009 9:17 AM
> To: general-networking
> Subject: Enbaling pppmgr in io-pkt
>
> Hi
>
> We recently updated QNX version from 6.3.2 to 6.4, in earlier routines
> we use to find ppp trafic using (i addded pppd as binary in my build).
>
> cat /dev/socket/pppmgr
>
> But this command is giving ..pppmgr not implemented.
> It seems that i need to include pppmgr as part of my bsp build ..is it
> correct ?
>
> I read in some webpages that i need to add new line as below
>
> io-pkt -v4 -dmpc85xx syspage
> io-pkt -v4 -ppppmgr // newly added
>
> ifconfig en1 192.168.3.10 netmask 255.255.255.0
>
> when i did this after build my target is booting but once i do ifconfig
> am not finding en1 ... it is not enabling en1, once i remove statement
> that i added every thing is fine.
>
> So now how/where to add pppmgr.
>
> thanks
> Ravi
>
>
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post20374
|
|
|