Re: AW: pppd problem...

2003-03-02 Thread Kevin Buhr
Christof Hurschler [EMAIL PROTECTED] writes:

 Sorry, but how do I get rid of the tap0 default route?

The diald dial-on-demand package is probably doing it.  You can
apt-get remove diald to get it out of the way, at least until you
get things working with pon/poff.

-- 
Kevin Buhr [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



AW: pppd problem...

2003-03-02 Thread Christof Hurschler
I removed diald and that solved the problem.  At least I got pppd to work,
and it seems to work fine.

Thanks,

Chris

Dr.-Ing. Christof Hurschler
Bodenstedtstr. 13
D-30173 Hannover

[EMAIL PROTECTED]
0511 8039970
0172 5946909


 -Ursprungliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Gesendet: Samstag, 1. Marz 2003 20:31
 An: [EMAIL PROTECTED]
 Betreff: Re: pppd problem...


 Christof Hurschler writes:
  Mar  1 18:58:38 k6 pppd[682]: not replacing existing
 default route to tap0
 

 This is your problem.  You most likely do not need that
 default route at
 all.  Get rid of it.
 --
 John Hasler
 [EMAIL PROTECTED] (John Hasler)
 Dancing Horse Hill
 Elmwood, WI


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AW: pppd problem...

2003-03-02 Thread Wilfried Essig
Am Son, 2003-03-02 um 02.05 schrieb Christof Hurschler:
 Sorry, but how do I get rid of the tap0 default route?

Dear Christof,

maybe by deleting the line gateway ... from the interface-section of tap0 in your 
/etc/network/interfaces?

IMHO pppd denies in many cases the setting of a default-route, if any
other exists during startup of the ppp-connection.

-- 
Wilfried Essig [EMAIL PROTECTED]
Familie Essig


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



AW: pppd problem...

2003-03-01 Thread Christof Hurschler
Sorry, but how do I get rid of the tap0 default route?

Chris

Dr.-Ing. Christof Hurschler
Bodenstedtstr. 13
D-30173 Hannover

[EMAIL PROTECTED]
0511 8039970
0172 5946909


 -Ursprungliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Gesendet: Samstag, 1. Marz 2003 20:31
 An: [EMAIL PROTECTED]
 Betreff: Re: pppd problem...
 
 
 Christof Hurschler writes:
  Mar  1 18:58:38 k6 pppd[682]: not replacing existing 
 default route to tap0
 
 
 This is your problem.  You most likely do not need that 
 default route at
 all.  Get rid of it.
 -- 
 John Hasler
 [EMAIL PROTECTED] (John Hasler)
 Dancing Horse Hill
 Elmwood, WI
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



AW: pppd problem...

2003-03-01 Thread Christof Hurschler
route gives

k6:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
62.53.142.1 *   255.255.255.255 UH0  00 ppp0
192.168.0.2 *   255.255.255.255 UH1  00 tap0
default *   0.0.0.0 U 1  00 tap0

My isp requires the email address as the login name.  That works under
windows.

In pppconfig I set it to dynamically set the DNS server which I guess it's
doing because I'm getting the lines

Mar  1 18:58:38 k6 pppd[682]: primary   DNS address 62.53.142.30
Mar  1 18:58:38 k6 pppd[682]: secondary DNS address 193.189.244.205

in my script.  Or am I mistaken here?

Thanks,

Chris

Dr.-Ing. Christof Hurschler
Bodenstedtstr. 13
D-30173 Hannover

[EMAIL PROTECTED]
0511 8039970
0172 5946909


 -Ursprungliche Nachricht-
 Von: Donald Spoon [mailto:[EMAIL PROTECTED]
 Gesendet: Samstag, 1. Marz 2003 20:45
 An: [EMAIL PROTECTED]
 Betreff: Re: pppd problem...


 Christof Hurschler wrote:
  Hi, I've tried, but can't seem to figure out how to get
 this working.  Yes,
  I'm a newbie.
 
  I'm running Woody, and made the following config file with pppconfig
 
  # This optionfile was generated by pppconfig 2.0.10.
  #
  #
  hide-password
  noauth
  connect /usr/sbin/chat -v -f /etc/chatscripts/debitel.net
  debug
  /dev/ttySL0
  115200
  defaultroute
  noipdefault
  user [EMAIL PROTECTED]

 Rerun pppconfig and make the above line read:
 user hurschler

 All you have to do is enter your ISP username when asked, not your
 E-Mail address as you did.

  remotename debitel.net
  ipparam debitel.net
 
  usepeerdns
 

 It looks like your modem is working OK and getting the necessary info
 from your ISP (IP, DNS, etc).  I suspect that the error noted
 above is
 resulting in you not automatically logging in to your account at your
 ISP, via PAP.  If you just put in your login name (username) that you
 use when you are asked by pppconfig and your password, then PAP will
 automatically log you in.  Do select PAP authentication.
 Also you can
 check the current status of your username and password by
 looking in
 the /etc/ppp/pap-secrets file near the bottom.  I suspect it
 will have
 your E-Mail address listed in the first column... this should be your
 username enclosed is quotes.  Re-running pppconfig with the
 correct info
 should clear this up.

 Normally, not being able to contact various hosts around the internet
 with lynx or konqueror indicates a DNS problem.  You can usually tell
 this if you can ping hosts by IP number but not by name.  I really
 don't think this is your problem here, but if you continue to have
 problems after making the above suggested changes, come on
 back with the
 results of a route and ifconfig command after you have
 established
 the connection.

 Is the connection terminating by itself or did you terminate
 it in the
 above log extract?  If it is terminating itself, then it
 would add more
 support to you not really getting logged in, IMHO.

 Cheers,
 -Don Spoon-



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]