docker-softether-vpnsrv icon indicating copy to clipboard operation
docker-softether-vpnsrv copied to clipboard

Running the latest version on CentOS system, the client connection has no network.

Open gresgtehrtsher opened this issue 10 months ago • 1 comments

With the same settings, in the old version: no issues on CentOS system, in the latest version: issues on CentOS system, and in the latest version: no issues on Ubuntu system. The server has network connectivity, and the client can connect successfully. However, after a successful connection, the client loses network connectivity.

[root@server ~]# uname -a Linux server.domain.com 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

[root@server ~]# docker logs vpnsrv docker-softether-vpnsrv - BUILD.20240408Z0242

[I] [conf:softether] Persistent configuration file found: /conf/vpn_server.config [I] [postrouting] Created postrouting rules for: 192.168.30.0/24 [I] [conf:dnsmasq] DHCP server configuration file generated: /conf/dnsmasq.conf [I] [interface:tap] Created tap adapter: tap_soft [I] [dnsmasq] Started DNSMASQ DHCP server. [I] [softether] Started SoftEtherVPN server.

img_20240408

gresgtehrtsher avatar Apr 08 '24 03:04 gresgtehrtsher

Dear @gresgtehrtsher,

I guess this is related with #40. Currently I do not have an solution for this but my educated guess would be something about iptables breaks in the latest version.

Would you mind to dump the logs with LOG_LEVEL environment variable set to debug or even trace to see if it gives us some clues.

cenk1cenk2 avatar Apr 08 '24 21:04 cenk1cenk2