<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unlocking the potential of Sagemcom 2704N in Tech Help - Software/Hardware etc</title>
    <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223445#M64820</link>
    <description>OK, the ADSL configuration doesn't need an extra line at all, it's the same as the fibre version. Here a few tips on how I did mine - do the first few steps (backup current configuration and do the text dump) whilst still on line -&lt;BR /&gt;As mentioned by 11110_110, make a back up of your existing configuration in case things go wrong.&lt;BR /&gt;Login using &lt;A href="http://192.168.1.254/expert_user.html" target="_blank"&gt;http://192.168.1.254/expert_user.html&lt;/A&gt; and then go to &amp;gt;Advanced Setup&amp;gt;Management&amp;gt;Settings&amp;gt;Backup then click &amp;lt;Backup Settings&amp;gt; this will prompt you to save to the default backupsettings.conf&amp;nbsp; and save it in an appropriate folder.&lt;BR /&gt;Now enter &lt;A href="http://192.168.1.254/dumpcfgdynamic.cmd" target="_blank"&gt;http://192.168.1.254/dumpcfgdynamic.cmd&lt;/A&gt; in the browser and press enter, this should give you the mdm text dump of the config.&lt;BR /&gt;Select all and copy it to a plain text file using a plain text editor (eg. Notepad), you can choose a name maybe textconfig.txt - it doesn't have to have the extension .conf . By using the .txt extension you can make sure that when saved you can readily open it in a plain text editor. Don't use Word or similar, it will introduce various formatting code that will mess up the configuration file.&lt;BR /&gt;Personally, I delete the leading space before &amp;lt;?xml version="1.0"?&amp;gt; and the space, blankline and size info immediately after &amp;lt;/DslCpeConfig&amp;gt; before saving. Then make a copy of this file to play around with and edit, call it say wanpingconfig.txt if that's what you are going to create.&lt;BR /&gt;Look for the line &amp;lt;/WANPPPConnection&amp;gt; you'll find it towards the end of the file. You then need to insert the following lines immediately before this line. In my ADSL version it's immediately after &amp;nbsp; &amp;nbsp;&amp;lt;X_SAGEM_COM_PPPoA_Rspping_enable&amp;gt;FALSE&amp;lt;/X_SAGEM_COM_PPPoA_Rspping_enable&amp;gt;&lt;BR /&gt;Insert&lt;BR /&gt;&lt;PRE&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;X_BROADCOM_COM_FirewallException instance="1"&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Enable&amp;gt;TRUE&amp;lt;/Enable&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;FilterName&amp;gt;ICMP&amp;lt;/FilterName&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Protocol&amp;gt;ICMP&amp;lt;/Protocol&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/X_BROADCOM_COM_FirewallException&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;X_BROADCOM_COM_FirewallException nextInstance="2" &amp;gt;&amp;lt;/X_BROADCOM_COM_FirewallException&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;so this section of the file should now read -&lt;BR /&gt;&lt;PRE&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;X_SAGEM_COM_PPPoA_Rspping_enable&amp;gt;FALSE&amp;lt;/X_SAGEM_COM_PPPoA_Rspping_enable&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;X_BROADCOM_COM_FirewallException instance="1"&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Enable&amp;gt;TRUE&amp;lt;/Enable&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;FilterName&amp;gt;ICMP&amp;lt;/FilterName&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Protocol&amp;gt;ICMP&amp;lt;/Protocol&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/X_BROADCOM_COM_FirewallException&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;X_BROADCOM_COM_FirewallException nextInstance="2" &amp;gt;&amp;lt;/X_BROADCOM_COM_FirewallException&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/WANPPPConnection&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;Save the file.&lt;BR /&gt;Now, because uploading new settings causes the modem/router to reboot, it's advisable to do this offline so if there's an error in the file and it's not uploaded, the 2704n still reboots, so you are losing sync during this process, not a good idea on troublesome ADSL lines. So login tothe 2704n, click Disconnect on the Home page to drop the PPP session, wait about 30 seconds and power off the 2704n. Wait about another 30 seconds and then unplug it from the line. &amp;nbsp;(Leave it unplugged from the line until your new config is loaded and the 2704n has finished rebooting).&lt;BR /&gt;Once unplugged from the line, you can power up the 2704n and login as expert_user. &amp;nbsp;Go to &amp;gt;Advanced Setup&amp;gt;Management&amp;gt;Settings&amp;gt;Update.&lt;BR /&gt;First try a test with the original unedited "textconfig.txt" file which should upload without a problem. Browse to that file and click &amp;lt;Update Settings&amp;gt;&lt;BR /&gt;If the file is accepted it will tell you it's updating and will take about 2 minutes. If it fails, check the file for the spaces and lines that should have been deleted.&lt;BR /&gt;If OK, once this has completed, login again as expert_user and again go to &amp;gt;Advanced Setup&amp;gt;Management&amp;gt;Settings&amp;gt;Update but this time browse to your "wanpingconfig.txt" and click &amp;lt;Update Settings&amp;gt;. If it fails, check the file for errors.&lt;BR /&gt;If OK, once complete login to it and then connect the line to regain sync and PPP session.&lt;BR /&gt;You can do a quick check that it will respond to pings using the following command &lt;A href="http://users.plus.net/@gateway_custom?debug-ip=yes" target="_blank"&gt;http://users.plus.net/@gateway_custom?debug-ip=yes&lt;/A&gt; &lt;BR /&gt;If the diagnostic check completes with the last line containing your IP address, voilà. You should now be able to set up a BQM.&lt;BR /&gt;For anyone that tries this, let us know how you got on.</description>
    <pubDate>Tue, 04 Aug 2015 02:17:37 GMT</pubDate>
    <dc:creator>Anotherone</dc:creator>
    <dc:date>2015-08-04T02:17:37Z</dc:date>
    <item>
      <title>Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223314#M64689</link>
      <description>Have been playing with the new router for a couple of days. Found the expert_user.html GUI useful, but it still has many functions blocked. The hardware itself is pretty good. Unfortunately, the firmware locks down much of its functionality.&lt;BR /&gt;Things I need to enable and configure:&lt;BR /&gt;- DHCP reserved IPs (GUI doesn't allow me to enter IPs from my home 192.168.0.0/24 network, giving error message "Invalid IP", although it is not).&lt;BR /&gt;- CLI access (preferably SSH).&lt;BR /&gt;- SNMP access (I need SNMP to get interface traffic statistics into MRTG).&lt;BR /&gt;- Unencrypted config backup (current config backup produces an encrypted file, and I'm not able to decrypt it).&lt;BR /&gt;Tried to get answers from the support team, raised a support ticket, but got the following reply: "Unfortunately this is something that we are unable to support you with. We send out our routers set up to work straight from the factory, if you wish to change advanced settings within the router then you will need to research and implement these changes yourself."&lt;BR /&gt;I'm trying to find the ways of enabling these things:&lt;BR /&gt;1) Router is listening on SSH port, but doesn't allow to connect. Therefore, SSH functionality is there (that's promising), but with the access control list. &lt;B&gt;Does anyone know how to get SSH connectivity working&lt;/B&gt;?&lt;BR /&gt;2) Tried to back up the config. I was hoping that it is in clear text, so I could modify certain values in it and then upload the modified config back to the router (did it with some Thomson routers before). Unfortunately, this particular firmware encrypts the backed up config. Looks like this encryption is only present in the Plusnet firmware version, as other 2704N users post unencrypted XML configs. &lt;B&gt;Does anyone know how to decrypt it&lt;/B&gt;?&lt;BR /&gt;3) Haven't tried changing the firmware yet, as I don't have the original Plusnet firmware image to be able to roll back any changes. &lt;B&gt;Does anyone know how to get the original Plusnet firmware image&lt;/B&gt;? Unfortunately, OpenWRT image for this router is not available yet. Support page on Sagemcom website for this router doesn't exist either, so the only option is to try other users (Polish, Brasil) firmwares. But will be too risky without the roll back option.&lt;BR /&gt;I believe that this router has SNMP functionality, as it is present in other Sagemcom routers. However, the router is not listening on 161/udp by default (SNMP might be simply disabled).&lt;BR /&gt;Does anyone have any other ideas on how to unlock the full potential of this device?&lt;BR /&gt;Does anyone know where I can get proper support for this hardware?&lt;BR /&gt;&lt;BR /&gt;Darsh</description>
      <pubDate>Fri, 13 Mar 2015 15:06:21 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223314#M64689</guid>
      <dc:creator>Darsh</dc:creator>
      <dc:date>2015-03-13T15:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223315#M64690</link>
      <description>The most interesting possibility I found earlier was &lt;A href="http://www.andremachado.org/artigos/1194/como-acessar-configuracoes-avancadas-no-sagemcom-fst-2704n.html" target="_blank"&gt;from here&lt;/A&gt; (&lt;A href="https://community.plus.net/forum/index.php/topic,135846.msg1194332.html#msg1194332" target="_blank"&gt;translation&lt;/A&gt;) where some people found a "super user" login user/pass I think from a generated diagnostic report file (not the config backup).&lt;BR /&gt;&lt;A href="http://www.nirsoft.net/utils/router_password_recovery.html" target="_blank"&gt;RouterPassView&lt;/A&gt; appears to be able to decrypt some router config files, but doesn't mention the 2704N, so it doubt it will work for this.&lt;BR /&gt;I don't have a 2704N, so can't really offer any further help with this.</description>
      <pubDate>Fri, 13 Mar 2015 18:26:02 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223315#M64690</guid>
      <dc:creator>ejs</dc:creator>
      <dc:date>2015-03-13T18:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223316#M64691</link>
      <description>These "some people" were much luckier than us - they had telnet open with default admin/admin username/password. In our case, telnet is closed, ssh is open but firewalled (effectively, same as "closed"), so there's no way to access CLI (apart from, maybe, internal COM port, if it exists at all - I used a similar thing to unbrick my TP-Link couple of years ago).&lt;BR /&gt;RouterPassView isn't able to decrypt the saved config either.&lt;BR /&gt;I thought that, maybe, Plusnet simply removed the admin pages from the GUI menu, but not from the flash, so I tried to access some of them directly, like we are accessing expert_user.html - but with no luck, looks like Plusnet removed them from the GUI completely.&lt;BR /&gt;So at the moment the only option is to wait for one of:&lt;BR /&gt;- Plusnet shares how to unlock the router (unlikely, they made quite a big effort to lock it from all the sides)&lt;BR /&gt;- Sagemcom publishes how to unlock it&lt;BR /&gt;- Sagemcom publishes new version of firmware (lucky enough, the GUI still allows this)&lt;BR /&gt;- OpenWRT starts to support it&lt;BR /&gt;- Somebody will be able to hack it somehow&lt;BR /&gt;Please share your ideas for the last point &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Darsh</description>
      <pubDate>Mon, 16 Mar 2015 10:52:28 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223316#M64691</guid>
      <dc:creator>Darsh</dc:creator>
      <dc:date>2015-03-16T10:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223317#M64692</link>
      <description>&lt;B&gt;Bypassing the "Invalid IP" check in DHCP reserved addresses&lt;/B&gt;&lt;BR /&gt;Analysing JavaScript pages of expert_user.html, found a way to get rid of silly checks resulting in "invalid IP" error. As you might remember, the GUI wasn't allowing me to add IPs from subnet 192.168.0.0/24, while 192.168.1.0/24 was OK.&lt;BR /&gt;Page &lt;A href="http://router/StaticIpAdd.html" target="_blank"&gt;http://router/StaticIpAdd.html&lt;/A&gt; has these checks in JavaScript. This page takes arguments (MAC address, IP address), checks them and produces URL &lt;A href="http://router/dhcpdstaticlease.cmd?action=add&amp;amp;mac=11:22:33:44:55:66&amp;amp;static_ip=192.168.0.1&amp;amp;sessionKey=300239617" target="_blank"&gt;http://router/dhcpdstaticlease.cmd?action=add&amp;amp;mac=11:22:33:44:55:66&amp;amp;static_ip=192.168.0.1&amp;amp;sessionKey=300239617&lt;/A&gt;&lt;BR /&gt;Manually creating such URLs for each of my reserved IPs, I was able to successfully populate the DHCP reserved IPs table.&lt;BR /&gt;Session key changes after each request, you need to look it up in the StaticIpAdd.html yourself for every IP you are adding.&lt;BR /&gt;&lt;BR /&gt;Darsh</description>
      <pubDate>Wed, 18 Mar 2015 12:04:17 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223317#M64692</guid>
      <dc:creator>Darsh</dc:creator>
      <dc:date>2015-03-18T12:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223318#M64693</link>
      <description>Although the router saves its config in encrypted or encoded form, it processes plain xml when "restoring" the config. The router then reloads. Save your existing config before playing with this method - to be able to quickly restore the settings you currently have.&lt;BR /&gt;Just search for backupsettings.conf over the Internet - there are configs posted for other Sagemcom routers. I assume at least parts of these configs can be used in 2704N.&lt;BR /&gt;&lt;BR /&gt;Darsh</description>
      <pubDate>Thu, 19 Mar 2015 11:00:39 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223318#M64693</guid>
      <dc:creator>Darsh</dc:creator>
      <dc:date>2015-03-19T11:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223319#M64694</link>
      <description>Failed to turn on SNMP and/or telnet/ssh. Config update tool successfully accepts the respective xml tags in the config (&amp;lt;HttpdCfg&amp;gt;, &amp;lt;SshdCfg&amp;gt;, &amp;lt;TelnetdCfg&amp;gt; in &amp;lt;X_BROADCOM_COM_AppCfg&amp;gt;), but ignores them, which makes me think that the firmware was altered in such a way that snmp and telnet daemons were removed, while ssh daemon was modified to only accept connections from the WAN interface.&lt;BR /&gt;Changing the usernames/passwords using this method was unsuccessful - config updater refuses the respective xml tag &amp;lt;X_BROADCOM_COM_LoginCfg&amp;gt;, which might indicate that current user doesn't have privileges to do it.&lt;BR /&gt;Apart from that - fiddling with the config was successful, should allow to modify almost any part of configuration that is not available or is limited via the GUI (DHCP reservations, port forwarding) - apart from snmp/telnet/ssh and user control.&lt;BR /&gt;As to various XML tags for this config - the most complete list I've found in the Sagemcom 4310 config dump &lt;A href="http://pastebin.com/jbJSWjbW" target="_blank"&gt;http://pastebin.com/jbJSWjbW&lt;/A&gt;&lt;BR /&gt;4310 is very similar to 2704N, so most of these tags should work. Have fun! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;The next step in unlocking this box would be to take it apart, connect to the serial port on its PCB and hope that Plusnet haven't blocked the console access. But I don't have enough passion to go this way at the moment, I need to get my network up and running, so I'm giving up and switching from Sagemcom 2704N to TP-Link TD-W8951ND, which should have telnet, snmp and other features enabled out of the box - only for £20.&lt;BR /&gt;Such a pity that Plusnet have limited this excellent small router so much that it is almost unusable for anything even slightly non-standard &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Darsh</description>
      <pubDate>Mon, 23 Mar 2015 17:07:14 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223319#M64694</guid>
      <dc:creator>Darsh</dc:creator>
      <dc:date>2015-03-23T17:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223320#M64695</link>
      <description>Give what you've seen so far - do you think it would be possible to switch this router to bridge mode? That would save it ending up gathering dust somewhere..</description>
      <pubDate>Fri, 27 Mar 2015 00:05:23 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223320#M64695</guid>
      <dc:creator>marklkelly</dc:creator>
      <dc:date>2015-03-27T00:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223321#M64696</link>
      <description>Of course - you just need to create a backupsettings.conf file with correct settings and upload it. I've found a number of configs for Sagemcom 2804 &lt;A href="http://nastroisam.ru/sagemcom-2804-konfiguraciya/" target="_blank"&gt;here&lt;/A&gt; (in Russian). Third config ("Sagemcom fast 2804 v7 ADSL-bridge(0/33)") is for the bridge on pvc 0/33 (for Plusnet, as far as I understand, you need to change it to 0/35). I've tried one of these configs (the PPPoA router one) on my router - they load successfully. After the load, router gets IP address 192.168.1.1, login credentials admin/admin. Wireless settings are for Rostelekom (specified in readme.txt), but you should be able to change them in the GUI after the upload.&lt;BR /&gt;!!! Don't forget to back up your existing config first - this will allow you to roll back in case of problems.&lt;BR /&gt;&lt;BR /&gt;Darsh</description>
      <pubDate>Fri, 27 Mar 2015 15:02:30 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223321#M64696</guid>
      <dc:creator>Darsh</dc:creator>
      <dc:date>2015-03-27T15:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223322#M64697</link>
      <description>Well - that seemed to work remarkably well - thanks for the tip. Router is now in bridge mode.&lt;BR /&gt;For future reference, its pvc 0/38 rather than 0/35.</description>
      <pubDate>Sat, 28 Mar 2015 00:58:32 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223322#M64697</guid>
      <dc:creator>marklkelly</dc:creator>
      <dc:date>2015-03-28T00:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223323#M64698</link>
      <description>Returned back to 2704N, as TP-Link can only do 10 port forwards, and cannot re-map these ports.&lt;BR /&gt;Wrote two small scripts to get traffic and ADSL rate into MRTG, using curl and xmllint. Scripts log in, saving cookie, and then parse specific stats pages, using this cookie.&lt;BR /&gt;PPPoA traffic:&lt;BR /&gt;&lt;PRE&gt;#!/bin/sh&lt;BR /&gt;cd &amp;lt;script dir&amp;gt;&lt;BR /&gt;curl -s --data "loginuser=admin&amp;amp;loginpasswd=&amp;lt;password&amp;gt;" --cookie-jar cookies.txt &lt;A href="http://&amp;lt;router" target="_blank"&gt;http://&amp;lt;router&lt;/A&gt; IP&amp;gt;/plusnetlogin.cgi &amp;gt; /dev/null&lt;BR /&gt;curl -s --cookie cookies.txt &lt;A href="http://&amp;lt;router" target="_blank"&gt;http://&amp;lt;router&lt;/A&gt; IP&amp;gt;/statswan.cmd &amp;gt; statswan.html&lt;BR /&gt;xmllint --html --xpath '//tr[last()]/td[position()=3]/text()' statswan.html 2&amp;gt; /dev/null&lt;BR /&gt;echo&lt;BR /&gt;xmllint --html --xpath '//tr[last()]/td[position()=7]/text()' statswan.html 2&amp;gt; /dev/null&lt;BR /&gt;echo&lt;BR /&gt;rm cookies.txt statswan.html&lt;/PRE&gt;&lt;BR /&gt;ADSL rate:&lt;BR /&gt;&lt;PRE&gt;#!/bin/sh&lt;BR /&gt;cd &amp;lt;script dir&amp;gt;&lt;BR /&gt;curl -s --data "loginuser=admin&amp;amp;loginpasswd=&amp;lt;password&amp;gt;" --cookie-jar cookies.txt &lt;A href="http://&amp;lt;router" target="_blank"&gt;http://&amp;lt;router&lt;/A&gt; IP&amp;gt;/plusnetlogin.cgi &amp;gt; /dev/null&lt;BR /&gt;curl -s --cookie cookies.txt &lt;A href="http://&amp;lt;router" target="_blank"&gt;http://&amp;lt;router&lt;/A&gt; IP&amp;gt;/statsadsl.cmd &amp;gt; statsadsl.html&lt;BR /&gt;xmllint --html --xpath '//tr[position()=16]/td[position()=2]/text()' statsadsl.html 2&amp;gt; /dev/null&lt;BR /&gt;echo&lt;BR /&gt;xmllint --html --xpath '//tr[position()=16]/td[position()=3]/text()' statsadsl.html 2&amp;gt; /dev/null&lt;BR /&gt;echo&lt;BR /&gt;rm cookies.txt statsadsl.html&lt;/PRE&gt;&lt;BR /&gt;Scripts are not optimised yet - ideally they should check if the cookie still works, and only log in again if it doesn't.&lt;BR /&gt;&lt;BR /&gt;Darsh</description>
      <pubDate>Mon, 30 Mar 2015 16:20:10 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223323#M64698</guid>
      <dc:creator>Darsh</dc:creator>
      <dc:date>2015-03-30T16:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223324#M64699</link>
      <description>Hey Darsh - good to see you still working on it.&lt;BR /&gt;Just letting you know you're not talking to yourself here - I've still been following this thread with interest &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@104CD63F9302A50EF5EC70FE32BB8AA1/images/emoticons/smiley.gif" alt="Smiley" title="Smiley" /&gt;</description>
      <pubDate>Mon, 30 Mar 2015 17:29:14 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223324#M64699</guid>
      <dc:creator>picbits</dc:creator>
      <dc:date>2015-03-30T17:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223325#M64700</link>
      <description>Hello...&lt;BR /&gt;if anyone is interest I have adjusted the firmware (well mainly the filesystem) of my 2704N, to extend the expert_user.html options.&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/0B4-Ln6UubyEeWUllUkFhLXJKVzg" target="_blank"&gt;https://drive.google.com/file/d/0B4-Ln6UubyEeWUllUkFhLXJKVzg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone know where the GPL Source Code is?&amp;nbsp; or another source code with the same CPU and limited RAM ?&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Apr 2015 17:17:09 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223325#M64700</guid>
      <dc:creator>Matty123123</dc:creator>
      <dc:date>2015-04-01T17:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223326#M64701</link>
      <description>hi,&lt;BR /&gt;has anyone been able to change the password on this device with success?&lt;BR /&gt;i logged in to the expert_user interface, changed it, but weirdly now i can no longer log in to the device with ither the original login or the new one i set myself.</description>
      <pubDate>Thu, 02 Apr 2015 18:45:01 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223326#M64701</guid>
      <dc:creator>crazydan7</dc:creator>
      <dc:date>2015-04-02T18:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223327#M64702</link>
      <description>Since Plusnet distributed the router containing software licensed under the GPL, then Plusnet should comply with the requirements of the GPL and either supply the source code or at least a written offer to provide the source code. And of course a suitable notice to inform you of your rights under the GPL.</description>
      <pubDate>Thu, 02 Apr 2015 19:17:14 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223327#M64702</guid>
      <dc:creator>ejs</dc:creator>
      <dc:date>2015-04-02T19:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223328#M64703</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quote from: crazydan7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;hi,&lt;BR /&gt;has anyone been able to change the password on this device with success?&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Yes, working for me ok, I did change mine before I connected it to plusnet though, but I don't see why it would make any difference if you was connected or not.&lt;BR /&gt;&lt;BR /&gt;I would like to pass on thanks to Darsh and Matty123123 for there time and efforts, much appreciated.</description>
      <pubDate>Thu, 02 Apr 2015 21:23:48 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223328#M64703</guid>
      <dc:creator>30FTTC06</dc:creator>
      <dc:date>2015-04-02T21:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223329#M64704</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quote from: crazydan7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;has anyone been able to change the password on this device with success?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;I appeared to have the same issue at one point... I needed to restart firefox, then it accepted the new password, otherwise try "admin"</description>
      <pubDate>Thu, 02 Apr 2015 22:32:09 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223329#M64704</guid>
      <dc:creator>Matty123123</dc:creator>
      <dc:date>2015-04-02T22:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223330#M64705</link>
      <description>well i've done the same, haven't connected it to my fibre service yet, as wanted to configure it first. i'll try the password admin in the morning and see if i can get in that way, otherwhise i'm kind of stuck as since i've reset it like i said before i'm not getting in</description>
      <pubDate>Fri, 03 Apr 2015 01:07:57 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223330#M64705</guid>
      <dc:creator>crazydan7</dc:creator>
      <dc:date>2015-04-03T01:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223331#M64706</link>
      <description>Have you tried a factory reset if all else fails?</description>
      <pubDate>Fri, 03 Apr 2015 10:00:31 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223331#M64706</guid>
      <dc:creator>Anotherone</dc:creator>
      <dc:date>2015-04-03T10:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223332#M64707</link>
      <description>well the thing is, i would, but i've bent the iphone pin i used to reset last time</description>
      <pubDate>Fri, 03 Apr 2015 10:50:04 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223332#M64707</guid>
      <dc:creator>crazydan7</dc:creator>
      <dc:date>2015-04-03T10:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking the potential of Sagemcom 2704N</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223333#M64708</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quote from: marklkelly&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Router is now in bridge mode.&lt;BR /&gt;For future reference, its pvc 0/38 rather than 0/35.&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Thanks guys, brilliant find!&lt;BR /&gt;How do you change the pvc? do you need to edit the binary backup settings.conf or can you somehow change it with the gui?</description>
      <pubDate>Fri, 03 Apr 2015 11:27:24 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Unlocking-the-potential-of-Sagemcom-2704N/m-p/1223333#M64708</guid>
      <dc:creator>nickbnf</dc:creator>
      <dc:date>2015-04-03T11:27:24Z</dc:date>
    </item>
  </channel>
</rss>

