Closed noahfraiture closed 9 months ago
Hello, what is the full exegol command used ? The one submitted seems incomplete. It seems to have some argument missing.
This was my full command, I wanted put the name and the image when exegol asked me how we can with exegol start
. When I try exegol start france nightly --vpn <path>/vpn.ovpn --vpn-auth <path>/protonCredentials
I get another problem. I first get this warning
[?] Are you sure you want to configure a VPN container based on the host's network? [y/N]: y
[!] Some OpenVPN config are missing to support VPN dynamic DNS servers! Please add the following line to your configuration file:
If I press 'N', my DNS is broken. I can ping 8.8.8.8 but not google.com. If I press 'y', I have a working dns but my host also send its connexion through the VPN. But I want to be able to separate the connection of my host and the connection of my container
But I want to be able to separate the connection of my host and the connection of my container
You have to choose 'N' to disable the sharing host network
For your DNS, if your VPN server provide a DNS server you must update your vpn config accordingly to the message provided by exegol. Otherwise you have to update yourself your dns server by updating /etc/resolv.conf
. The default DNS server is the same one as your host but it might not be available while using your VPN try to use a public one.
And regarding your first error, I read it again, you have this error because you used -vpn
(as -v -p -n
) instead of --vpn
.
In the absence of a reply, I'm going to close this ticket as my last reply should have solved the problem. If it doesn't, feel free to reopen it or create a ticket on the discord server for easier access to support. Have a nice day
Describe the bug
Hello, when I try to create a container with a vpn connection, I got an error about the format. I use an openvpn configuration from Proton.
The configuration :
The openvpn configuration works well outsite exegol
Steps To Reproduce
Exegol Wrapper Version
Exception
No response
Anything else?
No response