Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
TeamViewer VPN on Torizon OS
While I understand your need to use TeamViewer as your company standard for VPN functionality, the available Toradex documentation doesn’t specifically cover TeamViewer integration(1). However, I can provide guidance on VPN solutions and container networking that are officially supported.
Officially Supported VPN Solutions
For Torizon OS, Toradex officially supports WireGuard as the primary VPN solution(1). The documentation specifically mentions:
- WireGuard: Enabled and supported by default on Torizon OS(1)
- OpenVPN: Available as an alternative, though not officially supported but with provided instructions(1)
Container Networking Considerations
Your concern about VPN functionality within containers is valid. For networking scenarios like yours, Torizon OS provides several options(2):
Host Network Mode
For VPN applications that need low-level network access, you might need to use host network mode(2). This mode allows containers to access the network with the same IP and configuration used by processes running natively on the host OS(2). However, this method is the least recommended since you expose the entire container networking to the outside, and you should only choose it if it is really required(2).
Inter-container Communication
If you need to connect to other devices behind your Torizon device, you can set up private networks for inter-container communication(2). This allows containers to communicate with each other while controlling external access(2).
Recommended Approach
Given your requirements for accessing both the Torizon device and other network devices:
- Consider WireGuard first: Since it’s officially supported and enabled by default(1)
- Use host network mode if necessary: For VPN functionality that requires direct network access(2)
- Evaluate OpenVPN as alternative: If WireGuard doesn’t meet your needs(1)
Container Implementation
If you proceed with a container-based approach for any VPN solution, you’ll likely need to use host network mode to ensure proper VPN functionality(2). Standard container networking may not provide the necessary network-level access for VPN operations.
I recommend starting with the officially supported WireGuard solution and evaluating if it can meet your company’s VPN requirements alongside or instead of TeamViewer.
Best regards, Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.