https://bugzilla.novell.com/show_bug.cgi?id=474267 Summary: issue with SuseFirewall and if-up/if-down Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Critical Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jc@phocean.net QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.5) Gecko/2008121300 SUSE/3.0.5-1.1 Firefox/3.0.5 Recently, I have been loosing network access, a while after resuming from suspend (and changing of network subnet). I found out that my logs are full of "martian source" alerts, which are nothing else than my subnet addresses. As restarting the firewall seemed to solve the problem, I came to the idea that there were some issue with the if-up / if-down scripts. I checked this file, /etc/sysconfig/network/if-up.d/SuSEfirewall2, whose section of code makes me skeptical : case "$0" in *if-up.d*) /sbin/SuSEfirewall2 -q start ;; *if-down.d*) /sbin/SuSEfirewall2 -q start ;; *) echo "don't know what to do" >&2 ;; esac Shouldn't it be : case "$0" in *if-up.d*) /sbin/SuSEfirewall2 -q start ;; *if-down.d*) /sbin/SuSEfirewall2 -q stop ;; *) echo "don't know what to do" >&2 ;; esac There is no script in the if-dow.d folder. I think the above script should be linked there. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.