I have Merkusys mr90x on which Im trying to install OpenWRT with U-Boot layout. When trying to check telnet running via netstat -ltunp` I getting following error:
netstat: can't scan /proc - are you root?
I've checked permissions of the admin user:
admin@Akronite:/root$ cat /etc/passwd
root:x:0:0:root:/root:/bin/ash
sftpadmin:x:1001:0:sftpadmin:/var:/bin/false
visit::2001:65534:visit:/var:/bin/false
daemon:*:1:1:daemon:/var:/bin/false
ftp:*:55:55:ftp:/home/ftp:/bin/false
network:*:101:101:network:/var:/bin/false
nobody:*:65534:65534:nobody:/var:/bin/false
admin:x:1000:0:admin:/var:/bin/false
guest::2000:65534:guest:/var:/bin/false
And seems like admin user have required permissions, but still can not scan /proc.
Also I noticed that:
- When connecting via SSH admin password not required, despite it was set in gui;
- Telnet is not starting after I added
telnetd -l /bin/login.shinto/bin/sh, switched IPTV/VLAN, and tried to connect via client.
Am i missing something?
Thanks a lot.