I have a zentyal in a vps in the internet that I use to connect some companies with their external offices, so far with windows this is not a problem I connect the windows server to zentyal via openvpn client and configure as many openvpn clients as external offices that they have and they work perfectly but when I try to connect same way using zentyal in a company it fails, I mean I can check the option that states allow zentyal to zentyal tunnel. ok the server of the company can connect to the zentyal vps but I cannot download a bundle for normal clients to connect to the same network, is there a work arrout to connect both zentyals and normal hosts on a same netork via openvpn? If I try to use a normal client bundle in zentyal it doesnt let me connect.
openvpn between zentyal servers and normal clients possible?
3.1k Views Asked by Jose Andradez At
2
There are 2 best solutions below
0
generaltux
On
For your use case, i think there is not way inside zentyal to manage S2S connection. To achieved that i use one server as client (S2), download a Linux bundle from the other zentyal(S1) server, then configure the S2 to act as the others clients to connect to the S1.
here is a link for client side configuration openpvn linux client
Hope that help
Related Questions in VPN
- Docker container does not find System Daemon of nordvpn after reboot
- how to fix PF on M3?
- I'd like to install and configure the 'Checkpoint VPN' on Linux Mint. How can I do that?
- Unable to correctly configure StrongSwan with site-to-site connection and road warrior
- SSHD fails on reboot when restricting it over VPN
- How to share a hotspot VPN from Android to PC (Windows)?
- VPN versus Azure Virtual desktop - Which is secured to access the server, application and personal data
- How to connect docker container to vpn site to site
- Connect to a specific country using Psiphon vpn from Command line
- To allow IPsec NAT-T traffic to pass through, why does the firewall still need to permit ESP when it already allows UDP 4500?
- Connect to VLESS (VPN protocol) ic C# on Android
- Connect to Outline VPN ic C# on Android
- Issue with wg-easy VPN service and setting up auto reboot using Powershell script on Automation Accounts
- Accessing Self-Hosted Visual Studio Code Server via ZeroTier VPN
- Turn off connectivity checks on android. Error with adb
Related Questions in OPENVPN
- Bash script truncates output files at 4096 bytes
- How to share client side internet connection with server side in openvpn?
- "don't know how to make .gitignore"
- OpenVpn configuration
- Raspberry Pi - run a program with specified internet connection
- Setting ns-cert-type server for OpenVPN using phpseclib
- Failed to create certificate when I want to run source ./vars and ./clean-all
- OpenVPN configuration on Ubuntu to share internet connection
- Need to use VPN tunnel for class C network using class A tunnel
- Secure duplex machine-to-machine tunnel - are WebSockets for me?
- How to create an SSL connection using an installed user certificate on android
- Batch/CMD stops after OpenVPN command line
- openvpn server on localhost on Android
- Problem disconnecting OpenVpn from application
- Generate custom Windows-based EXE installer from *nix webserver on the fly (OpenVPN client custom installer)
Related Questions in ZENTYAL
- how to implement converse.js with Zentyal server 7.0
- Spring boot email send from custom postfix server not working
- Problem with zentyal proxy 6.1 and connect request in embedded application
- How to remove /SOGo from Zentyal 6.1 Webmail Login
- Zentyal: Overriding some DNS entries for some external domains to internal ip
- Sudo command in perl/eBox/Zentyal
- Using Proxy IP for the users in LAN through Zentyal server
- SmtpClient throws an exception when trying to send an email via Zentyal server
- Zentyal AD logon script
- Unable to add groups in LDAP?
- Missing libstdc++ in Zentyal
- Permission denied - readline() on closed filehandle
- Unable to install Zentyal in Ubuntu 12.04 LTS minimal
- Joining Zentyal Server Domain (3.4) 32 bit ver with a Windows 7 (Ultimate 64bit) or XP Pro
- openvpn between zentyal servers and normal clients possible?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Zentyal to Zentyal connections don't work for normal clients.
Zentyal allows you to define more than one VPN server. You should use a separate VPN server for other clients.
Note that the two modes have different semantics, in regard to how routing works for each of the VPN models. In brief:
In addition, it's better practice to use a separate VPN network for road warriors, another VPN for server-to-server communications.
If I guess correctly, you'd like to use Zentyal as a normal VPN client (using a normal client bundle). It's a requested feature but I believe it's not available. You could configure the OpenVPN client manually in the Zentyal box (unmanaged by Zentyal, unless you use hooks). Alternatively, you could use a Zentyal-to-Zentyal tunnel for all clients, but configure Windows clients manually based on the certificates present on the bundle and the Windows OpenVPN configuration files you already have (this way, you'd be missing RIP (route exchange) funcionality between Windows and Zentyal but it shall work).