[RH 7.2 & W95] ppp probleem

Pagina: 1
Acties:

  • D2k
  • Registratie: Januari 2001
  • Laatst online: 09-01 11:25
ik probeer hier een W95 bak verbinding te laten maken met een RH7.2 pc via een nullmodem verbinding

dat levert het onderstaande op
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using channel 7
Using interface ppp0
Connect: ppp0 <--> /dev/ttyS1
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> <magic 0xdb417978> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> <magic 0xdb417978> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> <magic 0xdb417978> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> <magic 0xdb417978> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <asyncmap 0xa0000> <magic 0x8dd03> <pcomp> <accomp> <callback CBCP>]
sent [LCP ConfAck id=0x1 <asyncmap 0xa0000> <magic 0x8dd03> <pcomp> <accomp> <callback CBCP>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> <magic 0xdb417978> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <auth pap> <magic 0xdb417978> <pcomp> <accomp>]
rcvd [PAP AuthReq id=0x1 user="dennis" password=<hidden>]
user dennis logged in
sent [PAP AuthAck id=0x1 "Success"]
sent [IPCP ConfReq id=0x1 <addr 192.168.20.1> <compress VJ 0f 01>]
sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
[b]bovenstaande 2 regels 7 keer[/b]
IPCP: timeout sending Config-Requests
sent [LCP TermReq id=0x2 "No network protocols running"]
rcvd [LCP TermAck id=0x2]
Connection terminated.
Connect time 0.7 minutes.
Sent 310 bytes, received 0 bytes.

ik kan niet vinden waar het in zit
/etc/ppp/options of
/etc/ppp/options.ttyS1 of
/etc/ppp/pap-secrets of
als je ze wil zien kan ik die ook wel posten

Doet iets met Cloud (MS/IBM)


  • D2k
  • Registratie: Januari 2001
  • Laatst online: 09-01 11:25
niemand?
ik kom er echt niet uit

ik start btw mijn pppd met
#pppd -d -detach /dev/ttyS1

<edit>
ik zie btw bij ifconfig alleen maar een lo staan en geen ppp0?
klopt dat?
denk het niet
maar hoe kan ik het oplossen
er is geen modem aan de pc verbonden het is puur een nullmodem verbinding.

Doet iets met Cloud (MS/IBM)


  • NiPeng
  • Registratie: Juli 2000
  • Niet online

NiPeng

I am the slime

Heb er geen verstand van maar... :P
"Bel" je via linux in op w95 of andersom?
Het is me niet helemaal duidelijk namelijk als ik naar de messages kijk..

Options en options.ttyS1 zijn i.i.r.c. alleen belangrijk als linux als server dient.

Authenticatie gaat goed maar bij het overeenkomen van het protocol en de config daarvan bij de client gaat het mis.

Draaien beide pc's IP?

PPP0 toont zich pas als je connectie hebt trouwens.


Some people like cupcakes better, I for one care less for them.


  • D2k
  • Registratie: Januari 2001
  • Laatst online: 09-01 11:25
de w95 belt in op de linux machine (voorlopig iig)

options
code:
1
2
3
lock
auth
login

option.ttyS1
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
192.168.0.2:192.168.0.1
asyncmap 0
9600
crtscts
ipcp-accept-local
ipcp-accept-remote
local
lock
mru 1500
netmask 255.255.255.0
noauth
debug
mtu 1500
login

en dat van die ppp0 komt mooi uit
dan weet ik iig als ik die zie dat ik een stapje verder ben

Doet iets met Cloud (MS/IBM)


  • NiPeng
  • Registratie: Juli 2000
  • Niet online

NiPeng

I am the slime

sent [IPCP ConfReq id=0x1 <addr 192.168.20.1> <compress VJ 0f 01>]
192.168.0.2:192.168.0.1
Hoe komt in de bovenste melding een ip van 192.168.20.1?
Dit staat als uitleg in mijn options.ttSx:
Edit the following line so that the first IP address mentioned is the is the IP address or name of your host, while the second is the IP address or name of the remote machine.


Some people like cupcakes better, I for one care less for them.


  • D2k
  • Registratie: Januari 2001
  • Laatst online: 09-01 11:25
whoops
192.168.20.1:192.168.20.2
wordt
192.168.0.2:192.168.0.1

damn ik moet meer met versies gaan werken |:(
maar dat is de fout niet iig

Doet iets met Cloud (MS/IBM)

Pagina: 1