Thanks to Virgin Media Community for pointing me in the correct direction:
Summary of steps:
* Open Chrome
* Open Developer Console
* Select cog and enable “Log XMLHttpRequests”
* Open Router URL http://192.168.0.1
* login
* Get your n number: _n=XXXXXX from then end one of the requests
Set Router IP: (192.168.2.254)
http://192.168.0.1/snmpSet?oid=1.3.6.1.4.1.4115.1.20.1.1.2.2.1.5.200=%24c0a802fe;4;&_n=XXXX
Set DHCP Start (192.168.2.1)
http://192.168.0.1/snmpSet?oid=1.3.6.1.4.1.4115.1.20.1.1.2.2.1.11.200=%24C0A80201;4;&_n=XXXX
Set DHCP End (192.168.2.50)
http://192.168.0.1/snmpSet?oid=1.3.6.1.4.1.4115.1.20.1.1.2.2.1.13.200=%24c0a80232;4;&_n=XXXX
Apply
http://192.168.0.1/snmpSet?oid=1.3.6.1.4.1.4115.1.20.1.1.9.0=1;2;&_n=XXXX
The above is pretty much what is in the article linked.
New stuff below.
I had a setup before I moved to VM, which had a wifi password that didn’t meet their requirements and I wanted to reuse it
Set Password (5Ghz):
http://192.168.2.254/snmpSet?oid=1.3.6.1.4.1.4115.1.20.1.1.3.26.1.2.10101=PASSWORDHERE;4;&_n=XXXX
http://192.168.2.254/snmpSet?oid=1.3.6.1.4.1.4115.1.20.1.1.3.22.1.6.10101=1;2;&_n=XXXX
Restart 5Ghz (I think):
http://192.168.2.254/snmpGet?oids=1.3.6.1.4.1.4115.1.20.1.1.9.0;&_n=XXXX
http://192.168.2.254/snmpSet?oid=1.3.6.1.4.1.4115.1.20.1.1.9.0=1;2;&_n=XXXX
Set Password (2.4Ghz):
http://192.168.2.254/snmpSet?oid=1.3.6.1.4.1.4115.1.20.1.1.3.26.1.2.10001=PASSWORDHERE;4;&_n=XXXX
http://192.168.2.254/snmpGet?oids=1.3.6.1.4.1.4115.1.20.1.1.9.0;&_n=XXXX
Restart 2.4Ghz (I think)
http://192.168.2.254/snmpSet?oid=1.3.6.1.4.1.4115.1.20.1.1.9.0=1;2;&_n=XXXX
Some of those may be unneeded but i didn’t test too thoroughly and that was what appeared in the console once i clicked apply.
I’m trying to workout if i can script this via curl/python and will post a new article once i have it figured out.
FYI I have built this: https://github.com/mirogta/vmhubctl
iirc use chrome press F12 and record the network traffic as you perform an action and you will see the n number in the log.
Hi Ryan,
How do you find out the Hub n number to change the IP address range?
Thanks
Dave
No I am not sorry
Are you aware of any way to add a static route using snmpSet
The UI for the Hub3 doesn’t seem to have the option to control/update the routing table?
thanks in advance
That’s very interesting and could be useful – what denotes the 5Ghz network? Do you know how I could change the guest wifi password in the same way?