@SpazeRat erstellt derzeit dankenswerterweise einen neuen Linuxkernel für die Azboxen Premium, Premium+, Elite und Ultra. Dazu wird erstmal der derzeitige Stand des Netzwerkes mit der aktuellen 4.2 Imageversion von OpenATV erhoben.
Mit diesem Imagestand funzt derzeit SSH und NFS nicht. Nach einigen Eingaben im Telnet welche ich hier für die AzboxMe zusammengefasst habe funzen auch diese beiden Netzwerkdienste.

Hier dann die Ausgabe von netstat -tulpen
Code:
login as: root
root@192.168.5.26's password:
root@azboxhd:~# netstat -tulpen
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:55648           0.0.0.0:*               LISTEN      553/rpc.mountd
tcp        0      0 0.0.0.0:8001            0.0.0.0:*               LISTEN      633/enigma2
tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      594/smbd
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      535/rpcbind
tcp        0      0 0.0.0.0:83              0.0.0.0:*               LISTEN      692/doscam
tcp        0      0 0.0.0.0:21526           0.0.0.0:*               LISTEN      692/doscam
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      531/dropbear
tcp        0      0 0.0.0.0:55673           0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      594/smbd
tcp        0      0 0.0.0.0:38814           0.0.0.0:*               LISTEN      564/rpc.statd
tcp        0      0 :::56263                :::*                    LISTEN      -
tcp        0      0 :::139                  :::*                    LISTEN      594/smbd
tcp        0      0 :::111                  :::*                    LISTEN      535/rpcbind
tcp        0      0 :::80                   :::*                    LISTEN      633/enigma2
tcp        0      0 :::21                   :::*                    LISTEN      610/vsftpd
tcp        0      0 :::22                   :::*                    LISTEN      531/dropbear
tcp        0      0 :::23                   :::*                    LISTEN      606/telnetd
tcp        0      0 :::445                  :::*                    LISTEN      594/smbd
udp        0      0 0.0.0.0:2049            0.0.0.0:*                           -
udp        0      0 0.0.0.0:49421           0.0.0.0:*                           -
udp        0      0 0.0.0.0:59944           0.0.0.0:*                           564/rpc.statd
udp        0      0 0.0.0.0:111             0.0.0.0:*                           535/rpcbind
udp        0      0 192.168.5.255:137       0.0.0.0:*                           596/nmbd
udp        0      0 192.168.5.26:137        0.0.0.0:*                           596/nmbd
udp        0      0 0.0.0.0:137             0.0.0.0:*                           596/nmbd
udp        0      0 192.168.5.255:138       0.0.0.0:*                           596/nmbd
udp        0      0 192.168.5.26:138        0.0.0.0:*                           596/nmbd
udp        0      0 0.0.0.0:138             0.0.0.0:*                           596/nmbd
udp        0      0 0.0.0.0:48799           0.0.0.0:*                           553/rpc.mountd
udp        0      0 0.0.0.0:48810           0.0.0.0:*                           617/avahi-daemon: r
udp        0      0 0.0.0.0:710             0.0.0.0:*                           535/rpcbind
udp        0      0 0.0.0.0:988             0.0.0.0:*                           692/doscam
udp        0      0 127.0.0.1:740           0.0.0.0:*                           564/rpc.statd
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           617/avahi-daemon: r
udp        0      0 :::36139                :::*                                -
udp        0      0 :::111                  :::*                                535/rpcbind
udp        0      0 :::710                  :::*                                535/rpcbind
root@azboxhd:~#