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

Re: ppp, PII/P90, ioctl(SIOCADDRT) device route: Network is down(100)



> >> May 21 13:15:07 muso pppd[1020]: rcvd [IPCP ConfReq id=0x6 <compress VJ 0f 00> <addr 195.64.64.1>]
> >> May 21 13:15:07 muso pppd[1020]: sent [IPCP ConfRej id=0x6 <addr 195.64.64.1>]
> >> May 21 13:15:07 muso pppd[1020]: rcvd [IPCP ConfReq id=0x7 <addrs 195.64.64.1 195.64.69.173> <compress VJ 0f 00>]
> >> May 21 13:15:07 muso pppd[1020]: sent [IPCP ConfRej id=0x7 <addrs 195.64.64.1 195.64.69.173>]
> >> May 21 13:15:07 muso pppd[1020]: rcvd [IPCP ConfReq id=0x8 <compress VJ 0f 00>]
> 
>  Your machine does not like the other ends idea of ip addresses. See the ConfRejs.

This I don't understand, as "stelo", the computer that does work, gets
identical "Confreq": From the ppp session I'm using to send this
email message:

Mar 21 12:32:49 stelo pppd[260]: sent [IPCP ConfRej id=0x6 <addr 195.64.64.1>]
Mar 21 12:32:49 stelo pppd[260]: rcvd [IPCP ConfReq id=0x7 <addrs 195.64.64.1 195.64.69.171> <compress VJ 0f 00>]
Mar 21 12:32:49 stelo pppd[260]: sent [IPCP ConfRej id=0x7 <addrs 195.64.64.1 195.64.69.171>]
Mar 21 12:32:50 stelo pppd[260]: rcvd [IPCP ConfReq id=0x8 <compress VJ 0f 00>]
Mar 21 12:32:50 stelo pppd[260]: sent [IPCP ConfAck id=0x8 <compress VJ 0f 00>]



>  Are you using static or dynamic ips ? Check out the "noipdefault" option 
>  for ppp.

Dynamic. And, I've added the noipdefault option to /etc/ppp/options,
but that only results in muso (the one that doesn't work) to give up
even faster.

Also, all pppd/dip config files on both stelo and muso are (were) identical 
(and unchanged from the debian defualts). 

The dip script I'm using is this one:

# cistron.dip
# Inbellen bij Cistron Internet Services met gebruik van DIP
#
# 1) Vergeet niet je eigen inbel nummer evt. aan te passen.
#    Dit is 8800999 of 880999
#    Zie http://www.cistron.nl/ voor jouw inbel nummer.
# 2) Vergeet niet je eigen login naam en password in te vullen.
#

#main:
  # Set Maximum Transfer Unit.
  #  Many servers use either 1500 or
  # 1006; check with your network admins when in doubt.

  #get $mtu 1500

  # Maak van de PPP route de default route.
  default

  # Initialiseer het modem op de juiste COM poort en snelheid
  print Initialiseert modem op COM2 (/dev/modem) op 115200 Baud...
  port ttyS3
  if $errlvl != 0 goto bad_tty

  speed 57600

  # Reset modem en seriele lijn.
  reset

  # Voorbereiden op inbellen

  echo on
  print Verstuur init string naar het modem...

reinit:
  send ATZ\r
  wait OK 3
call_remote:
  print
  print Ik bel Cistron Internet Services (8800999), even geduld a.u.b.
  dial 8800999
  if $errlvl == 1 goto login
  if $errlvl == 3 goto call_remote
  print error?
  goto reinit

# Ok dan, modem opgenomen, nu door naar het inloggen
login:
  print Connected! Ik probeer in te loggen
 wait ogin:
  if $errlvl != 0 goto error
  # Vergeet geen "P" voor de loginnaam te plaatsen om PPP direct te starten!
  # De \n moet gewoon blijven staan.

  send Pjoostje\n
  wait assword:
  if $errlvl != 0 goto error
  send Darwish0\n

# Het inloggen is gelukt
loggedin:
  # Proberen van het binnenhalen van het toegewezen IP nummer
  get $local remote
  if $errlvl != 0 goto call_remote

  # Proberen de juiste netmask binnen te halen
  # (normaal gesproken 255.255.255.255).
  get $mask 255.255.0.0

  get $remote remote
  if $errlvl != 0 goto call_remote

done:
  print
  print
  print CONNECTED to $remote at $rmtip (cistron.nl)
  print GATEWAY address $rmtip
  print LOCAL address $local
  mode PPP
  goto exit

error:
  print PPP to $remote is niet gelukt.

exit:



-------------------------------

Thanks!

joostje@debian.org


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: