Jump to content


gusto

Member Since 24 May 2019
Offline Last Active 09 Nov 2024 11:42
-----

Topics I've Started

Port 21 not open

6 November 2024 - 19:30

Today I wanted to remotely send to the box via DBE channels and DBE shows a connection error.
I found that port 21 is not open.
 
Host is up (0.073s latency).
Not shown: 994 closed ports
PORT     STATE SERVICE
22/tcp   open  ssh
80/tcp   open  http
111/tcp  open  rpcbind
2049/tcp open  nfs
8001/tcp open  vcom-tunnel
8888/tcp open  sun-answerbook

It looks like vsftpd is not running

ps | grep vsftpd
 7875 root      2660 S    grep vsftpd

It looks like vsftpd is not running. Does OpenPLi use VSFTPD at all?

 


OpenPli 9 and ansible

7 June 2024 - 09:35

I want to ask if anyone manages boxes using Ansible. For example copying files to the box, mass installation of plugins, etc.


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.