Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

ADSL Modem -error message.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-16-2005, 02:41 AM
Default ADSL Modem -error message.



I have a Netcomm ADSL Modem/router. It has been "off the air" for about 36
hours, then mysteriously connected again. The only error line in the
congig's diagnostic test is:

Test PPPoPvc 0 IP connect to PPP - Fail

The Help is very general at this point. What does it mean, and how far down
the line?

BTW, NetComm advise NOT to use their basic model, designed for Windows with
no router. My ISP's rep couldn't understand why. Is there an explanation
almost in "words of one syllable"?

TIA,

Doug.
--
ICQ Number 178748389. Registered Linux User No. 277548.
Drama is life with the dull bits cut out.
-- Alfred Hitchcock.



Doug Laidlaw
Reply With Quote
  #2  
Old 07-16-2005, 02:34 PM
Clive Dove
Guest
 
Posts: n/a
Default Re: ADSL Modem -error message.

Doug Laidlaw wrote:

> I have a Netcomm ADSL Modem/router. It has been "off the air" for
> about 36
> hours, then mysteriously connected again. The only error line in the
> congig's diagnostic test is:
>
> Test PPPoPvc 0 IP connect to PPP - Fail
>
> The Help is very general at this point. What does it mean, and how
> far down the line?
>
> BTW, NetComm advise NOT to use their basic model, designed for Windows
> with
> no router. My ISP's rep couldn't understand why. Is there an
> explanation almost in "words of one syllable"?
>
> TIA,
>
> Doug.


A modem with a built-in router or a modem connected to the computer
through a separate hardware cable/dsl router allows the computer to run
on a private ip range using straight tcp/ip with dhcp and without
having to add additional software to drive the PPPoE or PPPoA protocol.

Your linux distribution probably defaults to connecting via straight lan
connection with automatic ip (i.e. straight tcp/ip with dhcp)

To get better help on groups such as this, it would be preferable if you
were to tell us the make and model number of your modem and the make
and, if you are connecting through a router, the make and model of the
router.

Clive



Reply With Quote
  #3  
Old 07-17-2005, 01:37 PM
Doug Laidlaw
Guest
 
Posts: n/a
Default Re: ADSL Modem -error message.

Clive Dove wrote:

> Doug Laidlaw wrote:
>
>> I have a Netcomm ADSL Modem/router. It has been "off the air" for
>> about 36
>> hours, then mysteriously connected again. The only error line in the
>> congig's diagnostic test is:
>>
>> Test PPPoPvc 0 IP connect to PPP - Fail
>>
>> The Help is very general at this point. What does it mean, and how
>> far down the line?
>>
>> BTW, NetComm advise NOT to use their basic model, designed for Windows
>> with
>> no router. My ISP's rep couldn't understand why. Is there an
>> explanation almost in "words of one syllable"?
>>
>> TIA,
>>
>> Doug.

>
> A modem with a built-in router or a modem connected to the computer
> through a separate hardware cable/dsl router allows the computer to run
> on a private ip range using straight tcp/ip with dhcp and without
> having to add additional software to drive the PPPoE or PPPoA protocol.
>
> Your linux distribution probably defaults to connecting via straight lan
> connection with automatic ip (i.e. straight tcp/ip with dhcp)
>
> To get better help on groups such as this, it would be preferable if you
> were to tell us the make and model number of your modem and the make
> and, if you are connecting through a router, the make and model of the
> router.
>
> Clive


O.K.: The Make is NetComm (previously Banksia). The model is NB1300
suitable for 10/100 MHz Ethernet or USB (under Windows. Win98 refuses to
configure via the network card, saying that if I have an NIC, there must be
another workstation out there.) Under Linux I have an NIC with DHCP
between the computer and the modem. and PPPoE on the "outside." It has a
built-in router which can be configured as a straight bridge if there is
another router beyond it. This gives telephone-line ADSL. The modem is
set at 192.168.1.1, and sets the computer to 192.168.1.7. The external IP
address is dynamically set by my ISP. There is a Web interface for setup,
which showed the error I quoted.

Doug.
--
ICQ Number 178748389. Registered Linux User No. 277548.
It's not whether you win or lose. It's where you place the blame.

Reply With Quote
  #4  
Old 07-17-2005, 02:55 PM
Clive Dove
Guest
 
Posts: n/a
Default Re: ADSL Modem -error message.

Doug Laidlaw wrote:

> Clive Dove wrote:
>
>> Doug Laidlaw wrote:
>>
>>> I have a Netcomm ADSL Modem/router. It has been "off the air" for
>>> about 36
>>> hours, then mysteriously connected again. The only error line in
>>> the congig's diagnostic test is:
>>>
>>> Test PPPoPvc 0 IP connect to PPP - Fail
>>>
>>> The Help is very general at this point. What does it mean, and how
>>> far down the line?
>>>
>>> BTW, NetComm advise NOT to use their basic model, designed for
>>> Windows with
>>> no router. My ISP's rep couldn't understand why. Is there an
>>> explanation almost in "words of one syllable"?
>>>
>>> TIA,
>>>
>>> Doug.

>>
>> A modem with a built-in router or a modem connected to the computer
>> through a separate hardware cable/dsl router allows the computer to
>> run on a private ip range using straight tcp/ip with dhcp and without
>> having to add additional software to drive the PPPoE or PPPoA
>> protocol.
>>
>> Your linux distribution probably defaults to connecting via straight
>> lan connection with automatic ip (i.e. straight tcp/ip with dhcp)
>>
>> To get better help on groups such as this, it would be preferable if
>> you were to tell us the make and model number of your modem and the
>> make and, if you are connecting through a router, the make and model
>> of the router.
>>
>> Clive

>
> O.K.: The Make is NetComm (previously Banksia). The model is NB1300
> suitable for 10/100 MHz Ethernet or USB (under Windows. Win98 refuses
> to configure via the network card, saying that if I have an NIC, there
> must be
> another workstation out there.) Under Linux I have an NIC with DHCP
> between the computer and the modem. and PPPoE on the "outside." It
> has a built-in router which can be configured as a straight bridge if
> there is
> another router beyond it. This gives telephone-line ADSL. The modem
> is
> set at 192.168.1.1, and sets the computer to 192.168.1.7. The
> external IP
> address is dynamically set by my ISP. There is a Web interface for
> setup, which showed the error I quoted.
>
> Doug.



Don't connect as a bridge. Use a straight NAT router configuration. The
public ip will belong to the router and the inboard equipment including
your computer will be assigned a private ip in the 192.168.1.x range.

Do not try to configure your computer for PPPoE. It should be
configured for a LAN connection with automatic ip (DHCP). So far as
your computer is concerned it is on a LAN and does not know about, or
needs to know about PPPoE. The router's dhcp daemon should give the
computer everything it needs to connect, including its ip address and
netmask and a couple of dns server addresses passed on from the public
network.

There is an online manual for this device here:

http://www.netcomm.com.au/Support/do...roducts=NB1300


Clive


Reply With Quote
  #5  
Old 07-18-2005, 02:46 PM
Doug Laidlaw
Guest
 
Posts: n/a
Default Re: ADSL Modem -error message.

Clive Dove wrote:

> Doug Laidlaw wrote:
>
>> Clive Dove wrote:
>>
>>> Doug Laidlaw wrote:
>>>
>>>> I have a Netcomm ADSL Modem/router. It has been "off the air" for
>>>> about 36
>>>> hours, then mysteriously connected again. The only error line in
>>>> the congig's diagnostic test is:
>>>>
>>>> Test PPPoPvc 0 IP connect to PPP - Fail
>>>>
>>>> The Help is very general at this point. What does it mean, and how
>>>> far down the line?
>>>>
>>>> BTW, NetComm advise NOT to use their basic model, designed for
>>>> Windows with
>>>> no router. My ISP's rep couldn't understand why. Is there an
>>>> explanation almost in "words of one syllable"?
>>>>
>>>> TIA,
>>>>
>>>> Doug.
>>>
>>> A modem with a built-in router or a modem connected to the computer
>>> through a separate hardware cable/dsl router allows the computer to
>>> run on a private ip range using straight tcp/ip with dhcp and without
>>> having to add additional software to drive the PPPoE or PPPoA
>>> protocol.
>>>
>>> Your linux distribution probably defaults to connecting via straight
>>> lan connection with automatic ip (i.e. straight tcp/ip with dhcp)
>>>
>>> To get better help on groups such as this, it would be preferable if
>>> you were to tell us the make and model number of your modem and the
>>> make and, if you are connecting through a router, the make and model
>>> of the router.
>>>
>>> Clive

>>
>> O.K.: The Make is NetComm (previously Banksia). The model is NB1300
>> suitable for 10/100 MHz Ethernet or USB (under Windows. Win98 refuses
>> to configure via the network card, saying that if I have an NIC, there
>> must be
>> another workstation out there.) Under Linux I have an NIC with DHCP
>> between the computer and the modem. and PPPoE on the "outside." It
>> has a built-in router which can be configured as a straight bridge if
>> there is
>> another router beyond it. This gives telephone-line ADSL. The modem
>> is
>> set at 192.168.1.1, and sets the computer to 192.168.1.7. The
>> external IP
>> address is dynamically set by my ISP. There is a Web interface for
>> setup, which showed the error I quoted.
>>
>> Doug.

>
>
> Don't connect as a bridge. Use a straight NAT router configuration. The
> public ip will belong to the router and the inboard equipment including
> your computer will be assigned a private ip in the 192.168.1.x range.
>
> Do not try to configure your computer for PPPoE. It should be
> configured for a LAN connection with automatic ip (DHCP). So far as
> your computer is concerned it is on a LAN and does not know about, or
> needs to know about PPPoE. The router's dhcp daemon should give the
> computer everything it needs to connect, including its ip address and
> netmask and a couple of dns server addresses passed on from the public
> network.
>
> There is an online manual for this device here:
>
>

http://www.netcomm.com.au/Support/do...roducts=NB1300
>
>
> Clive


Thanks. I have the paper manual and the manual on CD. I have it configured
as you say.

Is the message that started this thread significant?

Doug.
--
ICQ Number 178748389. Registered Linux User No. 277548.
No one goes there nowadays, it's too crowded.
- Yogi Berra.

Reply With Quote
Reply

Tags
adsl, error, message, modem

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 06:50 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.