[Bug 770965] New: shared network connection does not work
https://bugzilla.novell.com/show_bug.cgi?id=770965 https://bugzilla.novell.com/show_bug.cgi?id=770965#c0 Summary: shared network connection does not work Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: richlv@nakts.net QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Opera/9.80 (X11; Linux x86_64; U; en) Presto/2.10.289 Version/12.00 creating a shared wireless connection doesn't work - the iptables rules and forwarding state are reset immediately. reasoning for major severity - connection sharing for mobile devices is a very common need today, and it being broken leaves a bad impression on novice users steps : connect via a cable; in knetworkmanager, open "manage connections", switch to 'wireless' and add a new shared connection. configure it as appropriate. activate the connection. expected : devices connected over the new wireless connection gain access through the cable connection. result : not like that. there seem to be two problems. 1. problem : iptables rules that knetworkmanager sets up are removed in /var/log/NetworkManager, it can be seen that it actually tries to execute iptables commands that are needed for this to work (dhcp/dns ports, masquerading rule etc), but they are not visible in iptables listing a moment later. speculation : firewall script is called, which resets everything. /var/log/messages contains (with enabled systemd debugging) : dbus[984]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) dbus-daemon[984]: dbus[984]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus dbus[984]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' dbus-daemon[984]: dbus[984]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus systemd[1]: Accepted connection on private bus. systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.LoadUnit() on /org/freedesktop/systemd1 systemd[1]: Got D-Bus request: org.freedesktop.DBus.Properties.GetAll() on /org/freedesktop/systemd1/unit/graphical_2etarget systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local if-up.d/21-dhcpcd-hook-samba: No dhcpcd info nor dhclient leases file found for wlan0. SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ... if i run "while true; do iptables -L -n | grep 53; done" while activating the shared connection i see the iptables rules actually appearing for a second or two 2. problem : ip forwarding is disabled /proc/sys/net/ipv4/ip_forward is set to 1 briefly, then set back to 0 (possibly by firewall scripts again ?) similarly, if i run "while true; do cat /proc/sys/net/ipv4/ip_forward | grep 1; done" while enabling the shared connection, i can see it being set to 1 briefly --------------- if i set same iptables rules as networkmanager and enable ip forwarding, shared connection works w/o any issues 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=770965 https://bugzilla.novell.com/show_bug.cgi?id=770965#c kk zhang <kkzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |vbotka@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=770965 https://bugzilla.novell.com/show_bug.cgi?id=770965#c1 Rihards Olups <richlv@nakts.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX --- Comment #1 from Rihards Olups <richlv@nakts.net> 2014-01-02 12:55:05 UTC --- this was fixed in 12.3, but broken again in 13.1. as the 13.1 problem is different, it was reported as #857192 - closing this issue -- 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.
participants (1)
-
bugzilla_noreply@novell.com