Jump to content


gusto

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

Posts I've Made

In Topic: Request for WireGuard VPN implementation

11 February 2024 - 15:46

Hello all,

 

There is an tutorial available?

 

I would like also to install it on my Vu+ Uno 4K with Openpli 8.3 installed...

 

Thanks in advance.

 

Cheers!

opkg update
opkg list | grep wireguard
opkg install wireguard 

More info on https://www.wireguard.com/


In Topic: Request for WireGuard VPN implementation

11 February 2024 - 15:34

Will there ever be a wireguard on vu+zero?


In Topic: Connection closed by 10.8.0.128 port 22

14 December 2023 - 17:22

NMAP where SSH does not work

PORT     STATE SERVICE
21/tcp   open  ftp
22/tcp   open  ssh
23/tcp   open  telnet
80/tcp   open  http
111/tcp  open  rpcbind
139/tcp  open  netbios-ssn
445/tcp  open  microsoft-ds
2049/tcp open  nfs
8001/tcp open  vcom-tunnel
8888/tcp open  sun-answerbook


In Topic: Connection closed by 10.8.0.128 port 22

14 December 2023 - 15:05

PORT     STATE SERVICE
21/tcp   open  ftp
23/tcp   open  telnet
80/tcp   open  http
111/tcp  open  rpcbind
139/tcp  open  netbios-ssn
445/tcp  open  microsoft-ds
2049/tcp open  nfs
2222/tcp open  EtherNetIP-1
8001/tcp open  vcom-tunnel
8888/tcp open  sun-answerbook


In Topic: Connection closed by 10.8.0.128 port 22

14 December 2023 - 09:08

No SSH port is set in dropbear. I tried to add default port 22

vi /etc/default/dropbear
DROPBEAR_PORT=22

It still won't connect me. This is the log from dropbear

Dec 14 08:55:42 formuler4 authpriv.info dropbear[1112]: Child connection from 10.8.0.104:39340
Dec 14 08:55:42 formuler4 authpriv.info dropbear[1112]: Exit before auth from <10.8.0.104:39340>: Failed assertion (../dropbear-2020.81/rsa.c:164): `key != NULL'

If I try to use another port for SSH

DROPBEAR_PORT=2222
ssh root@10.8.0.128 -p 2222

Then the connection works.