Welcome, Guest. Please login or register.

Author Topic: AmiTCP with Amiga PPP V1.45 and Windows7  (Read 2556 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline psxphill

Re: AmiTCP with Amiga PPP V1.45 and Windows7
« on: January 03, 2012, 04:30:45 PM »
According to this:
 
http://www.mail-archive.com/linux-ppp@vger.rutgers.edu/msg02794.html
 
You need to get the amiga to send the text "CLIENT" first for it to work (then probably wait for CLIENTSERVER but it probably won't hurt if you don't).
If you type it in your terminal emulator you should see it happening, but after that you'll need to encode PPP packets and they are much harder to type.
« Last Edit: January 03, 2012, 04:34:07 PM by psxphill »
 

Offline psxphill

Re: AmiTCP with Amiga PPP V1.45 and Windows7
« Reply #1 on: January 03, 2012, 06:06:42 PM »
Quote from: bbond007;674146
I suppose I just need to make a script that sends the word "CLIENT" and waits for the word "CLIENT" (like the example script)
 
I'll try that when I get home... Should be easy :)

CLIENT might get echo'd back as you send it, I don't know. It should respond with CLIENTSERVER, but waiting for CLIENT might be enough.