Actions
Bug #6888
closedopenVPN - Client Specific Overrides
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
11/03/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.2
Affected Architecture:
amd64
Description
System: 2.3.2-RELEASE-p1
On WebGUI i put 'ifconfig-push 172.50.0.10 255.255.255.0' but client gets this IP: 172.50.0.0
Now i have looked at the file in /var/etc/openvpn-csc/server_x and file looks like this:
ifconfig-push 172.50.0.10 255.255.255.0
ifconfig-push 172.50.0.0 255.255.255.0
I've deleted the second ifconfig-push line and all worked well.
Files
Updated by Jim Pingle over 8 years ago
- Status changed from New to Rejected
Don't use a manual "ifconfig-push" line, that's what the "Tunnel Network" option in the override sets up automatically.
You could use a manual ifconfig-push if you leave the tunnel network in the override blank, but it's easier to put in the client IP address in the tunnel network directly ( 172.50.0.10/24 in this case)
Actions