Jump to content


gusto

Member Since 24 May 2019
Offline Last Active 12 Feb 2024 19:44
-----

Topics I've Started

Connection closed by 10.8.0.128 port 22

13 December 2023 - 18:45

I installed OpenPLi 9 on Formuler4 for the first time. The box uses a classic ETH network card and also a virtual TUN.
ETH 192.168.1.54
TUN 10.8.0.128

I want to login to the box via SSH and TUN, but it doesn't work

 ssh root@10.8.0.128 -v
OpenSSH_8.9p1 Ubuntu-3ubuntu0.4, OpenSSL 3.0.2 15 Mar 2022
debug1: Reading configuration data /home/gusto/.ssh/config
debug1: /home/gusto/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to 10.8.0.128 [10.8.0.128] port 22.
debug1: Connection established.
debug1: identity file /home/gusto/.ssh/id_rsa type 0
debug1: identity file /home/gusto/.ssh/id_rsa-cert type -1
debug1: identity file /home/gusto/.ssh/id_ecdsa type -1
debug1: identity file /home/gusto/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/gusto/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/gusto/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/gusto/.ssh/id_ed25519 type -1
debug1: identity file /home/gusto/.ssh/id_ed25519-cert type -1
debug1: identity file /home/gusto/.ssh/id_ed25519_sk type -1
debug1: identity file /home/gusto/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/gusto/.ssh/id_xmss type -1
debug1: identity file /home/gusto/.ssh/id_xmss-cert type -1
debug1: identity file /home/gusto/.ssh/id_dsa type -1
debug1: identity file /home/gusto/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.4
debug1: Remote protocol version 2.0, remote software version dropbear_2020.81
debug1: compat_banner: no match: dropbear_2020.81
debug1: Authenticating to 10.8.0.128:22 as 'root'
debug1: load_hostkeys: fopen /home/gusto/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: rsa-sha2-256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
Connection closed by 10.8.0.128 port 22
SSH connection via ETH works normally.
Connection via telnet TUN also works normally.
 
ssh root@192.168.1.54
telnet 10.8.0.128
 
 

 


OpenVPN compatibility or OpenPLi update?

7 December 2023 - 17:34

Hi guys
I manage several E2 boxes where OpenPLi is installed. I manage them via OpenVPN networks (SSH, WebIf). Some boxes are 800 km away from me. The boxes have not been updated for a long time and there is OpenPLi 4 (OpenVPN 3.2.3).
The OpenVPN server that works in the network is now 2.4.7. I will soon update the OpenVPN server to 2.6.3.
Recommendation?
Will OVPN client 2.3.2 be compatible with OVPN server 2.6.3?
Or do I have to update OpenPLi and install OVPN 2.5.0?
I cannot physically be at the box, so I have to update it remotely. If something goes wrong, all is lost.

Channellist from ftp

15 October 2023 - 15:21

I don't want to reinvent the wheel. Surely someone has already done it.
I need the client to be able to download the current chanellist from my FTP (where they are stored, bouquets.tv, lame.db, etc.) to the box.
It is not a problem to write a shell script so that the client uses scp to download the necessary files to the right place and restart enigma2.
I see the problem in how to implement the execution of the script using a remote control (RC).
I would like it to be e.g. under the yellow button.
Can you help me  ?

The difference between recovery_emmc and emmc

19 September 2023 - 12:39

I bought a dvb box AB Pulse 4K mini and I want to flash OpenPLi there without multiboot, which IMG is suitable for me

 openpli-8.3-release-pulse4kmini-20230830_recovery_emmc.zip

or

openpli-8.3-release-pulse4kmini-20230830_emmc.zip

 

What is the difference between them?


Box management

23 April 2023 - 14:39

I manage several boxes. Sometimes I need to edit the config file in all boxes. I have SSH access (ssh-key) to all boxes.
Is it possible to use ansible for this?
Or what is suitable for it.