Results 1 to 10 of 10

Thread: PPPoE concentrator is not responding

  1. #1
    Junior Member registered user
    Join Date
    Sep 2006
    Posts
    15

    PPPoE concentrator is not responding

    Guys, I know there are already enough posts on connectivity problem, but I couldn't find one that matches mine...

    Anyways...
    I have Knoppix 3.3. I was trying to connect to Internet. I have an ADSL modem that I directly connect to my NIC, with an always ON type of connection.
    When I went to the ADSL/PPPoE configuration settings, it told me that it has found one device (eth0).
    I clicked OK, to which it said that the access concentrator is not responding.

    I come from a windows background, and quite frankly, was hit with a surprise shock.
    What is a PPPoE concentrator?
    What is the problem here?

    Can anybody help me with it??

  2. #2
    Junior Member
    Join Date
    Nov 2006
    Posts
    5
    hi buddy, m facing the same problem, too....

    someone please reply....

  3. #3
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    SImple fix, don't connect directly to the modem, see answer #4. Of course, it can be done without this, but I can't see any good reason to avoid this simple and inexpensive fix.
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  4. #4
    Member registered user
    Join Date
    Nov 2006
    Posts
    30

    same problem

    I also get the message about the access concentrator not responding, but this is the first time I've got this after almost a year of using the knoppix cd with no problems.
    I don't use a router.
    Why would this suddenly be a problem?
    Is this something my provider can correct?

    I've got the 3.7 cd and the 5.0.1. Same problem with both.

    I tried 'Repair my Connection' on WinXP but doesn't help.

  5. #5
    Junior Member
    Join Date
    Nov 2006
    Posts
    5
    @Harry

    I've checked Answer#4 already.....but not of help.

    Let me give u some more information:
    --> I'm using a ADSL modem with router ; company: Huawei.
    --> The error message is: "Access concentrator is not responding......." with giving possible reason as "It may already been running". I suspect it is already running, because PING test is successful. Also, if I put the IP directly in the address bar of Internet Browser, the website opens OK.
    --> So from my similar experience with another flavour of Linux (also a Live CD), I know that this has to do with DNS server IP.

    --> So, Please tell me how can I specify, manually, the two IPs of DNS servers. (I know the two IPs)

  6. #6
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by Urvang
    hi buddy, m facing the same problem, too.......
    Quote Originally Posted by Urvang
    --> I'm using a ADSL modem with router ; company: Huawei.
    --> The error message is: "Access concentrator is not responding......." with giving possible reason as "It may already been running". I suspect it is already running, because PING test is successful. Also, if I put the IP directly in the address bar of Internet Browser, the website opens OK.
    --> So from my similar experience with another flavour of Linux (also a Live CD), I know that this has to do with DNS server IP.
    Well, if you have a router (even internal to the modem) and the other user does not, then you don't have the same problem.

    I'm not at all clear on what you are doing to get this error, and what steps you have done up to whatever point you get the error.

    To try to answer your question, if you know the setup information and want to do it manually then you can run netcardconfig and say no to the DHCP question. You could put in either of the 2 DNS servers you have when asked for the name server, or many routers let you give their local IP address as the name server and take care of that for you (they are going to have to process the packet either way). Yes, it does sound like a DNS issue, but I don't have enough info yet to know why. One speculation, and this is absolutely speculation, is that it's a problem with the DNS server conflicting with ip6 vs. ip4 packets. Rather than "fixing" this with a manual netcardconfig each time you boot, I would try to resolve it by reconfigurig the router so that it does an acceptable DHCP with Linux on boot, that way it's fixed once, works for any system and stays fixed.

    If you post back, give an ifconfig output and as good of an explination of what you do all the way from booting the CD to the error. And if you have Knoppix on hard disk, try it from the CD; I don't try to fix Knoppix hard disk install problems.

  7. #7
    Junior Member
    Join Date
    Nov 2006
    Posts
    5
    Thanks for the suggestion of giving no for DHCP when running netcardconfig.

    This worked. My connection now works after giving Default gateway, DNS servers etc. manually.

    But here is the error condition I was getting for your reference only:
    I'm not at all clear on what you are doing to get this error, and what steps you have done up to whatever point you get the error.
    I was getting this error when I run 'pppoeconfig' at the command prompt or equivalently, run ADSL/PPPOE configuration from KDE menu.

    Thank you again!!!

  8. #8
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by Urvang
    I was getting this error when I run 'pppoeconfig' at the command prompt or equivalently, run ADSL/PPPOE configuration from KDE menu.
    When you have a router, there is no reason at all to run PPPoE software, under Linux or under Windows. The router takes care of PPPoE, you just talk normal TCP/IP ethernet packets to the router, no extra encapsulation is needed or wanted. Have you tried without PPPoE and just trying to use the network connection? DHCP should set up the connection for you just fine. If it doesn't, ifconfig should show you what is wrong, and you may be able to configure the router properly so that you don't ever need to do the manual netcardconfig. I just boot Knoppix and I'm on the Internet as soon as the boot finishes, no configuration at all.
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  9. #9
    Junior Member
    Join Date
    Nov 2006
    Posts
    5
    Have you tried without PPPoE and just trying to use the network connection?
    of course I have...... no one will try something unless something is problematic.

    Here is my 'ifconfig' output after I manually configure using 'netcardconfig' saying no to DHCP.

    Code:
    eth0      Link encap:Ethernet  HWaddr 00:14:2A:BA:65:F3  
              inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.254.0
              inet6 addr: fe80::214:2aff:feba:65f3/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:2235 errors:0 dropped:0 overruns:0 frame:0
              TX packets:2079 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:1708638 (1.6 MiB)  TX bytes:446160 (435.7 KiB)
              Interrupt:20 Base address:0xc400 
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:14 errors:0 dropped:0 overruns:0 frame:0
              TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:700 (700.0 b)  TX bytes:700 (700.0 b)
    If it doesn't, ifconfig should show you what is wrong, and you may be able to configure the router properly so that you don't ever need to do the manual netcardconfig. I just boot Knoppix and I'm on the Internet as soon as the boot finishes, no configuration at all.
    Please tell me if that is possible.

  10. #10
    Junior Member
    Join Date
    Nov 2006
    Posts
    5
    here is the output of 'ifconfig' before I do 'netcardconfig' to disable DHCP:

    Code:
    eth0      Link encap:Ethernet  HWaddr 00:14:2A:BA:65:F3  
              inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::214:2aff:feba:65f3/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:11 errors:0 dropped:0 overruns:0 frame:0
              TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:2479 (2.4 KiB)  TX bytes:2791 (2.7 KiB)
              Interrupt:20 Base address:0xc400 
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:44 errors:0 dropped:0 overruns:0 frame:0
              TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:2200 (2.1 KiB)  TX bytes:2200 (2.1 KiB)

Similar Threads

  1. pppoe problem
    By varaahan in forum Networking
    Replies: 0
    Last Post: 12-13-2005, 01:15 PM
  2. how to set up pppoe connection?
    By b0 in forum Networking
    Replies: 11
    Last Post: 09-25-2005, 03:49 PM
  3. Init "1" process responding too fast - what cause
    By bilzer in forum General Support
    Replies: 0
    Last Post: 04-20-2004, 06:53 AM
  4. mouse not responding
    By hernan in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 12-28-2003, 08:02 AM
  5. Replies: 0
    Last Post: 09-25-2003, 01:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell Memory SNPK7G24C/16G AB883074 16GB 1Rx8 DDR5 UDIMM 4800MHz RAM picture

Dell Memory SNPK7G24C/16G AB883074 16GB 1Rx8 DDR5 UDIMM 4800MHz RAM

$98.95



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A picture

8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A

$12.00



Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory picture

Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory

$54.99



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$22.45



Micron 8GB DDR4 1Rx16 PC4-3200AA Laptop RAM Memory MTA4ATF1G64HZ-3G2E2 picture

Micron 8GB DDR4 1Rx16 PC4-3200AA Laptop RAM Memory MTA4ATF1G64HZ-3G2E2

$10.00



32GB Kit 2 x 16GB PC4-3200AA-SE1-11 Laptop RAM DDR4 MICRON Memory picture

32GB Kit 2 x 16GB PC4-3200AA-SE1-11 Laptop RAM DDR4 MICRON Memory

$41.99



RAMAXEL 16 GB ( 4 GB x 4 sticks ) DDR3L-1600 PC3L-12800U 12800 Desktop RAM - HVD picture

RAMAXEL 16 GB ( 4 GB x 4 sticks ) DDR3L-1600 PC3L-12800U 12800 Desktop RAM - HVD

$11.42



Dell SNPTP9W1C/16G 16 GB 2666MHz (PC4-2666) Memory Ram picture

Dell SNPTP9W1C/16G 16 GB 2666MHz (PC4-2666) Memory Ram

$34.95



HyperX FURY DDR4 16GB 3200 MHz PC4-25600 Desktop RAM Memory DIMM 288pin 2x 16GB picture

HyperX FURY DDR4 16GB 3200 MHz PC4-25600 Desktop RAM Memory DIMM 288pin 2x 16GB

$128.20