[Bug 862739] New: openvpn creates non-functional client config
https://bugzilla.novell.com/show_bug.cgi?id=862739 https://bugzilla.novell.com/show_bug.cgi?id=862739#c0 Summary: openvpn creates non-functional client config Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: per@computer.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:11.0) Gecko/20100101 Firefox/11.0 I have recently upgraded our local openvpn endpoint to 13.1, which also meant upgrading openvpn to 2.3.2 . I copied over our existing configuration and added "topology subnet". The new configuration no longer works, it seems to be handing out an invalid client config. Previous config that worked: 2013-07-30T17:02:44.084956+02:00 toshi1 openvpn[5616]: PUSH: Received control message: 'PUSH_REPLY,route 192.168.0.0 255.255.0.0,route 192.168.13.1,ping 10,ping-restart 120,ifconfig 192.168.13.9 192.168.13.10' Current config which doesn't work: 2014-02-07T09:56:14.797888+01:00 toshi1 openvpn[8133]: PUSH: Received control message: 'PUSH_REPLY,route 192.168.0.0 255.255.240.0,topology p2p,ping 10,ping-restart 120,ifconfig 255.255.255.0 192.168.13.10' The "ifconfig 255.255.255.0 192.168.13.10" part looks particularly dodgy and presumably leads to this faulty network config: 4: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 100 link/none inet 255.255.255.0 peer 192.168.13.10/32 scope global tun0 valid_lft forever preferred_lft forever It is correctable by amending the addresses: ip addr add 192.168.13.9 peer 192.168.13.10 dev tun0 ip addr del 255.255.255.0/32 dev tun0 Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=862739 https://bugzilla.novell.com/show_bug.cgi?id=862739#c Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-beta@cboltz.de AssignedTo|bnc-team-screening@forge.pr |mt@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=862739 https://bugzilla.novell.com/show_bug.cgi?id=862739#c1 --- Comment #1 from Per Jessen <per@computer.org> 2014-04-30 08:59:48 UTC --- ping? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=862739 Nirmoy Das <nirmoy.das@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nirmoy.das@suse.com Assignee|ndas@suse.de |max@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=862739 http://bugzilla.novell.com/show_bug.cgi?id=862739#c7 Reinhard Max <max@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |WORKSFORME --- Comment #7 from Reinhard Max <max@suse.com> --- The versions you are referring to are outdated by now, so I am closing this again as per comment 4. Please reopen if it still happens on Leap-42.3 or Tumbleweed. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com