siomiz / SoftEtherVPN

A Docker Automated Build Repository for SoftEther VPN
https://hub.docker.com/r/siomiz/softethervpn/
MIT License
454 stars 174 forks source link

No IP obtained #79

Open HthSolid opened 4 years ago

HthSolid commented 4 years ago

First tried Server: VPS; Debian 9.8 stretch

Second tried Server:Root Server; Ubuntu 18 with Plesk Docker

Configuration: Docker with -jwilder nginx proxy -jrsc letsencrypt -nginx The softether container is not routed through any of the nginx containers and the ports do not conflict apart of port 443 which is disabled.

Problem: VPN Connected but not receiving DHCP lease IP, tried for days many solutions on the net but none worked to get an IP from SoftEther. The LogFiles do not show any activity of SecureNAT when a client connects. Goal is to connect internal and external computers into an own network so they can share files, data, etc.

tried without success: -disabling 'DisableIpRawModeSecureNAT' -disabling 'DisableUserModeSecureNAT' -adding MacVlan to container -reset to factory -image 4.25 & 4.29

Docker-Compose.yml: version: '3.2' services: softether: image: siomiz/softethervpn:4.25 container_name: softether ports:

networks: myvlan: driver: macvlan driver_opts: parent: eth0.60 ipam: config:

HthSolid commented 4 years ago

it seems this is due to something in bitdefender or some other issue, i will report as soon as i know the exact cause