How to determine if powerline backhaul is working on Deco P9?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
12345...

How to determine if powerline backhaul is working on Deco P9?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
135 Reply
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-13 05:28:45

@ahambou wait telnet?  Where is this documented??

  0  
  0  
#32
Options
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-13 09:17:18 - last edited 2020-05-13 11:42:50

@Mrget 

 

Not documented.

 

You have to upgrade to the beta firmware 1.0.2 https://static.tp-link.com/2020/202003/20200324/P9_1.0.2.zip and refer to my post #21 for instructions how to disable the WiFi backhaul.

 

  1  
  1  
#33
Options
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-18 07:24:07
Yeah I noticed this also
  0  
  0  
#34
Options
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-18 18:02:49

 

ahambou wrote

@Mrget 

 

Not documented.

 

You have to upgrade to the beta firmware 1.0.2 https://static.tp-link.com/2020/202003/20200324/P9_1.0.2.zip and refer to my post #21 for instructions how to disable the WiFi backhaul.

 

@ahambou thanks for investigating. I managed to update all my decos to the beta firmware-build and I am also able to telnet onto the decos as you described in post #21. However I am totally inexperienced and I do not know how to actually change the option enable on backhaul to zero once I am in the etc/config directory. Could you please elaborate further, what the exact order of text-based commands are, once I am on my deco with telnet via windows command prompt? Thank you! 

  0  
  0  
#35
Options
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-22 07:54:20 - last edited 2020-05-22 07:56:46

@trekmadone52sl 

yes if someone can please help with what commands to use. i can get into the telnet of the decor but everything I try I get /bin/ash permission denied! I also get ash: cant' open '

/etc/config/WiFi'

  0  
  0  
#36
Options
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-23 00:45:55

@ahambou 

 

Hi, about this change to /etc/config/wifi

 

I've upgraded to the beta config on my 3 P9s, and I can telnet to all three of them.

 

I can edit /etc/config/wifi, using vi, and save it, can confirm afterwards, using cat, that the change took, to the file. It looks like this (with some passwords removed)

 

config backhaul 'backhaul'
    option encryption '1'
    option enable '0'
    option hidessid '1'

 

I then reboot the P9, for it to take effect, and when it comes back up, the option enable has been changed back to '1'

 

Are you sure this actually works? 

 

I cannot get it to work, using the information so far provided on this forum. A reboot of the P9 reverts the config. I've modified all three, then rebooted them, they all reset to option enabled '1'

 

Can you perhaps share how you've got this to work?

  0  
  0  
#37
Options
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-23 02:34:47

@worldofchico 

 

Okay, what's working for me, is to telnet to all three routers, and modify /etc/config/wifi, as described above, eg to change the section where it says

 

config backhaul 'backhaul'
    option enable '0'

 

to 1, eg ; 

 

config backhaul 'backhaul'
    option encryption '1'
    option enable '1'

 

on all three of the P9 devices, then restart the networking stack on each of them, by running this (do this on the main router, at 192.168.68.1 first, and on the other 2 shortly afterwards) ; 

 

/etc/init.d/repacd restart &

 

This seems to work, and persist past a reboot. 

 

Just editing the file, then rebooting seemed to revert, to the original config, for me, for whatever reason. 

This hasn't actually with network speeds, in my own environment, but in the new app, on the beta version of the firmware, you can see (on the satellites) whether they're using wifi or PLC (powerline convertor) to connect to the other nodes, and which node they're connecting to, if you click on the "Internet" Globe icon on the main app page, then the individual satellites. 

They will either say "2.4GHz/5GHz PLC" or just "PLC" depending on what they're using, to join the mesh. 

 

I used vi to edit the /etc/config/wifi file, you can google how to use vi. Not sure if there are other text editors on these devices or not, but basically do this ;

 

 

vi /etc/config/wifi

 

scroll down to find the section that says ;

 

config backhaul 'backhaul'
<snip>
    option enable '1'
<snip>

 

and go to just before the number 1. 

Then type the letter i, for insert. Type 0. Then press ESCAPE to exit insert mode, move right with the arrow keys, to highlight the number 1, and press X to delete it

Then press ESCAPE, then the letters wq! and RETURN

 

Then do 

 

cat /etc/config/wifi 

 

and check the change you made is there

 

Then do 

/etc/init.d/network restart

to restart the network stack on the device

 

If that makes no sense, google how to use vi, to edit text files, on linux based machines ...

  2  
  2  
#38
Options
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-23 03:05:40
Actually, testing this further, it doesn't work. You can change the setting on the satellites, and it gets changed back, presumably by the main router. This may not be affecting other people, but is affecting me, because i want the main router, and one satellite to use both powerline and wifi, to mesh, but the 2nd satellite I want to only use powerline This seems to not be possible. You can make all three only use powerline. Or make all three use wifi + powerline. But not a mixture. Unless someone can tell me how.
  0  
  0  
#39
Options
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-23 07:14:20 - last edited 2020-05-23 07:39:17

@worldofchico 

 

Have you tried changing the mode from Router to Access Point? Also after changing the config files run saveconfig command on each Deco before rebooting.

 

The WiFi backhaul was very unstable so i disabled on all of my Deco units (including the main deco). I am using only PLC backhaul and its 100% stable.

  0  
  0  
#40
Options
Re:How to determine if powerline backhaul is working on Deco P9?
2020-05-23 07:34:56

@worldofchico 

 

After changing the config file and before rebooting the units run saveconfig command and press enter.

 

This will save the configuration changes made.

  0  
  0  
#41
Options