Protocol type specified two times in generated rules

Bug #48076 reported by tgrzejsz
6
Affects Status Importance Assigned to Milestone
kmyfirewall (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Binary package hint: kmyfirewall

Example rules generated by kmyfirewall (taken from
/etc/kmyfirewall/kmyfirewall.sh):

$IPT -t filter -A INPUT --in-interface eth1 --out-interface eth1 -p tcp -p tcp --match multiport --destination-ports 445,137,138,139 -j DROP || { status="1"; echo " Setting up Rule: smb_tcp FAILED! "; exit 1; }

$IPT -t filter -A INPUT --in-interface eth1 --out-interface eth1 -p udp -p udp --match multiport --destination-ports 139,138,137,445 -j DROP || { status="1"; echo " Setting up Rule: smb_udp FAILED! "; exit 1; }

Note that "-p" option is specified two times in each rule which prevents
those rules from being accepted by iptables.

Revision history for this message
Siegfried Gevatter (rainct) wrote :

Thanks for your bug report and helping to improve Ubuntu.

However, I couldn't find this file / rule in the latest version (1.0-1ubuntu3). Could you please check if the problem is still present there?

Changed in kmyfirewall:
assignee: nobody → rainct
status: New → Incomplete
Revision history for this message
Siegfried Gevatter (rainct) wrote :

We are closing this bug report as it lacks the information, described in the previous comments, we need to investigate the problem further. However, please reopen it if you can give us the missing information and don't hesitate to submit bug reports in the future.

Changed in kmyfirewall:
assignee: rainct → nobody
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.