Hi
I want to make a ppp connection between two linux machines over a permanent
telephone line (leased line, (like a nullmodem connection)).
First I tryed to configure both computers via a serial Nullmodem cable, ...
it worked fine, ppp connection, pinging.. everything proberly...
Next I tryed to configure both modems (Elsa Microlink TL PRO) via Minicom to
make a connection,... it worked fine, connection established...
Last I tryed to configure ppp over the line... connection established... but
no ppp device....
/var/log/warn: LCP: timeout sending Config-Request
First machine:
File: /etc/ppp/options.ttyS1
crtscts, lock, debug, passive, defaultroute, 192.168.1.100:192.168.1.50,
persist
(every word in the next sentence)
Second machine
File: /etc/ppp/option.ttyS0
crtscts, lock, debug, passive, proxyarp, 192.168.1.50:192.168.1.100, persist
Whats wrong? ifconfig: no ppp device there!
with the first machine i can login into internet also probably via a
provider....
I dont know any way out!
Please help!
Thank you very much in advance!
Christian