Hack time? some serial console goodness + get telnet/ssh password.

And see if SNR is adjustable...
~ $ wan vdsl2 set target_snrm 2560 (512 * dB)
~ $ wan adsl reset
~ $ adslphxcmd info --show
adslphxcmd: ADSL driver and PHY status
Status Showtime
Channel: Fast, Upstream rate = 5820 Kbps, Downstream rate = 18686 Kbps
Link Power State: L0
Mode: ITU G.993.2(VDSL2)
Channel: Fast
Line Status: Not Link Up
Training Status: Showtime
Down Up
SNR (dB): 5.0 11.9
Attn (dB): 18.0 102.3
Pwr (dBm): 8.0 8.1
Max(Kbps): 0 0
Rate (Kbps): 18686 5820
~ $ cat /proc/meminfo
MemTotal: 60552 kB
MemFree: 23400 kB
Buffers: 3352 kB
Cached: 11656 kB
.......
Couple of tmpfs mounts for /var .. logging etc, all the logging is pretty freaking verbose, just wasting even more memory.
Runs Dropbear (SSH) but it's blocked by iptables, waste of memory!:
416 root 1556 SW /usr/sbin/dropbear
Removing these rules allows SSH:
Chain ACL_LOCAL_INPUT (1 references)
target prot opt source destination
DROP tcp -- anywhere anywhere tcp dpt:ftp
DROP tcp -- anywhere anywhere tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere tcp dpt:80
DROP tcp -- anywhere anywhere tcp dpt:80
ACCEPT icmp -- anywhere anywhere state NEW
DROP icmp -- anywhere anywhere state NEW
DROP udp -- anywhere anywhere udp dpt:161
DROP udp -- anywhere anywhere udp dpt:161
DROP tcp -- anywhere anywhere tcp dpt:22
DROP tcp -- anywhere anywhere tcp dpt:22
ACCEPT tcp -- anywhere anywhere tcp dpt:telnet
DROP tcp -- anywhere anywhere tcp dpt:telnet
DROP udp -- anywhere anywhere udp dpt:tftp
DROP udp -- anywhere anywhere udp dpt:tftp
ACCEPT udp -- anywhere anywhere udp dpt:53
DROP udp -- anywhere anywhere udp dpt:53
DROP tcp -- anywhere anywhere tcp dpt:7547
DROP tcp -- anywhere anywhere tcp dpt:7547
A few weird services running and listening, haven't dug into it, they 39425 appears to be HTTP:
/var $ netstat -lt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:39425 *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 *:telnet *:* LISTEN
tcp 0 0 *:80 *:* LISTEN
tcp 0 0 *:22 *:* LISTEN
tcp 0 0 *:7547 *:* LISTEN
Firmware is pretty crappy, DSL chipset is crap, even with SNR hack - syncs lower than other standard equivalents.