Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I have setup an IKEV2 VPN server by following this documentation. https://www.digitalocean.com/community/tutorials/how-to-set-up-an-ikev2-vpn-server-with-strongswan-on-ubuntu-20-04
After setup i can successfully connected with the vpn server through different mobile devices. The problem is, all the devices are getting the same private ip address (ex:10.10.10.1). And when one device is newly connected the previous connected device can’t browse the internet.
my /etc/ipsec.conf file
config setup
charondebug="ike 1, knl 1, cfg 0"
uniqueids=no
conn ikev2-vpn
auto=add
compress=no
type=tunnel
keyexchange=ikev2
fragmentation=yes
forceencaps=yes
dpdaction=clear
dpddelay=300s
rekey=no
left=%any
leftid=@server_domain_or_IP
leftcert=server-cert.pem
leftsendcert=always
leftsubnet=0.0.0.0/0
right=%any
rightid=%any
rightauth=eap-mschapv2
rightsourceip=10.10.10.0/24
rightdns=8.8.8.8,8.8.4.4
rightsendcert=never
eap_identity=%identity
ike=chacha20poly1305-sha512-curve25519-prfsha512,aes256gcm16-sha384-prfsha384-ecp384,aes256-sha1-modp1024,aes128-sha1-modp1024,3des-sha1-modp1024!
esp=chacha20poly1305-sha512,aes256gcm16-ecp384,aes256-sha256,aes256-sha1,3des-sha1!
I have followed the whole documentation for setup IKEV2 VPN server. Can anyone help me out to get the proper solutions!
Leon Junior
Leon Junior
hashembarret@gmail.com
hashembarret@gmail.com
dc4230bda0b4464dbcf3a811978d84
tecnico genny
max johnson
220b5e1380f8416db566e9737f7170
Hadi
Hadi
StaticIP
EatingAquamarineScubaDiver