Jump to ID:
Networking

Project Home

Discussions

Wiki

Project Info
Forum Topic - Enbaling pppmgr in io-pkt: Page 1 of 3 (3 Items)
   
 
 
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