FS#470 - IP Forwarding in iptables pkg
Attached to Project:
Arch Linux
Opened by Aurélien Gâteau (aurelien.gateau) - Wednesday, 18 February 2004, 22:57 GMT
Last edited by Judd Vinet (judd) - Thursday, 19 February 2004, 00:31 GMT
Opened by Aurélien Gâteau (aurelien.gateau) - Wednesday, 18 February 2004, 22:57 GMT
Last edited by Judd Vinet (judd) - Thursday, 19 February 2004, 00:31 GMT
|
Details
It would be nice if the iptables package allowed to activate
IP forwarding.
I made the following changes to achieve this: 1. In /etc/conf.d/iptables, I added this line: IPTABLES_FORWARD=1 2. In /etc/rc.d/iptables, before the stat_busy line, I added: if [ "$IPTABLES_FORWARD" = "1" ]; then echo 1 > /proc/sys/net/ipv4/ip_forward fi |
This task depends upon