Re: PPP / ADSL / demand / GUI prompt question

2009-12-27 Thread stephen...@yahoo.com
--- On Thu, 12/24/09, Kevin Ross wrote: > Try adding "maxfail 0" to your config file. Thanks for this suggestion. I have added the 'maxfail 0' line to my provider file but it does not seem to have solved the problem. When I boot into Linux from cold, iceweasel cannot connect to the internet

Re: PPP / ADSL / demand / GUI prompt question

2009-12-23 Thread Kevin Ross
stephen...@yahoo.com wrote: Just to update this old thread a bit: actually this didn't work perfectly, it only worked when I started up Linux when the PC was already switched on beforehand. When switching the PC on from cold and booting into Linux, it did not work, I think because it was trying

Re: PPP / ADSL / demand / GUI prompt question

2009-12-23 Thread stephen...@yahoo.com
Thanks Stan but my modem is powered from the PC - it has no other power supply. (Here is a picture of the model I have, which I found on the internet: http://www.sbazar.cz/img/big/74/2917974_1.jpg ). And I wouldn't like to leave the PC on all the time, I don't think its power would be negligib

Re: PPP / ADSL / demand / GUI prompt question

2009-12-23 Thread Stan Hoeppner
stephen...@yahoo.com put forth on 12/23/2009 8:37 AM: > --- On Tue, 11/3/09, stephen...@yahoo.com wrote: > >> --- On Sat, 10/31/09, Kevin Ross wrote: >> >>> If you want to have your connection >>> be established on bootup, the "Debian >>> way" is to add your PPP connection to your >>> /etc/netwo

RE: PPP / ADSL / demand / GUI prompt question

2009-12-23 Thread stephen...@yahoo.com
--- On Tue, 11/3/09, stephen...@yahoo.com wrote: > --- On Sat, 10/31/09, Kevin Ross wrote: > > > If you want to have your connection > > be established on bootup, the "Debian > > way" is to add your PPP connection to your > > /etc/network/interfaces file, > > like: > > > > auto ppp0 > > iface

RE: PPP / ADSL / demand / GUI prompt question

2009-11-03 Thread stephen...@yahoo.com
--- On Sat, 10/31/09, Kevin Ross wrote: > If you want to have your connection > be established on bootup, the "Debian > way" is to add your PPP connection to your > /etc/network/interfaces file, > like: > > auto ppp0 > iface ppp0 inet ppp > provider dsl-provider This worked perfectly - I no

Re: PPP / ADSL / demand / GUI prompt question

2009-11-02 Thread Osamu Aoki
Hi, On Fri, Oct 30, 2009 at 08:15:25PM -0700, stephen...@yahoo.com wrote: > --- On Sat, 10/31/09, Stan Hoeppner wrote: > > Maybe I missed something in a previous post. If you > > don't have > > ethernet, then how are you connecting to the dsl > > modem? USB? > > Yes USB to ADSL modem to POTS.

Re: PPP / ADSL / demand / GUI prompt question

2009-11-01 Thread stephen...@yahoo.com
--- On Sun, 11/1/09, Stan Hoeppner wrote: > stephen...@yahoo.com > put forth on 11/1/2009 3:19 AM: > > No not absolutely sure, I just assumed... > > http://en.wikipedia.org/wiki/Point-to-Point_Protocol_over_ATM > > By saying > "DHCP" for all dynamic IP allocations, you're in essence > doing wha

PPP / ADSL / demand / GUI prompt question

2009-11-01 Thread Stan Hoeppner
stephen...@yahoo.com put forth on 11/1/2009 3:19 AM: > No not absolutely sure, I just assumed that was what was being used as I get > different IP addresses every time I connect. I am pretty sure pppd IS > working, which from what you write suggests I am not using DHCP. However I > vaguely re

Re: PPP / ADSL / demand / GUI prompt question

2009-11-01 Thread stephen...@yahoo.com
Klistvud: > Well, another, quite intuitive way of achieving what you want would be > to write a script to launch Iceweasel Good idea, should have thought of that myself. On reflection though, although my guests will only want to use iceweasel, I occasionally use other internet programs such as

PPP / ADSL / demand / GUI prompt question

2009-10-31 Thread Stan Hoeppner
Kevin Ross put forth on 10/31/2009 4:36 PM: > If there's any uncertainty on your part, maybe you could tell us what ISP > you're using, and in what geographic region. DHCP = username and password _not_ required DHCP has no concept of security credentials PPPoE = username and password _required_

RE: PPP / ADSL / demand / GUI prompt question

2009-10-31 Thread Kevin Ross
> From: stephen...@yahoo.com [mailto:stephen...@yahoo.com] > Sent: Saturday, October 31, 2009 5:16 AM > > My current ISP uses DHCP - does that change anything you've written? > Are you absolutely sure of that? ISP's mainly use two different methods of assigning IP addresses to their customers.

Re: PPP / ADSL / demand / GUI prompt question

2009-10-31 Thread Klistvud
Well, another, quite intuitive way of achieving what you want would be to write a script to launch Iceweasel, and use that script instead of the Iceweasel icon. In the script, you could type in all the commands you currently type by hand, then type iceweasel on the next line, and finally, type

RE: PPP / ADSL / demand / GUI prompt question

2009-10-31 Thread stephen...@yahoo.com
H.S.: > 3. Make a shortcut on everyone's desktop to call the pon command ("sudo > pon dsl-provider"). Thanks for that suggestion H.S., yes I think my 'guests' could manage that. I have added my guest accounts to the 'dip' group so the shortcut wouldn't need to use 'sudo'. However, in light of

RE: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread Kevin Ross
If you want to have your connection be established on bootup, the "Debian way" is to add your PPP connection to your /etc/network/interfaces file, like: auto ppp0 iface ppp0 inet ppp provider dsl-provider Then, in your ppp options, add the "persist" option, which will cause your connection to

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread Stan Hoeppner
stephen...@yahoo.com put forth on 10/30/2009 10:15 PM: > --- On Sat, 10/31/09, Stan Hoeppner wrote: >> Maybe I missed something in a previous post. If you >> don't have >> ethernet, then how are you connecting to the dsl >> modem? USB? > > Yes USB to ADSL modem to POTS. I think your suggestion

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread H.S.
stephen...@yahoo.com wrote: > It is just that I would prefer that non-technical guests staying at my house not have to learn to start an xfce-term and type 'pon' before they can use the Internet. If it comes to that I would make the machine boot up into Windows by default, but that would be an op

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread stephen...@yahoo.com
--- On Sat, 10/31/09, Stan Hoeppner wrote: > Maybe I missed something in a previous post. If you > don't have > ethernet, then how are you connecting to the dsl > modem? USB? Yes USB to ADSL modem to POTS. I think your suggestion of buying a router was still valid however, I found several rec

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread Stan Hoeppner
stephen...@yahoo.com put forth on 10/30/2009 9:39 PM: > I have run pppoeconf as root, it is one of the things I tried over the last > few days. I just did it again, since I couldn't remember what happened the > last time. It just says no working Ethernet card can be found, not > surprising rea

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread stephen...@yahoo.com
I have run pppoeconf as root, it is one of the things I tried over the last few days. I just did it again, since I couldn't remember what happened the last time. It just says no working Ethernet card can be found, not surprising really since I don't have an Ethernet card. Am I missing somethi

PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread Stan Hoeppner
stephen...@yahoo.com put forth on 10/30/2009 7:43 PM: > It is just that I would prefer that non-technical guests staying at my house > not have to learn to start an xfce-term and type 'pon' before they can use > the Internet. If it comes to that I would make the machine boot up into > Windows

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread John Hasler
stephen2eq writes: > It is just that I would prefer that non-technical guests staying at my > house not have to learn to start an xfce-term and type 'pon' before > they can use the Internet. Then why don't you just run pppoeconf as root, follow instructions, and be happy? Why do you want to compl

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread stephen...@yahoo.com
Celejar: > something using a local "firewall", plus something like fwlogwatch, > invoked with the -R option for "realtime response mode".  The idea Thanks for that, I will have look at fwlogwatch if / when I have some more time to spend on this (unfortunately, a week off work just ended today).

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread Stan Hoeppner
stephen...@yahoo.com put forth on 10/30/2009 9:49 AM: > Hello all, > new Debian user here, hope somebody can help. What do you have against using a PPPoE broadband router, like (most of) the rest of us? Masochist? -- Stan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

RE: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread Kevin Ross
> From: stephen...@yahoo.com [mailto:stephen...@yahoo.com] > Sent: Friday, October 30, 2009 7:50 AM > > At the moment I have to start an xterm and explicitly type 'pon' before > I can use any internet-based programs such as iceweasel or even ping. > My question is, is there any way I can get icewe

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread Celejar
On Fri, 30 Oct 2009 07:49:34 -0700 (PDT) "stephen...@yahoo.com" wrote: ... > At the moment I have to start an xterm and explicitly type 'pon' > before I can use any internet-based programs such as iceweasel or > even ping. My question is, is there any way I can get iceweasel (or > ping) to caus

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread stephen...@yahoo.com
Hi Michael thanks for your help. I tried those three lines at the top of my provider file but they do not seem to have made any difference. (As an aside I did find it strange that if I put the 'connect' line somewhere else in the file other than at the top, pppd complains that it is an 'unreco

Re: PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread Michael Wagner
* stephen...@yahoo.com 30.10.2009 > At the moment I have to start an xterm and explicitly type 'pon' > before I can use any internet-based programs such as iceweasel or even > ping. My question is, is there any way I can get iceweasel (or ping) > to cause a GUI dialog to appear, asking me if

PPP / ADSL / demand / GUI prompt question

2009-10-30 Thread stephen...@yahoo.com
Hello all, new Debian user here, hope somebody can help. With no help, and asking no questions until now - but extensive use of Google! - I have managed to partition my PC's hard drive, download the 5.0.3 net-inst ISO image, install Debian on my new partition, find the firmware for my ADSL mode