Changeset 557
- Timestamp:
- 04/20/05 12:56:34 (4 years ago)
- Files:
-
- trunk/wifidog/ChangeLog (modified) (1 diff)
- trunk/wifidog/configure.in (modified) (1 diff)
- trunk/wifidog/src/fw_iptables.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wifidog/ChangeLog
r537 r557 1 1 # $Header$ 2 2005-04-20 Philippe April <philippe@ilesansfil.org> 3 * fw_iptables.c: Insert ourselves at the end of filter.FORWARD instead of 4 at the beginning since important FW instructions are located there on the 5 WRT54Gs when used with some DSL providers and we never execute them 6 otherwise. 7 * Released 1.1.2_beta1 8 2 9 2005-04-03 Philippe April <philippe@ilesansfil.org> 3 10 * Fixed issue with FAQ trunk/wifidog/configure.in
r531 r557 21 21 WIFIDOG_MAJOR_VERSION=1 22 22 WIFIDOG_MINOR_VERSION=1 23 WIFIDOG_MICRO_VERSION= 123 WIFIDOG_MICRO_VERSION=2_beta1 24 24 WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION 25 25 trunk/wifidog/src/fw_iptables.c
r531 r557 256 256 257 257 /* Assign links and rules to these new chains */ 258 iptables_do_command("-t filter - I FORWARD 1-i %s -j " TABLE_WIFIDOG_WIFI_TO_INTERNET, gw_interface);258 iptables_do_command("-t filter -A FORWARD -i %s -j " TABLE_WIFIDOG_WIFI_TO_INTERNET, gw_interface); 259 259 iptables_do_command("-t filter -A " TABLE_WIFIDOG_WIFI_TO_INTERNET " -j " TABLE_WIFIDOG_AUTHSERVERS); 260 260 iptables_fw_set_authservers();
