Ticket #392 (closed Bug report: fixed)

Opened 6 years ago

Last modified 5 years ago

unable to clear firewall rule upon user logout

Reported by: anonymous Owned by:
Priority: high Milestone: Not yet assigned to a Milestone
Component: Gateway Version:
Keywords: fw_iptables.c bug Cc:

Description

Dear developers,

I have located a bug in fw_iptables.c (gateway version 1.1.3) that would caused problems when a user logouts. In line 461 the iptables_do_command is wrong. The correct one is

"-t mangle -D " TABLE_WIFIDOG_INCOMING " -d %s -j ACCEPT"

instead of

"-t mangle -D " TABLE_WIFIDOG_INCOMING " -d %s -j DENY",

since this rule is supposed to clear the ACCEPT rule created before, and need to clear it by issuing -D command with identical ruleset.

Attachments

Change History

Changed 5 years ago by benoitg

  • status changed from new to closed
  • resolution set to fixed

This was fixed in [1303]

Add/Change #392 (unable to clear firewall rule upon user logout)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.