Tried to install OpenSSH_8.0p1 but installed OpenSSh Client only.
sudo apt install openssl-server Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openssl-server
df -i shows
Filesystem Inodes IUsed IFree IUse% Mounted on
udev 1745003 593 1744410 1% /dev
tmpfs 1760785 914 1759871 1% /run
/dev/sda1 5283840 5283840 0 100% /
tmpfs 1760785 225 1760560 1% /dev/shm
tmpfs 1760785 7 1760778 1% /run/lock
tmpfs 1760785 17 1760768 1% /sys/fs/cgroup
tmpfs 1760785 38 1760747 1% /run/user/1000
I have installed OpenVPN server in one Ubuntu 16.04 machine. I need to connect from outside my home with OpenVPN clients
Ping from server(192.168.2.50) using tun0 network works
Client-1
vino@ubuntu:~$ ping 10.8.0.18
PING 10.8.0.18 (10.8.0.18) 56(84) bytes of data.
64 bytes from 10.8.0.18: icmp_seq=1 ttl=64 time=240 ms
64 bytes from 10.8.0.18: icmp_seq=2 ttl=64 time=47.0 ms
^C
--- 10.8.0.18 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 47.020/143.818/240.617/96.799 ms
Client-2
vino@ubuntu:~$ ping 10.8.0.22
PING 10.8.0.22 (10.8.0.22) 56(84) bytes of data.
64 bytes from 10.8.0.22: icmp_seq=1 ttl=64 time=217 ms
64 bytes from 10.8.0.22: icmp_seq=2 ttl=64 time=589 ms
64 bytes from 10.8.0.22: icmp_seq=3 ttl=64 time=507 ms
^C
--- 10.8.0.22 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 217.640/438.043/589.171/159.390 ms
But ping from server using eth0 and wlp4s0 network fails
Client-1
vino@ubuntu:~$ ping 192.168.1.5
PING 192.168.1.5 (192.168.1.5) 56(84) bytes of data.
^C
--- 192.168.1.5 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1000ms
Client-2
vino@ubuntu:~$ ping 192.168.43.253
PING 192.168.43.253 (192.168.43.253) 56(84) bytes of data.
^C
--- 192.168.43.253 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5020ms
I cannot able to ping using wlp3n0 or eth0 networks from server to client and vice-versa
setup Openvpn
Server ip 192.168.70.22 tun0 - 10.8.0.1
Client1 ip 192.168.1.3 tun0 - 10.8.0.6
Client2 ip 192.168.30.44 tun0 - 10.8.0.10
ping tun0 works
ping server from client1 and client2 works vice versa
also IP address ping server ip from client1 and client2 works
But
ping client1 from client2 and server not working
ping client2 from client1 and server not working