Initial setup of the MWEB FON router (Technicolor TG589vn v3) was straightforward. The nitty-gritty after that meant I nearly gave it back.
Note that this applies to a Linux setup. Can't speak for others.
Problem: SSH sessions through the router needed key presses to ensure data came through. SCP just stalled and timed out.
After some trawling I discovered a workaround. Set IPQos to cs0. Two ways to do this:
1) in /etc/ssh.ssh_config add the line "IPQos cs0"
2) on the command-line, eg. scp -o IPQos=cs0
Seems there's an issue with the router when it comes to its internal defaults for this. Tried telnet'ing into it but it seems the user/password used for the web-page isn't accepted. There are usernames 'Admin' and 'Administrator' but passwords are so far elusive. Anyone knowing this, please let me know. I'd like to know what the internal settings are for Qos.
Hope this is of use to others hitting this issue.
Note that this applies to a Linux setup. Can't speak for others.
Problem: SSH sessions through the router needed key presses to ensure data came through. SCP just stalled and timed out.
After some trawling I discovered a workaround. Set IPQos to cs0. Two ways to do this:
1) in /etc/ssh.ssh_config add the line "IPQos cs0"
2) on the command-line, eg. scp -o IPQos=cs0
Seems there's an issue with the router when it comes to its internal defaults for this. Tried telnet'ing into it but it seems the user/password used for the web-page isn't accepted. There are usernames 'Admin' and 'Administrator' but passwords are so far elusive. Anyone knowing this, please let me know. I'd like to know what the internal settings are for Qos.
Hope this is of use to others hitting this issue.