PDA

Click to See Complete Forum and Search --> : Visual Basic RAS emulator


Out_of_Sync
Feb 5th, 2001, 10:33 AM
Hello all, first post. Designing a new ARM processor that can dial a onboard modem and connect to our RAS server. I used Net Monitor and Snoop (on client side) and have studied all the RFC's that cover LCP,PAP,IPCP,CCP and IP. Problem is that I can dial and connect to the RAS server using the dial up networking program that makes the call to Wininet, Advapi32, and Rasapi32, however, when I duplicate the same hex code as captured by Snoop in my VB app the server does not even see the packet arrive at the server. I connect to the RAS server but the LCP establishment phase does not seem to recognized on either side? I realize the details specified here are brief however I would be glad to go into detail if there is any interest in solving this problem. Thanx.