Hello all!
I develop virtual modem driver. I need to send ppp traffic from some
nonstandard device (something like ISDN card) to RAS to make remote connection.
I make a emulator of this device. Emulator contains virtual modem
driver, application interacts with real COM port and real modem to get
ppp traffic. I send a traffic to the my virtual driver and
then RAS reads this traffic. The problem is RAS does not send answer
on first authentication packet. This packet is first after “CONNECT”
received.
Ras writes the message in the Event Viewer log:
ID: 20049
Type: Warning
User connected to port COM53 disconnected because authentication
process did not completed within required amount of time.
Maybe someone have dial with the same problem.
Thanks for any information about this.
Alex.