Search found 14 matches
- Fri Nov 24, 2017 4:39 pm
- Forum: Other Issues
- Topic: Panel: "OpenVPN Server: Allowed Clients" - regenerated VPN client does not block access to the server using previous key
- Replies: 4
- Views: 3798
Re: Panel: "OpenVPN Server: Allowed Clients" - regenerated VPN client does not block access to the server using previous
@vdmz I see your issues reported at https://github.com/ericpaulbishop/gargoyle/issues Just so you don't get your exceptions to high just remember that gargoyle is run by volunteers in their spare time. It will get fixed, just sometimes not as fast as we would like.... I know that. Thanks for remind...
- Fri Nov 24, 2017 4:57 am
- Forum: Other Issues
- Topic: Panel: "OpenVPN Server: Allowed Clients" - regenerated VPN client does not block access to the server using previous key
- Replies: 4
- Views: 3798
Re: Panel: "OpenVPN Server: Allowed Clients" - regenerated VPN client does not block access to the server using previous
Hello ispyisail,
The problems are not related it is separate issues. The related thing is OpenVPN menu, but it is not the same.
The problems are not related it is separate issues. The related thing is OpenVPN menu, but it is not the same.
- Thu Nov 23, 2017 6:41 pm
- Forum: Other Issues
- Topic: Panel: "OpenVPN Server: Allowed Clients" - checkbox "Enabled" does not work
- Replies: 3
- Views: 3188
- Thu Nov 23, 2017 6:40 pm
- Forum: Other Issues
- Topic: Panel: "OpenVPN Server: Allowed Clients" - regenerated VPN client does not block access to the server using previous key
- Replies: 4
- Views: 3798
Panel: "OpenVPN Server: Allowed Clients" - regenerated VPN client does not block access to the server using previous key
Panel: "OpenVPN Server: Allowed Clients" - regenerated VPN client does not block access to the server using previous key. Test to reproduce: 1. Create VPN client with name "test", push "Add" button, push "Save Changes". Download OVPN configuration and make sur...
- Thu Nov 23, 2017 6:16 pm
- Forum: Other Issues
- Topic: Panel: "OpenVPN Server: Allowed Clients" - checkbox "Enabled" does not work
- Replies: 3
- Views: 3188
Panel: "OpenVPN Server: Allowed Clients" - checkbox "Enabled" does not work
Panel: "OpenVPN Server: Allowed Clients" - checkbox "Enabled" for VPN client does not work. Test to reproduce: 1. Create VPN client, push "Add" button, then push "SaveChanges". 2. Now, when VPN client is ready and checkbox "Enabled" is ticked, untick...
- Wed Nov 22, 2017 7:11 pm
- Forum: Other Issues
- Topic: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
- Replies: 25
- Views: 24032
Re: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
ispyisail,
1. You got error about non-existing config file, in router which you configured as client or server?
2. What was your action when you got popup with error, you pushed "SAVE" button?
3. Did you try to connect using ssh and check if config file physically exists in directory?
1. You got error about non-existing config file, in router which you configured as client or server?
2. What was your action when you got popup with error, you pushed "SAVE" button?
3. Did you try to connect using ssh and check if config file physically exists in directory?
- Wed Nov 22, 2017 7:10 am
- Forum: Other Issues
- Topic: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
- Replies: 25
- Views: 24032
Re: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
I have two test routers and changed the script /usr/lib/gargoyle/openvpn.sh in both #!/bin/sh # global config directory OPENVPN_DIR="/etc/openvpn" # init script OPENVPN_INIT_SCRIPT="/etc/init.d/openvpn" # Assume time values are this many bits # This is needed for setting expirat...
- Wed Nov 22, 2017 5:24 am
- Forum: Other Issues
- Topic: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
- Replies: 25
- Views: 24032
Re: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
Router to Router Fail The original config files works fine but the new one does not, can't see much difference https://i.imgur.com/GTVLvWd.png Your error about missing configuration file, is not related to the change which i provide above. Probably you do something wrong or incorrectly modified the...
- Tue Nov 21, 2017 9:19 pm
- Forum: Other Issues
- Topic: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
- Replies: 25
- Views: 24032
Re: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
The lines in script /usr/lib/gargoyle/openvpn.sh : echo "push \"route $subnet_ip $subnet_mask $openvpn_server_internal_ip \"" >> "$client_ccd_file" echo "push \"route $subnet_ip $subnet_mask $openvpn_ip \"" >> "$client_ccd_file" should be c...
- Mon Nov 20, 2017 4:17 pm
- Forum: Other Issues
- Topic: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
- Replies: 25
- Views: 24032
Re: [solved] OpenVPN: Allow Clients To Access Hosts on LAN
so "Allow Clients To Access Hosts on LAN" At the moment this has no effect? or ...... Just need to make a test to confirm "Allow Clients To Access Hosts on LAN" - has effect, but generated configuration does not work on all OS (see my post above). To make it work on all OS, auto...