Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

UPC Thomson TWG-870U & Technicolor TC7200 - Enabling "Cable modem" mode - basic guide

  • 17-12-2013 9:20pm
    #1
    Registered Users, Registered Users 2 Posts: 1,582 ✭✭✭


    BK: The following instructions also apply to the UPC Technicolor TC7200

    Folks,

    I spent hours looking for solution to change Thomson TWG870U to cable modem mode.
    I tried the html code injection based on great guide by DECEiFER, but without success.

    I finally have managed to achieve this by changing value in MIB table. Here is how to: (use network cable connected directly to Thomson router, don't do this over WiFi)

    Windows guide 1 (original one that worked for me)
    1. Download application capable of MIB editing (I have used CM watch (client) - nice cable modem monitoring tool, can be downloaded here)

    2. Download Net-SMP from here.

    3. Make sure you set up your CM Watch correctly:
    * Host - this is your router
    * Leave community settings at public.
    * we don't need (and we don't know) CMTS IP address.
    * path to NET-SNMP installation.

    aaa1.png

    aaa2.png

    4. Make sure you disable firewall on both your PC and router, disable any antyvirus software you have. Also enable 'Remote Config Management' on the Thomson

    aaa35.png

    aaa3.png

    Once I've done all steps above I could see some info from the mode.

    5. Select 'Set OID' from the icon bar.

    aaa6.png

    6. Change following key:
    1.3.6.1.4.1.4413.2.2.2.1.7.1.1.0
    from 2 to 1
    Type: Integer
    Use bottom part of the 'Set OID' window. When ready just click 'Set'

    aaa4.png


    7. Router should restart itself and change mode from 'Cable Home' to 'Cable Modem. That's it!

    My Open-WRT have public IP now (on the picture below it is my pc to show the method working), speeds are a bit better but ping was greatly improved. Phone still works.

    Windows guide 2 (thanks to Jonathanpbk)
    I could not get CMWatch to communicate with the Thomson at all. No matter what I did, it just wouldn't bring up any info from it.
    So I ended up looking around for an alternative MIB browser.
    I eventually found this. The free version works fine.

    I put the routers IP into the bar at the top, clicked "Advanced" and entered "public" into the "Read/Write Community" fields.
    Selected "Walk" in the "Operations" drop-down on the top bar back in the main window and clicked "Go". Straight away I'm seeing tonnes of info about the Thomson. I'm also seeing loads of MIB keys, so I search for the string in the first post and sure enough it's there, set to 2 as it should be. So I right-clicked (i think) on it and clicked "Set". changed the 2 to a 1 and saved it. Immediately my network connection died and started obtaining an IP again. Once it reconnected, I had a public IP on my PC!

    Linux / Unix / Mac OS X guide (thanks to drabisan)
    For further reference, in case a Linux user is too lazy to find it by itself, command is
    snmpset -v2c -c public 192.168.0.1 1.3.6.1.4.1.4413.2.2.2.1.7.1.1.0 i 1

    Assuming Thomson's ip address is 192.168.0.1


    Note 1:
    Modem settings can be reverted to default by doing factory reset - just hold the reset button at the back of the modem for > 30 seconds
    Note 2:
    Router can be accessed under: 192.168.100.1


«13456714

Comments

  • Registered Users, Registered Users 2 Posts: 3,220 ✭✭✭DECEiFER


    Brilliant find! I hope it does work on the TC2700 also because that will make a lot of people's day.


  • Registered Users Posts: 26 Colmrenault


    Excellent docentore, well done for all your hard work figuring this out, cant wait to try it.

    This will finally unleash the full awesomeness of my Asus RT-N56U, simultaneous dual band N600 router!!!


  • Registered Users, Registered Users 2 Posts: 1,582 ✭✭✭docentore


    No worries, I'll try to write up proper guide, but that might have to wait until middle of January as I'm mad busy right now.
    Anyone wants to do the "noob" guide - please feel free to do so.
    Router Modem can be still accessed on 192.168.100.1

    2013-12-17_22-44-58.jpg


  • Registered Users, Registered Users 2 Posts: 1,306 ✭✭✭ArthurG


    Sorry for the basic question, but what's the benefit of doing this?.

    (I realise if I need to ask I probably don't need to know!!)


  • Closed Accounts Posts: 2,267 ✭✭✭h57xiucj2z946q


    docentore wrote: »
    Folks,

    I spent hours looking for solution to change Thomson TWG870U to cable modem mode.
    I tried the html code injection based on great guide by DECEiFER, but without success.

    I finally have managed to achieve this by changing value in MIB table. Here is how to:
    1. Download application capable of MIB editing (I used CM watch - nice cable modem monitoring tool)
    2. Change following key:
    1.3.6.1.4.1.4413.2.2.2.1.7.1.1.0

    from 2 to 1.

    3. That's it!

    My Open-WRT have public IP now, speeds are a bit better but ping was greatly improved. Phone still works.

    My apologies for very basic guide, I did this on using BootCamp partition on my macbook and just switched back to osx. Will update the guide when I'll have some more time.

    (Might work also on Technicolor TC7200 as this one has also Broadcom chipset - needs to be confirmed)


    I remember trying this before when I had the 870UIR, however for SNMP communication, this MIB wasn't available via public. You had to use private. And even though it was possible to obtain the private community string, accessing it was locked to LAN ip from UPC side e.g. 10.x.x.x.

    It might have changed now though some firmware changes?


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,582 ✭✭✭docentore


    I remember trying this before when I had the 870UIR, however for SNMP communication, this MIB wasn't available via public. You had to use private. And even though it was possible to obtain the private community string, accessing it was locked to LAN ip from UPC side e.g. 10.x.x.x.

    It might have changed now though some firmware changes?

    Strange, I was able to do this no probs from my internal (I use 192.168.10. subnet) IP.


  • Registered Users Posts: 6 MaCXyLo


    hey dudes,
    it's chirstmastime. so i have a present for ya:
    http://www.4shared.com/zip/m81q_K34/D3925-P15-5-v302r125551-111216.html
    This is a original archive from cisco...
    inside are mib tables for a type of cable modem.

    second found today:
    http://www.pronext.com.pl/index.php?option=com_jumi&fileid=3&Itemid=18#

    present-16ufgnb.jpg

    kind regards


  • Registered Users, Registered Users 2 Posts: 413 ✭✭Skittle


    docentore wrote: »
    Folks,

    I spent hours looking for solution to change Thomson TWG870U to cable modem mode.
    I tried the html code injection based on great guide by DECEiFER, but without success.

    I finally have managed to achieve this by changing value in MIB table. Here is how to:
    1. Download application capable of MIB editing (I used CM watch - nice cable modem monitoring tool)
    2. Change following key:
    1.3.6.1.4.1.4413.2.2.2.1.7.1.1.0

    from 2 to 1.

    3. That's it!

    My Open-WRT have public IP now, speeds are a bit better but ping was greatly improved. Phone still works.

    My apologies for very basic guide, I did this on using BootCamp partition on my macbook and just switched back to osx. Will update the guide when I'll have some more time.

    (Might work also on Technicolor TC7200 as this one has also Broadcom chipset - needs to be confirmed)

    Does anyone know how to get CMWatch to connect to the Thomson?


  • Registered Users, Registered Users 2 Posts: 1,582 ✭✭✭docentore


    MaCXyLo wrote: »
    hey dudes,
    it's chirstmastime. so i have a present for ya:
    http://www.4shared.com/zip/m81q_K34/D3925-P15-5-v302r125551-111216.html
    This is a original archive from cisco...
    inside are mib tables for a type of cable modem.

    second found today:
    http://www.pronext.com.pl/index.php?option=com_jumi&fileid=3&Itemid=18#

    present-16ufgnb.jpg

    kind regards

    Good find. I've updated the OP to include the CM Watch3 download link


  • Registered Users, Registered Users 2 Posts: 619 ✭✭✭white_westie


    Downloaded CMWatch and installed on win7- had a quick look at this with my TC7200
    Tried to communicate with modem, but getting no response from CMTS.
    Using a wired connection to modem - tried both modem address and public address.
    Also ran exe as administrator, but no go either.

    Do I need to configure any else besides Host?

    WW


  • Advertisement
  • Moderators, Technology & Internet Moderators Posts: 12,450 Mod ✭✭✭✭dub45


    Isn't it absurd that UPC force their customers to go through these hoops and won't deign to communicate with customers as to why the basic facility isn't available.


  • Registered Users, Registered Users 2 Posts: 1,582 ✭✭✭docentore


    Downloaded CMWatch and installed on win7- had a quick look at this with my TC7200
    Tried to communicate with modem, but getting no response from CMTS.
    Using a wired connection to modem - tried both modem address and public address.
    Also ran exe as administrator, but no go either.

    Do I need to configure any else besides Host?

    WW

    Did you get ANY info off the router? I never got any response of the CMTS, neither CM status.
    What I had was just MAC addresses displayed and some info on SNMP template screen. Just went to 'Set OID' and typed the values above into the lower part of the screen.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,504 CMod ✭✭✭✭Spear


    I can't get any response out of my Thomson for this.

    Though ironically, while testing I found my WRT350N with OpenWRT that I planned to use, has terrible throughput and chokes out at 75mbps, whereas the Thomson manages the full 150 mbps.


  • Registered Users, Registered Users 2 Posts: 619 ✭✭✭white_westie


    docentore wrote: »
    Did you get ANY info off the router? I never got any response of the CMTS, neither CM status.
    What I had was just MAC addresses displayed and some info on SNMP template screen. Just went to 'Set OID' and typed the values above into the lower part of the screen.

    No got nothing at all.
    Status (bottom) line just shows host addr, Standby, Not Responding, No data from CMTS, No data from CMTS, Polling ON.

    Did notice when I startup, it takes a few seconds to populate the status line - suspect it's timing out.

    While looking for some info on using CMWatch came across a java based tool call DocsDiag - you run it from the command line.
    Tried out the various parameters (eg: ip addresses, HFC mac address), but times out with a 'Host xxx.xxx.xxx.xxx not responding'
    Cannot reset modem to test if snmp is being blocked by modem firmware.
    Using info from here homepage.ntlworld.com/robin.d.h.walker/docsdiag

    Will post if I get any further.

    Would be nice if UPC just upgraded the firmware to the same version as used in The Netherlands!

    WW


  • Registered Users, Registered Users 2 Posts: 1,582 ✭✭✭docentore


    folks, check firewall on the Thomson router. Make sure t is disabled.
    I'll reset my router to factory settings and do the guide with screenshots etc


  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,504 CMod ✭✭✭✭Spear


    I've tried that too, it still doesn't respond.


  • Registered Users, Registered Users 2 Posts: 1,582 ✭✭✭docentore


    Spear wrote: »
    I've tried that too, it still doesn't respond.

    I just had the modem reset to defaults. Then repeated whole procedure - worked perfectly for the second time. See updated OP with screenshots and some more details


  • Registered Users Posts: 477 ✭✭Jonathanpbk


    I'm also having the same issue as Spear and white_westie, unfortunately...

    Don't know if it's worth mentioning, but I had a DLL error when I first tried to open CMWatch. I downloaded the missing file and all seemed fine. Don't think it would cause a connection issue, but I thought I'd say it anyway.

    Also, I get a message about the SNMP template every time I run CMWatch. Again, don't know if that's important but I thought I'd mention it anyway!

    I'd love to figure this out! It's either this, or try and get UPC to swap out my Thomson for a Cisco that I can set to Bridge mode! And that's like getting blood out of a stone!

    EDIT: Just thought I'd add a bit more info about my set up so you have a better understanding. I'm on Windows 8.1 with no third party virus or firewall software. I have Windows Defender and Windows Firewall turned off. I'm hard-wired into the router and the router is reset completely. The router firewall is disabled, and Remote Config Management is enabled as per instructions.


    Anyway, here are some screenshots.

    SNMP Template message:
    Untitled1.png


    Configuration:
    Untitled3.pngUntitled4.png

    Main window after trying to connect:
    Untitled5.png


  • Registered Users Posts: 198 ✭✭johnny-grunge


    Would anyone be able to explain the reason for doing this pretty please? I've been googling but can't find jack.

    I currently have my twg870 hardwired to a wl500w running ddwrt and acting as an wireless access point to combat my wifi proof abode.

    Edit: Am I or the right track here? http://www.moonblinkwifi.com/routervsbridge.cfm


  • Registered Users Posts: 477 ✭✭Jonathanpbk


    Ok, so I think I got this working!

    I could not get CMWatch to communicate with the Thomson at all. No matter what I did, it just wouldn't bring up any info from it. So I ended up looking around for an alternative MIB browser. I eventually found this. The free version works fine.

    I put the routers IP into the bar at the top, clicked "Advanced" and entered "public" into the "Read/Write Community" fields. Selected "Walk" in the "Operations" drop-down on the top bar back in the main window and clicked "Go". Straight away I'm seeing tonnes of info about the Thomson. I'm also seeing loads of MIB keys, so I search for the string in the first post and sure enough it's there, set to 2 as it should be. So I right-clicked (i think) on it and clicked "Set". changed the 2 to a 1 and saved it. Immediately my network connection died and started obtaining an IP again. Once it reconnected, I had a public IP on my PC! So I'm assuming it worked! Going to get a new router now!

    One thing I wanted to ask. When you go to 192.168.100.1 now, it's really basic. Only "Status" and "Wireless" show up under "Gateway". Is that normal, yeah? Also, I can't connect to it again with the MIB browser. So how can you reverse this if, say, I needed to send the Thomson back to UPC for whatever reason?

    Thanks again for the guide! If this helps me get over NAT issues on the PS4, I'll be forever grateful! haha


  • Advertisement
  • Registered Users Posts: 477 ✭✭Jonathanpbk


    Update:

    So I've run into a major issue. When I have the Thomson wired to my PC, my PC gets automatically assigned a 109.255.243. IP. The subnet is 255.255.254.0. I can browse the internet just fine when it's wired to the pc.

    However, when I try and hook it into the WAN port of my new router (TP-Link WDR3600) with stock firmware AND DD-WRT, I get nothing on the WAN port. So now I can only receive internet on one PC, and no wireless devices! I also can't revert to the original setup because I can't connect to the Modem with the MIB browser or CMWatch any more. This is very crippling as there are multiple PC's and laptops in the house, as well as phones and games consoles...

    Can anyone help me please!? I obviously can't even go to UPC with this as I'm pretty sure I'm not supposed to be tampering with the Thomson!! I'm really desperate at this stage. I've been tinkering for hours, with no solution in sight.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,504 CMod ✭✭✭✭Spear


    Ok, so I think I got this working!

    I could not get CMWatch to communicate with the Thomson at all. No matter what I did, it just wouldn't bring up any info from it. So I ended up looking around for an alternative MIB browser. I eventually found this. The free version works fine.

    I put the routers IP into the bar at the top, clicked "Advanced" and entered "public" into the "Read/Write Community" fields. Selected "Walk" in the "Operations" drop-down on the top bar back in the main window and clicked "Go". Straight away I'm seeing tonnes of info about the Thomson. I'm also seeing loads of MIB keys, so I search for the string in the first post and sure enough it's there, set to 2 as it should be. So I right-clicked (i think) on it and clicked "Set". changed the 2 to a 1 and saved it. Immediately my network connection died and started obtaining an IP again. Once it reconnected, I had a public IP on my PC! So I'm assuming it worked! Going to get a new router now!

    One thing I wanted to ask. When you go to 192.168.100.1 now, it's really basic. Only "Status" and "Wireless" show up under "Gateway". Is that normal, yeah? Also, I can't connect to it again with the MIB browser. So how can you reverse this if, say, I needed to send the Thomson back to UPC for whatever reason?

    Thanks again for the guide! If this helps me get over NAT issues on the PS4, I'll be forever grateful! haha

    This approach worked for me. Time to see how well it works.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,504 CMod ✭✭✭✭Spear


    How do I reverse this? The OID doesn't appear any more after the restart.


  • Registered Users, Registered Users 2 Posts: 2,182 ✭✭✭ondafly


    if you reset the modem , does it restore it to a normal router/modem combo ?


  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,504 CMod ✭✭✭✭Spear


    ondafly wrote: »
    if you reset the modem , does it restore it to a normal router/modem combo ?

    No, it maintains the mode that was set, so in this case it's in modem only mode.


  • Registered Users Posts: 477 ✭✭Jonathanpbk


    So my issue was that I forgot to power cycle everything after I got the new modem, and it just would not pick up a WAN IP. Silly me, that's always the first bit of advice that I give anyone that asks me about tech issues!!

    Anyway, everything is working brilliantly now! No more NAT errors on the PS4 or Xbox one which is all I really wanted out of this! Not to mention I now have a lovely new DD-WRT router doing my routing and WIFI etc! Really happy now!

    I would, however, like to know if there is a way of reversing this. Just for future reference, in case I need to swap the Thomson out for any reason.

    Anyway, thanks a million to docentore for this!


  • Closed Accounts Posts: 73 ✭✭Asm


    Do you think anything like this would work with the Horizon box? Or would it not because the fact that Horizon is a router and set top box in one?
    Thanks.


  • Registered Users Posts: 58 ✭✭drabisan


    docentore, I hope you know how many people in Ireland you helped with your discovery!
    Thank you!

    For further reference, in case a Linux user is too lazy to find it by itself, command is
    snmpset -v2c -c public 192.168.0.1 1.3.6.1.4.1.4413.2.2.2.1.7.1.1.0 i 1

    Assuming Thomson's ip address is 192.168.0.1.

    I have to admit I don't understand exactly why "Remote Config Management" needs to be enable, but I haven't tested it without "Remote Config Management".

    One more time, Thank you!


  • Registered Users, Registered Users 2 Posts: 3,886 ✭✭✭cgarvey


    That OID doesn't exist on my TWG870U. All its OIDs start with iso.3.6.1.XX. If I snmpwalk the modem, the only mention of "4413" is in one line (of 1046):
    iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.4413.2.1.6
    
    . I.e. no "1.3.6.1.4.1.4413.2.2.2.1.7.1.1.0" or "iso.3.6.1.4.1.4413.2.2.2.1.7.1.1.0" OID to modify.

    I wonder is my firmware version (STB9.01.30) the issue, or am I doing it wrong™?


  • Advertisement
  • Registered Users Posts: 232 ✭✭clancger


    Hi all,

    Is there any setting made available during in this procedure that would help me with Port Forwarding on my TWG-870U?

    I've never been able to get mine to play nice with forwarding

    Cheers


  • Closed Accounts Posts: 73 ✭✭Asm


    clancger wrote: »
    Hi all,

    Is there any setting made available during in this procedure that would help me with Port Forwarding on my TWG-870U?

    I've never been able to get mine to play nice with forwarding

    Cheers
    If you type 192.168.0.1 in your browser you'll get to your routers page. Leave the user field blank but put "admin" in the password field. If you look around the menus you should find "Fowarding" somewhere. You should set your pc up to request a static ip (plenty of examples on the Internet) then forward the ports you need. Make sure your anti virus isnt blocking the ports aswell.
    Good luck.


  • Registered Users Posts: 232 ✭✭clancger


    Asm wrote: »
    If you type 192.168.0.1 in your browser you'll get to your routers page. Leave the user field blank but put "admin" in the password field. If you look around the menus you should find "Fowarding" somewhere. You should set your pc up to request a static ip (plenty of examples on the Internet) then forward the ports you need. Make sure your anti virus isnt blocking the ports aswell.
    Good luck.

    Yep, I know how to set up forwarding and have set up and configured many times. It's just I can never get it to work on this router. As far as I understand this is common on the 870.

    I was hoping that there might be some more functionality unlocked with this trick


  • Closed Accounts Posts: 73 ✭✭Asm


    clancger wrote: »
    Yep, I know how to set up forwarding and have set up and configured many times. It's just I can never get it to work on this router. As far as I understand this is common on the 870.

    I was hoping that there might be some more functionality unlocked with this trick
    Alright. Are you sure there's no firewall or anti virus blocking the ports aswell?


  • Registered Users Posts: 58 ✭✭drabisan


    Try running
    snmpwalk -v2c -c public 192.168.0.1 1.3.6.1.4.1.4413.2.2.2.1.7.1.1.0
    should return 2.
    And hopefully not an error


  • Registered Users, Registered Users 2 Posts: 3,886 ✭✭✭cgarvey


    drabisan wrote: »
    Try running
    snmpwalk -v2c -c public 192.168.0.1 1.3.6.1.4.1.4413.2.2.2.1.7.1.1.0
    should return 2.
    And hopefully not an error

    I get "iso.3.6.1.4.1.4413.2.2.2.1.7.1.1.0 = No Such Object available on this agent at this OID" (straight away).


  • Advertisement
  • Registered Users Posts: 58 ✭✭drabisan


    Weird! UPC Ireland is suppose to use only STBA.01.50. And for that version this is the right OID.
    A router power down and power up should force the upgrade.

    But it's good to keep in mind that different software may have such different OIDs :(


  • Registered Users Posts: 50 ✭✭genek


    dub45 wrote: »
    Isn't it absurd that UPC force their customers to go through these hoops and won't deign to communicate with customers as to why the basic facility isn't available.

    Dub45 cannot agree with you more.

    In regards to TC7200 can anyone confirm this trick works correctly on our routers?


  • Closed Accounts Posts: 2,267 ✭✭✭h57xiucj2z946q


    drabisan wrote: »
    Weird! UPC Ireland is suppose to use only STBA.01.50. And for that version this is the right OID.
    A router power down and power up should force the upgrade.

    But it's good to keep in mind that different software may have such different OIDs :(

    My Thomson was stuck on STB9.01.30 (Thomson Wireless PacketCable Gateway E-MTA <<HW_REV: 1.1; VENDOR: Thomson; BOOTR: 2.3.0; SW_REV: STB9.01.30; MODEL: TWG870U>>), even though it seemed everyone else was on STB9.01.36.

    I have since got the EPC3925.

    Here was the MIB's I had on my TWG870UIR (STB9.01.30)..

    You could see if any of the MIB's below work for you. Possible one of the ones with a value of 2 would be an ideal candidate to change to value of 1.
    However changing the wrong one could be very risky.
    1.3.6.1.2.1.69.1.3.3.0 -> 2 (i32)
            1.3.6.1.4.1.1429.77.1.3.2.0 -> 2 (i32)
        1.3.6.1.4.1.1429.77.1.7.1.1.1.1 -> 1 (i32)
        1.3.6.1.4.1.1429.77.1.7.1.1.1.2 -> 2 (i32)
      1.3.6.1.4.1.1429.77.1.7.2.1.3.1.1 -> 100 (i32)
      1.3.6.1.4.1.1429.77.1.7.2.1.3.1.2 -> 0 (i32)
     1.3.6.1.4.1.1429.77.1.7.2.1.3.10.1 -> 0 (i32)
     1.3.6.1.4.1.1429.77.1.7.2.1.3.10.2 -> 100 (i32)
           1.3.6.1.4.1.1429.77.1.7.10.0 -> HEX:FF FF FF FF FF FF FF FF FF FF FF FF 
           1.3.6.1.4.1.1429.77.1.7.11.0 -> HEX:FF FF FF FF FF FF FF FF FF FF FF FF 
            1.3.6.1.4.1.1429.77.1.7.6.0 -> admin
            1.3.6.1.4.1.1429.77.1.7.7.0 -> SAw3bstar!E
              1.3.6.1.4.1.1429.78.1.1.0 -> 0 (i32)
         1.3.6.1.4.1.1429.78.1.1001.5.0 -> 0 (i32)
         1.3.6.1.4.1.1429.78.1.1001.2.0 -> HEX:80 
         1.3.6.1.4.1.1429.78.1.1001.3.0 -> webstar
         1.3.6.1.4.1.1429.78.1.1001.4.0 -> webstar
         1.3.6.1.4.1.1429.78.1.1001.1.0 -> 1 (i32)
        1.3.6.1.4.1.1429.77.1.6.1.1.2.1 -> EPC2203
        1.3.6.1.4.1.1429.77.1.6.1.1.6.1 -> fw/epc2203-E10-13-v202r1262-110516cs.bin
        1.3.6.1.4.1.1429.77.1.6.1.1.7.1 -> 89.101.160.37
        1.3.6.1.4.1.1429.77.1.6.1.1.8.1 -> 2 (i32)
        1.3.6.1.4.1.1429.77.1.6.1.1.9.1 -> 2 (i32)
        1.3.6.1.4.1.1429.77.1.6.1.1.2.2 -> EPC2425
        1.3.6.1.4.1.1429.77.1.6.1.1.6.2 -> fw/epc2425-E10-5-v202r12812-111007cs_upc.bin
        1.3.6.1.4.1.1429.77.1.6.1.1.7.2 -> 89.101.160.37
        1.3.6.1.4.1.1429.77.1.6.1.1.8.2 -> 2 (i32)
        1.3.6.1.4.1.1429.77.1.6.1.1.9.2 -> 2 (i32)
        1.3.6.1.4.1.1429.77.1.6.1.1.2.3 -> EPC3925
        1.3.6.1.4.1.1429.77.1.6.1.1.6.3 -> fw/epc3925-ESIP-12-v302r125533-110830c_upc.bin
        1.3.6.1.4.1.1429.77.1.6.1.1.7.3 -> 89.101.160.37
        1.3.6.1.4.1.1429.77.1.6.1.1.8.3 -> 2 (i32)
        1.3.6.1.4.1.1429.77.1.6.1.1.9.3 -> 2 (i32)
           1.3.6.1.4.1.1429.77.1.3.12.0 -> SAw3bstar!E
          1.3.6.1.4.1.1429.79.2.1.1.4.0 -> 139 (u32)
          1.3.6.1.4.1.1429.79.2.1.1.3.0 -> 1 (i32)
          1.3.6.1.4.1.1429.79.2.2.1.3.0 -> 0 (u32)
        1.3.6.1.4.1.1429.79.2.3.9.1.3.0 -> 0 (i32)
     1.3.6.1.4.1.1429.79.2.2.2.1.1.4.32 -> 2 (i32)
     1.3.6.1.4.1.1429.79.2.2.2.1.1.4.33 -> 2 (i32)
     1.3.6.1.4.1.1429.79.2.2.2.1.1.2.33 -> 2 (i32)
         1.3.6.1.4.1.1429.79.2.2.1.14.0 -> 7 (i32)
     1.3.6.1.4.1.1429.79.2.2.3.1.1.3.32 -> 120 (i32)
     1.3.6.1.4.1.1429.79.2.2.3.1.1.3.33 -> 120 (i32)
       1.3.6.1.4.1.1429.79.2.3.2.1.1.33 -> 2 (i32)
     1.3.6.1.4.1.1429.79.2.2.3.1.1.1.32 -> 2 (i32)
     1.3.6.1.4.1.1429.79.2.2.3.1.1.1.33 -> 2 (i32)
        1.3.6.1.4.1.1429.79.2.2.3.6.1.0 -> 0 (i32)
          1.3.6.1.4.1.1429.79.2.4.2.2.0 -> HEX:00 
              1.3.6.1.4.1.2863.78.1.1.0 -> 0 (i32)
        1.3.6.1.4.1.2863.205.1.1.75.4.0 -> 1 (i32)
        1.3.6.1.4.1.2863.205.1.1.75.2.0 -> webstar
        1.3.6.1.4.1.2863.205.1.1.75.3.0 -> webstar
        1.3.6.1.4.1.2863.205.1.1.75.5.0 -> 0 (i32)
        1.3.6.1.4.1.2863.205.1.1.78.1.0 -> 1 (i32)
        1.3.6.1.4.1.2863.205.1.1.78.2.0 -> 2 (i32)
         1.3.6.1.4.1.2863.205.10.1.21.0 -> thomson
         1.3.6.1.4.1.2863.205.10.1.22.0 -> thomson
          1.3.6.1.4.1.2863.205.1.1.54.0 -> 0 (i32)
    1.3.6.1.4.1.2863.205.10.1.33.3.1.8.0 -> 2 (i32)
      1.3.6.1.4.1.2863.205.1.1.80.1.2.1 -> STBA
      1.3.6.1.4.1.2863.205.1.1.80.1.3.1 -> TWG870U
      1.3.6.1.4.1.2863.205.1.1.80.1.5.1 -> 89.101.160.37
      1.3.6.1.4.1.2863.205.1.1.80.1.6.1 -> fw/TWG870U-B9.01.30-101026-F-1C1.bin
      1.3.6.1.4.1.2863.205.1.1.80.1.7.1 -> 2 (i32)
      1.3.6.1.4.1.2863.205.1.1.80.1.2.2 -> STB9
      1.3.6.1.4.1.2863.205.1.1.80.1.3.2 -> TWG870U
      1.3.6.1.4.1.2863.205.1.1.80.1.5.2 -> 89.101.160.37
      1.3.6.1.4.1.2863.205.1.1.80.1.6.2 -> fw/TWG870U-B9.01.30-101026-F-1C1.bin
      1.3.6.1.4.1.2863.205.1.1.80.1.7.2 -> 2 (i32)
               1.3.6.1.2.1.69.1.2.1.2.1 -> 0.0.0.0
               1.3.6.1.2.1.69.1.2.1.3.1 -> 0.0.0.0
               1.3.6.1.2.1.69.1.2.1.4.1 -> public
               1.3.6.1.2.1.69.1.2.1.5.1 -> 2 (i32)
               1.3.6.1.2.1.69.1.2.1.6.1 -> @
               1.3.6.1.2.1.69.1.2.1.7.1 -> 4 (i32)
               1.3.6.1.2.1.69.1.2.1.2.2 -> 0.0.0.0
               1.3.6.1.2.1.69.1.2.1.3.2 -> 0.0.0.0
               1.3.6.1.2.1.69.1.2.1.4.2 -> S7@rgu5cp3
               1.3.6.1.2.1.69.1.2.1.5.2 -> 3 (i32)
               1.3.6.1.2.1.69.1.2.1.6.2 -> HEX:C0 
               1.3.6.1.2.1.69.1.2.1.7.2 -> 4 (i32)
                 1.3.6.1.2.1.69.1.6.1.0 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.2.1.3.1 -> 0 (i32)
             1.3.6.1.2.1.69.1.6.2.1.4.1 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.2.1.5.1 -> 2048 (i32)
             1.3.6.1.2.1.69.1.6.2.1.2.1 -> 4 (i32)
             1.3.6.1.2.1.69.1.6.2.1.3.2 -> 0 (i32)
             1.3.6.1.2.1.69.1.6.2.1.4.2 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.2.1.5.2 -> 2054 (i32)
             1.3.6.1.2.1.69.1.6.2.1.2.2 -> 4 (i32)
                 1.3.6.1.2.1.69.1.6.3.0 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.3.1 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.4.1 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.5.1 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.6.1 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.7.1 -> 0.0.0.0
             1.3.6.1.2.1.69.1.6.4.1.8.1 -> 0.0.0.0
             1.3.6.1.2.1.69.1.6.4.1.9.1 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.10.1 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.11.1 -> 17 (i32)
            1.3.6.1.2.1.69.1.6.4.1.12.1 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.13.1 -> 65535 (i32)
            1.3.6.1.2.1.69.1.6.4.1.14.1 -> 67 (i32)
            1.3.6.1.2.1.69.1.6.4.1.15.1 -> 67 (i32)
             1.3.6.1.2.1.69.1.6.4.1.2.1 -> 4 (i32)
             1.3.6.1.2.1.69.1.6.4.1.3.2 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.4.2 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.5.2 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.6.2 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.7.2 -> 0.0.0.0
             1.3.6.1.2.1.69.1.6.4.1.8.2 -> 0.0.0.0
             1.3.6.1.2.1.69.1.6.4.1.9.2 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.10.2 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.11.2 -> 17 (i32)
            1.3.6.1.2.1.69.1.6.4.1.12.2 -> 67 (i32)
            1.3.6.1.2.1.69.1.6.4.1.13.2 -> 67 (i32)
            1.3.6.1.2.1.69.1.6.4.1.14.2 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.15.2 -> 65535 (i32)
             1.3.6.1.2.1.69.1.6.4.1.2.2 -> 4 (i32)
             1.3.6.1.2.1.69.1.6.4.1.3.3 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.4.3 -> 0 (i32)
             1.3.6.1.2.1.69.1.6.4.1.5.3 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.6.3 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.7.3 -> 127.0.0.1
             1.3.6.1.2.1.69.1.6.4.1.8.3 -> 255.255.255.255
             1.3.6.1.2.1.69.1.6.4.1.9.3 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.10.3 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.11.3 -> 256 (i32)
            1.3.6.1.2.1.69.1.6.4.1.12.3 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.13.3 -> 65535 (i32)
            1.3.6.1.2.1.69.1.6.4.1.14.3 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.15.3 -> 65535 (i32)
             1.3.6.1.2.1.69.1.6.4.1.2.3 -> 4 (i32)
             1.3.6.1.2.1.69.1.6.4.1.3.4 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.4.4 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.5.4 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.6.4 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.7.4 -> 192.168.0.0
             1.3.6.1.2.1.69.1.6.4.1.8.4 -> 255.255.0.0
             1.3.6.1.2.1.69.1.6.4.1.9.4 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.10.4 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.11.4 -> 256 (i32)
            1.3.6.1.2.1.69.1.6.4.1.12.4 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.13.4 -> 65535 (i32)
            1.3.6.1.2.1.69.1.6.4.1.14.4 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.15.4 -> 65535 (i32)
             1.3.6.1.2.1.69.1.6.4.1.2.4 -> 4 (i32)
             1.3.6.1.2.1.69.1.6.4.1.3.5 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.4.5 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.5.5 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.6.5 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.7.5 -> 172.16.0.0
             1.3.6.1.2.1.69.1.6.4.1.8.5 -> 255.240.0.0
             1.3.6.1.2.1.69.1.6.4.1.9.5 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.10.5 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.11.5 -> 256 (i32)
            1.3.6.1.2.1.69.1.6.4.1.12.5 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.13.5 -> 65535 (i32)
            1.3.6.1.2.1.69.1.6.4.1.14.5 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.15.5 -> 65535 (i32)
             1.3.6.1.2.1.69.1.6.4.1.2.5 -> 4 (i32)
             1.3.6.1.2.1.69.1.6.4.1.3.6 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.4.6 -> 0 (i32)
             1.3.6.1.2.1.69.1.6.4.1.5.6 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.6.6 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.7.6 -> 169.254.0.0
             1.3.6.1.2.1.69.1.6.4.1.8.6 -> 255.255.0.0
             1.3.6.1.2.1.69.1.6.4.1.9.6 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.10.6 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.11.6 -> 256 (i32)
            1.3.6.1.2.1.69.1.6.4.1.12.6 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.13.6 -> 65535 (i32)
            1.3.6.1.2.1.69.1.6.4.1.14.6 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.15.6 -> 65535 (i32)
             1.3.6.1.2.1.69.1.6.4.1.2.6 -> 4 (i32)
             1.3.6.1.2.1.69.1.6.4.1.3.7 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.4.7 -> 0 (i32)
             1.3.6.1.2.1.69.1.6.4.1.5.7 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.6.7 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.7.7 -> 89.101.170.0
             1.3.6.1.2.1.69.1.6.4.1.8.7 -> 255.255.255.128
             1.3.6.1.2.1.69.1.6.4.1.9.7 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.10.7 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.11.7 -> 6 (i32)
            1.3.6.1.2.1.69.1.6.4.1.12.7 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.13.7 -> 65535 (i32)
            1.3.6.1.2.1.69.1.6.4.1.14.7 -> 139 (i32)
            1.3.6.1.2.1.69.1.6.4.1.15.7 -> 139 (i32)
             1.3.6.1.2.1.69.1.6.4.1.2.7 -> 4 (i32)
             1.3.6.1.2.1.69.1.6.4.1.3.8 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.4.8 -> 0 (i32)
             1.3.6.1.2.1.69.1.6.4.1.5.8 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.6.8 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.7.8 -> 0.0.0.0
             1.3.6.1.2.1.69.1.6.4.1.8.8 -> 0.0.0.0
             1.3.6.1.2.1.69.1.6.4.1.9.8 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.10.8 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.11.8 -> 6 (i32)
            1.3.6.1.2.1.69.1.6.4.1.12.8 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.13.8 -> 65535 (i32)
            1.3.6.1.2.1.69.1.6.4.1.14.8 -> 137 (i32)
            1.3.6.1.2.1.69.1.6.4.1.15.8 -> 139 (i32)
             1.3.6.1.2.1.69.1.6.4.1.2.8 -> 4 (i32)
             1.3.6.1.2.1.69.1.6.4.1.3.9 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.4.9 -> 0 (i32)
             1.3.6.1.2.1.69.1.6.4.1.5.9 -> 1 (i32)
             1.3.6.1.2.1.69.1.6.4.1.6.9 -> 2 (i32)
             1.3.6.1.2.1.69.1.6.4.1.7.9 -> 0.0.0.0
             1.3.6.1.2.1.69.1.6.4.1.8.9 -> 0.0.0.0
             1.3.6.1.2.1.69.1.6.4.1.9.9 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.10.9 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.11.9 -> 17 (i32)
            1.3.6.1.2.1.69.1.6.4.1.12.9 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.13.9 -> 65535 (i32)
            1.3.6.1.2.1.69.1.6.4.1.14.9 -> 137 (i32)
            1.3.6.1.2.1.69.1.6.4.1.15.9 -> 139 (i32)
             1.3.6.1.2.1.69.1.6.4.1.2.9 -> 4 (i32)
            1.3.6.1.2.1.69.1.6.4.1.3.10 -> 1 (i32)
            1.3.6.1.2.1.69.1.6.4.1.4.10 -> 0 (i32)
            1.3.6.1.2.1.69.1.6.4.1.5.10 -> 1 (i32)
            1.3.6.1.2.1.69.1.6.4.1.6.10 -> 2 (i32)
            1.3.6.1.2.1.69.1.6.4.1.7.10 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.8.10 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.9.10 -> 0.0.0.0
           1.3.6.1.2.1.69.1.6.4.1.10.10 -> 0.0.0.0
           1.3.6.1.2.1.69.1.6.4.1.11.10 -> 6 (i32)
           1.3.6.1.2.1.69.1.6.4.1.12.10 -> 0 (i32)
           1.3.6.1.2.1.69.1.6.4.1.13.10 -> 65535 (i32)
           1.3.6.1.2.1.69.1.6.4.1.14.10 -> 135 (i32)
           1.3.6.1.2.1.69.1.6.4.1.15.10 -> 135 (i32)
            1.3.6.1.2.1.69.1.6.4.1.2.10 -> 4 (i32)
            1.3.6.1.2.1.69.1.6.4.1.3.11 -> 1 (i32)
            1.3.6.1.2.1.69.1.6.4.1.4.11 -> 1 (i32)
            1.3.6.1.2.1.69.1.6.4.1.5.11 -> 1 (i32)
            1.3.6.1.2.1.69.1.6.4.1.6.11 -> 2 (i32)
            1.3.6.1.2.1.69.1.6.4.1.7.11 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.8.11 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.9.11 -> 10.0.0.0
           1.3.6.1.2.1.69.1.6.4.1.10.11 -> 255.0.0.0
           1.3.6.1.2.1.69.1.6.4.1.11.11 -> 256 (i32)
           1.3.6.1.2.1.69.1.6.4.1.12.11 -> 0 (i32)
           1.3.6.1.2.1.69.1.6.4.1.13.11 -> 65535 (i32)
           1.3.6.1.2.1.69.1.6.4.1.14.11 -> 0 (i32)
           1.3.6.1.2.1.69.1.6.4.1.15.11 -> 65535 (i32)
            1.3.6.1.2.1.69.1.6.4.1.2.11 -> 4 (i32)
            1.3.6.1.2.1.69.1.6.4.1.3.12 -> 1 (i32)
            1.3.6.1.2.1.69.1.6.4.1.4.12 -> 1 (i32)
            1.3.6.1.2.1.69.1.6.4.1.5.12 -> 1 (i32)
            1.3.6.1.2.1.69.1.6.4.1.6.12 -> 2 (i32)
            1.3.6.1.2.1.69.1.6.4.1.7.12 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.8.12 -> 0.0.0.0
            1.3.6.1.2.1.69.1.6.4.1.9.12 -> 89.101.160.32
           1.3.6.1.2.1.69.1.6.4.1.10.12 -> 255.255.255.224
           1.3.6.1.2.1.69.1.6.4.1.11.12 -> 17 (i32)
           1.3.6.1.2.1.69.1.6.4.1.12.12 -> 0 (i32)
           1.3.6.1.2.1.69.1.6.4.1.13.12 -> 65535 (i32)
           1.3.6.1.2.1.69.1.6.4.1.14.12 -> 69 (i32)
           1.3.6.1.2.1.69.1.6.4.1.15.12 -> 69 (i32)
            1.3.6.1.2.1.69.1.6.4.1.2.12 -> 4 (i32)
    

    Lots of juicy passwords in there. You can also map some of the MIBs to http://docsis.org/node/360
    "S7@rgu5cp3" seems to be another SNMP community string along with "public"

    webstar/webstar is the telnet login credentials which is listening on 192.168.100.1


  • Registered Users, Registered Users 2 Posts: 3,886 ✭✭✭cgarvey


    Progress, but no dice.

    I was doing it wrong™. I wasn't doing a full SNMP walk so the latter ..4413.. OIDs weren't being returned (there's actually closer to 2k objects). Now I can get them all. However, the OP's OID still doesn't exist.
    # snmpwalk -v2c -c public 192.168.21.1 .1.3.6.1.4.1.4413.2.2.2.1.7
    iso.3.6.1.4.1.4413.2.2.2.1.7.1.2.0 = INTEGER: 2
    iso.3.6.1.4.1.4413.2.2.2.1.7.1.3.0 = INTEGER: 2
    iso.3.6.1.4.1.4413.2.2.2.1.7.1.4.0 = INTEGER: 5
    

    (Ignore the different IP, I've changed mine in web ui).

    So either ..7.1.1.0 is disabled from public view (hinted in in post #6), or my modem being stuck on STB9.01.30 (after numerous hard, and soft, reboots). Or, of course, I could well be still doing it wrong™.

    Any way to force a firmware upgrade?


  • Closed Accounts Posts: 2,267 ✭✭✭h57xiucj2z946q


    cgarvey wrote: »
    Progress, but no dice.

    I was doing it wrong™. I wasn't doing a full SNMP walk so the latter ..4413.. OIDs weren't being returned (there's actually closer to 2k objects). Now I can get them all. However, the OP's OID still doesn't exist.
    # snmpwalk -v2c -c public 192.168.21.1 .1.3.6.1.4.1.4413.2.2.2.1.7
    iso.3.6.1.4.1.4413.2.2.2.1.7.1.2.0 = INTEGER: 2
    iso.3.6.1.4.1.4413.2.2.2.1.7.1.3.0 = INTEGER: 2
    iso.3.6.1.4.1.4413.2.2.2.1.7.1.4.0 = INTEGER: 5
    

    (Ignore the different IP, I've changed mine in web ui).

    So either ..7.1.1.0 is disabled from public view (hinted in in post #6), or my modem being stuck on STB9.01.30 (after numerous hard, and soft, reboots). Or, of course, I could well be still doing it wrong™.

    Any way to force a firmware upgrade?

    JTAG I'm afraid, however you would need someone to give you the 1.50 flash.

    Let me pull out the list of web pages on the EPC3925 firmware, there may be a hidden one for firmware upgrades that possibly is similar to the TWG870. I know many webpage names are common to both already. Most DOCSIS scientific atlanta, cisco, webstar, thomson and others use same chipset and the firmwares are all very similar or the same. Mainly eCos based.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 619 ✭✭✭white_westie


    No got nothing at all.
    Status (bottom) line just shows host addr, Standby, Not Responding, No data from CMTS, No data from CMTS, Polling ON.

    Did notice when I startup, it takes a few seconds to populate the status line - suspect it's timing out.

    Will post if I get any further.

    Would be nice if UPC just upgraded the firmware to the same version as used in The Netherlands!

    WW

    Eventually was allowed to look at this again, and by switching off firewall on tc7200 I could connect with the tool 'MIB Browser' and see everything.

    Reluctant to attempt to change this without a rollback option - does a factory reset not restore it back to defaults?
    Also wondering does the phone still work after it is switched to bridge mode?
    Due to pending exams with others in house, cannot afford to risk changing it at the moment.

    WW


  • Closed Accounts Posts: 2,267 ✭✭✭h57xiucj2z946q


    Here is some links present in firmware:
    /Administration.htm
    /AdvancedWSettings.htm
    /adv_dhcp.asp
    /adv_index.html
    /adv_interfaces.asp
    /adv_prod.asp
    /adv_qos.asp
    /AppGaming.htm
    /ARARPTable.htm
    /_aslvl.asp
    /Backup.htm
    /cgi_lang.en
    /change_paswd.htm
    /Channel
    /ChannelsSelection.htm
    /cisco_logo.png
    /control?WFAWLANConfig
    /CoreDeviceService
    /CoreDeviceService.xml
    /DHCPClientTable.htm
    /DHCPReservation2.htm
    /DHCPReservation3.htm
    /DHCPReservation4.htm
    /DHCPReservation.htm
    /Diagnostics.htm
    /disabled.html
    /_dlcert.asp
    /_dlcert_inprocess.asp
    /DloadVirus.asp
    /DMZ.htm
    /Docsis_log.htm
    /Docsis_signal.htm
    /Docsis_speed.htm
    /Docsis_status.htm
    /Docsis_system.htm
    /DprSetup.asp
    /EditList.htm
    /emta.asp
    /EMTA_Log.htm
    /EMTA_Log_line_diag_1.htm
    /err_msg
    /err_msg.en
    /event?WFAWLANConfig
    /Factorydefaults.htm
    /filename.gwc
    /FirmwareUpgrade.htm
    /FixedCPEIpAssignment.htm
    /fw_version.pat
    /goform
    /goform/
    /goform/Backup
    /goform/RemoteProvision
    /gscan.asp
    /help/h_AccessRes.htm
    /help/h_AdvRouting.htm
    /help/h_AdvWSettings.htm
    /help/h_Backup.htm
    /help/h_BasicRules.htm
    /help/h_BasicWSettings.htm
    /help/h_DDNS.htm
    /help/h_Diagnostics.htm
    /help/h_DMZ.htm
    /help/h_dsl_status.htm
    /help/h_FDefaults.htm
    /help/h_Firewall.htm
    /help/h_FUpgrade.htm
    /help/h_Gateway.htm
    /help/h_IPFiltering.htm
    /help/h_Language.htm
    /help/h_LocalLog.htm
    /help/h_LocalNetwork.htm
    /help/h_Log.htm
    /help/h_MACClone.htm
    /help/h_MACFilter.htm
    /help/h_Management.htm
    /help/h_PForwarding.htm
    /help/h_PTriggering.htm
    /help/h_qos.htm
    /help/h_QuickSetup.htm
    /help/h_Router.htm
    /help/h_Setup.htm
    /help/h_SPForwarding.htm
    /help/h_ToD.htm
    /help/h_UserSetup.htm
    /help/h_VPN.htm
    /help/h_VPNmn.htm
    /help/h_WDS.htm
    /help/h_WMACFilter.htm
    /help/h_WNetwork.htm
    /help/h_WSecurity.htm
    /HiddenSpeed.htm
    /HNAP1/
    /index.htm
    /index.html
    /index_l.html
    /kbs.htc
    /LanSetup.htm
    /Layer3Forwarding
    /Layer3Forwarding.xml
    /LineDiag_1.asp
    LineDiag_1.asp
    /LineDiag_2.asp
    /LineDiag_3.asp
    /LineDiag.asp
    LineDiag.asp
    /LineDiag_index.asp
    /LocalNetwork.htm
    /_lockdown.asp
    /log.asp
    /log_data.htm
    /Log.htm
    /login_cont.htm
    /login_faile.htm
    /login.htm
    /logout.htm
    lRgConnect.asp
    /MTA_Batt.htm
    /MtaDhcp.asp
    /MtaEventLog.asp
    /MTA_EvtLog.htm
    /MTA_Parameters.htm
    /MtaProvisioning.asp
    /MtaQos.asp
    /MtaStatus.asp
    /MTA_Status.htm
    /Ping.htm
    /popup.htm
    /PortRangeTriggering.htm
    /provsip.asp
    /public/
    /public/RgParentalPassword.asp
    /public/RgUserLogin.asp
    /QosDevice
    /QosDevice.xml
    /QoS.htm
    /QosManager
    /QosManager.xml
    /QosPolicyHolder
    /QosPolicyHolder.xml
    /Quick_setup.htm
    /reboot_guage.htm
    /RemoteProvision.asp
    /reset.asp
    /restart.asp
    /RgConnect.asp
    RgConnect.asp
    /RgContentFilter.asp
    /RgDdns.asp
    /RgDhcp.asp
    /RgDiagnostics.asp
    /RgDmzHost.asp
    /RgEventLog.asp
    /RgFirewallEL.asp
    /RgFirewallRL.asp
    /RgFixedIp.asp
    /RgForwarding.asp
    /RgIpFiltering.asp
    /RgIpFiltering.htm
    /RgMacFiltering.asp
    /RgMacFiltering.htm
    /RgOptions.asp
    /RgParentalAdvanced.asp
    /RgParentalBasic.asp
    /RgParentalBasic.htm
    /RgParentalEL.asp
    /RgParentalEL.htm
    /RgParentalInterPage.asp
    /RgParentalPassword.asp
    /RgPassThroughSetting.asp
    /RgPortFiltering.asp
    /RgPortTriggering.asp
    /RgRipSetup.asp
    /RgSaveConfiguration.asp
    /RgSecurity.asp
    /RgSetup.asp
    /RgSwInfo.asp
    /RgTime.asp
    /RgTodFilter.asp
    /RgTodFilter.htm
    /RgUserLogin.asp
    /RgUserSetup.asp
    /RgUserSetup.htm
    /RgVpnBasic.asp
    /RgVpnConfigure.asp
    /RgVpnEventLog.asp
    /RgVpnL2tpPptp.htm
    /Routing_Table.htm
    %s.asp
    /Security.htm
    /SetTime.asp
    /Setup_DDNS.htm
    /Setup_routing.htm
    /signal.asp
    /SingleForwarding.htm
    /sipauth.asp
    /SipAuth.htm
    /SIP.htm
    /softupgrade.asp
    /ssh
    /status.asp
    /Status.htm
    /Summary.htm
    /__swdld_inprocess.asp
    /system.asp
    /techsupport.asp
    /vpn_adv.htm
    /vpn_main.htm
    /VPNPassthrough.htm
    /vpnsum.htm
    /WANCommonInterfaceConfig
    /WANCommonInterfaceConfig.xml
    /WANIPConnection
    /WANIPConnection.xml
    /WClientMACList.htm
    /WDS.htm
    /webstar.html
    /webstar_l.html
    /WFADevice.xml
    /Wireless.htm
    /wlanAccess.asp
    /wlanAdvanced.asp
    /wlanBridging.asp
    /wlanGuestNetwork.asp
    /wlanPrimaryNetwork.asp
    /wlanRadio.asp
    /wlanSesPopup.asp
    /wlanWmm.asp
    /wlanWps.asp
    /WMACFilter.htm
    /WMultissid.htm
    /WNetwork.htm
    /WSecurity.htm
    /x_wfawlanconfig.xml
    


  • Closed Accounts Posts: 73 ✭✭Asm


    After doing this can you type 192.168.0.1 to get into the Thomson or is it not accessible anymore after you do it?
    - Never mind, the address changes to 192.168.100.1 .


  • Closed Accounts Posts: 73 ✭✭Asm


    Thanks for this, it worked for my Thomson.


  • Registered Users, Registered Users 2 Posts: 619 ✭✭✭white_westie


    To anyone who switched their Thompson, does the phone still work?


  • Closed Accounts Posts: 73 ✭✭Asm


    Phone still works.


  • Registered Users, Registered Users 2 Posts: 1,707 ✭✭✭wiz569


    To anyone who switched their Thompson, does the phone still work?

    lol which one of us will get itchy fingers first :D


  • Registered Users, Registered Users 2 Posts: 1,582 ✭✭✭docentore


    To anyone who switched their Thompson, does the phone still work?

    The phone works as I've tested this straight after discovering this - I've mentioned about the phone in OP.


  • Posts: 0 [Deleted User]


    I don't suppose that someone has found a way of getting the Technicolor modem into bridge mode? It's the one thing that's making me cling to my 2203 at 30 meg.


  • Registered Users, Registered Users 2 Posts: 1,582 ✭✭✭docentore


    OP updated with different Windows method (thanks to Jonathanpbk) and -unix method (thanks to drabisan)


  • Advertisement
Advertisement