Changeset 557 for trunk/wifidog/src/fw_iptables.c
- Timestamp:
- 04/20/05 12:56:34 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/fw_iptables.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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();
