Ticket #589 (closed bug: fixed)

Opened 3 years ago

Last modified 2 years ago

Openvpn routes only works for the first client

Reported by: ilvalle Owned by: iurgi@…
Priority: normal Milestone: Firmware 2.3.7.0
Component: fon-plugin-openvpn Version: 2.3.6.1 (Gari jr.)
Severity: trivial
Cc: Hardware: both

Description

The vpn send this command to all the client:

route 192.168.10.0 255.255.255.0 10.8.0.5

It works only for the first client with the ip:10.8.0.5 , for the other vpn user the route is wrong.

Attachments

Change History

Changed 3 years ago by matthijs

  • milestone Requests deleted

Milestone Requests deleted

Changed 3 years ago by matthijs

  • hardware set to unknown
  • status changed from new to confirmed
  • severity set to unknown
  • milestone set to Firmware 2.3.7.0

Changed 3 years ago by matthijs

  • hardware changed from unknown to both
  • type changed from request to bug
  • version set to 2.3.6.1 (Gari jr.)
  • component changed from unknown to fon-plugin-openvpn
  • severity changed from unknown to trivial

Changed 2 years ago by matthijs

  • status changed from confirmed to closed
  • resolution set to fixed

(In [1846]) openvpn: Make LAN access work for multiple clients.

When LAN access is enabled, a route to the LAN is pushed to the clients. Before, this would use a fixed gateway address of "10.8.0.5", but this is only valid for the first client. Subsequent clients have a different gateway address.

This commit simply removes the gateway address, which will let the OpenVPN client fill in the proper gateway client itself. Thanks to JazzyJ for suggesting this fix.

Closes: #589

Changed 2 years ago by matthijs

  • summary changed from openvpn routing problem to Openvpn routes only works for the first client

Add/Change #589 (Openvpn routes only works for the first client)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
 
Note: See TracTickets for help on using tickets.