[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Null Modem(WMU Apt. connection)



> Thankx everybody for the answering.
> As a few had asked me on what I get on the terminal window once I try to
> connect, somthing similar to the following appears to the screen:
> hosts:                (thats all)
> >From here if I give the cs labs telent then I can login and aslo have 
been
> able to login to  my server from here. If I give ppp, it conncets me to 
the
> internet by asking me my authentication and password. I get the line like
> connceted to the host and a text of line flowing which means I'm 
connected

The part you need looks to be a chat script.

Create a file "/etc/ppp/peers/wmu-apt" with the contents:

ttyS0	57600
connect '/usr/sbin/chat -v -f /etc/sysconfig/network-scripts/chat-ppp0'
ipcp-accept-local
ipcp-accept-remote
defaultroute
modem

If your little device (nothing but a module RJ45-DB9/BD25 I'll wager) 
lets you use hardware flow control add:

crtscts

And something like the following in 
"/etc/sysconfig/network-scripts/chat-ppp0'

'hosts'  'ppp'
'ogin:'  'UID HERE'
'word:'  'PASSWORD HERE"

That should get you pretty close (changing the obvious paramters).