18 March 2013

Connecting netopia router to smart

I am using a
Thomson router

to connect to smartelecom

and I wanted to use an old
Router Name Netopia / Model 3347NWG


The first problem was finding the correct settings.

Here you can see them
http://support.smarttelecom.ie/bbsettings.htm

Just in case

--------------------------------------
Settings

    DSL Modem      
          Connection Protocol:    PPPOE
          Modulation Type:    G.DMT(G992.1/3/5)
          Multiplexing:    LLC
          VPI:    8
          VCI:    35
          Security Protocol:    PAP
          Username:    Detailed in your welcome letter
          Password:    Detailed in your welcome letter
          Wan IP:    Automatically Assigned
          Default Gateway:    Automatically Assigned
    DNS      
          DNS Server 1:    84.203.254.34
          DNS Server 2:    84.203.255.34
    Mail      
          Outgoing Mail Server:    smtp.mysmart.ie
          Inbound Mail Server:    pop.mysmart.ie
--------------------------------------

But my router was showing


Diagnostics
DSL Pass
ATM Pass
Ethernet Pass
PPPoE Pass
Authentication Fail
Login failed. Please check your User Name and Password and try again. If this problem persists, please contact the help desk.



I found this page
http://support.smarttelecom.ie/forums/archive/index.php/t-2441.html

And going through the telnet commands described there


Just in case
---------
lennyman
8th May, 09:53 PM
If you have the latest firmware installed I have version 7.7.0r6 I have Netopia 3347NWG wireless router Check for latest for your model.
Then go to start menu clickk run then type cmd hit enter then follow these instructions.

Telnet to the modem\router ->
1. telnet 192.168.1.254
2. Username \ Passwords (if required i myself did not have to)
3. Type in *Configure* (with out the * of course)
4. Type in *dmt type*
5. Type in *set adsl2+*
6. Tpye in *up*
7. Type in *up* (you should now be back at top level where you started)
8. Type in *ppp*
9. Type in *set*
10. Keep hitting enter until port-authentication appears, then change to
11. type in *pap-only*
12. Press "ENTER"
13. Put in your Smarttelecom *Username*
14. Press "ENTER"
15. Put in your Smarttelecom *Password*
16. Press "Enter"
17. Hit enter a few times.
18. Exit
19. restart (Telnet session finishes...)
20. Wait a minute or two until the "Internet" light turns green...
21. Then Enjoy

I am now using my wireless router with smart not bridging it with another router.
Hope this might help you in some way
---------


I found that my router was doing CHAP by default as opposed to PAP, which is the required setting.

On the graphical configuration there is NO place to set that, so thanks that I found that post with the telnet instructions.

So here is my telnet conversation

----------
$ telnet 192.168.1.254
Trying 192.168.1.254...
Connected to 192.168.1.254.
Escape character is '^]'.

Terminal shell v1.0
Copyright �2008 Motorola, Inc.  All rights reserved.
Netopia Model 3347NWG Wireless DSL Ethernet Switch
Running Netopia SOC OS version 7.8.0 (build r7)
Multimode ADSL Capable
(Admin completed login: Full Read/Write access)

Netopia-3000/17688716> configure

Config Mode v1.3
Netopia-3000/17688716 (top)>> dmt type
Netopia-3000/17688716 (dmt type)>> set adsl2+
Netopia-3000/17688716 (dmt type)>> up
Netopia-3000/17688716 (dmt)>> up
Netopia-3000/17688716 (top)>> ppp
Netopia-3000/17688716 (ppp)>> set
  ppp
    module vcc1
      option (on) [ off | on ]:
      mru (1492) [ 128 - 1492 ]:
      magic-number (on) [ off | on ]:
      protocol-compression (off) [ off | on ]:
      lcp-echo-requests (on) [ off | on ]:
      echo-period (10) [ 5 - 300 ]:
      lost-echoes-max (6) [ 1 - 20 ]:
      failures-max (10) [ 1 - 20 ]:
      configure-max (10) [ 1 - 20 ]:
      terminate-max (2) [ 1 - 10 ]:
      restart-timer (3) [ 1 - 30 ]:
      connection-type (always-on) [ instant-on | always-on ]:
      auto-connect (on) [ off | on ]:
      port-authentication
        option (chap-only) [ off | on | pap-only | chap-only ]: pap-only   <== This is the important part in my case!!!
        username ("********"):
        password ("********"):
Netopia-3000/17688716 (ppp)>>
Netopia-3000/17688716 (ppp)>> exit
Save modified configuration data? [n|y]: y
WARNING: admin account password has not been set


Configuration data saved.

Netopia-3000/17688716> Connection closed by foreign host.
----------


After a restart, the router connected to internet.

Thanks to whoever posted those telnet instructions.

Too Cool for Internet Explorer