Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
F
foris-controller-openvpn-module
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Turris
  • Foris Controller
  • foris-controller-openvpn-module
  • Issues
  • #7

Closed
Open
Opened Jan 25, 2019 by Vojtech Myslivec@vmyslivec🚀Owner

comp-lzo is missing in generated client config

comp-lzo option was present in the generated configuration file in the past. From some 3.11.x on this option is no longer present in generated config (I can see this diff when I compare new config with old one).

However, openvpn server is still configured to use comp-lzo option. This leads to broken openvpn connection: client successfully connects to server but no data can pass through the tunnel. If I add comp-lzo to the client config, everything starts to work well.

Part of the openvpn UCI config file (/etc/config/openvpn):

config openvpn 'server_turris'
    ...
    option comp_lzo 'yes'

Probably related to #4 (closed) #5 (closed)

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Turris OS 3.11.3
Milestone
Turris OS 3.11.3 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: turris/foris-controller/foris-controller-openvpn-module#7