Closed GoogleCodeExporter closed 9 years ago
When I do this I get the line ifconfig 10.8.0.2 255.255.255.255 in the
generated config and no the one with 3 ips. Not that Openvpn for Android does
not care about gateways/p2p partner ips. So the generated config of Openvpn for
Android like likely not work on other Openvpn versions.
Original comment by arne@rfc2549.org
on 20 Aug 2012 at 12:40
The dialog box for ipv4 ip address asks for an address/netmask in CIDR format.
It should allow instead a pair (local and remote) of ip addresses.
If I enter a pair of ip addresses, the generated config is wrong:
ifconfig 172.16.53.3 172.16.3.53 255.255.255.255
Original comment by niccolo....@gmail.com
on 21 Aug 2012 at 9:04
Yes if you enter a pair of IPs the config is wrong. Just enter only the first
IP e.g. 172.16.53.3/32 The remote IP is not needed or being used.
Original comment by arne@rfc2549.org
on 22 Aug 2012 at 7:33
OK, if you enter the IP_address/32 it works, it also gets the correct remote
p-t-p address, I suppose from the remote.
It is just annoying to see the warning message in the debug log.
Thanks.
Original comment by niccolo....@gmail.com
on 22 Aug 2012 at 7:44
Original comment by arne@rfc2549.org
on 23 Aug 2012 at 8:21
Original issue reported on code.google.com by
jas...@gmail.com
on 20 Aug 2012 at 12:27