freifunk-berlin / firmware

DEPRECATED: Build system for Berlin firmware. Please user the pinned falter-repos instead
https://berlin.freifunk.net
GNU General Public License v3.0
73 stars 34 forks source link

Firewall: multiple freifunk forwardings #447

Open everloop2 opened 7 years ago

everloop2 commented 7 years ago

seen at branch: master | 0.3.0-rc1 | SAm0815_Hedy-alpha_olsr0903

no negative effects so far, only looks weird at LuCI > Network > Firewall

etc/config/firewall

3times:

config forwarding
    option dest 'freifunk'
    option src 'freifunk'

2times:

config forwarding
    option dest 'freifunk'
    option src 'lan'
pmelange commented 7 years ago

Hedy 1.0.0-routing-master-alpha 403c57e r3205-59508e3

I see it here too. But it should also be noted that there is no 'lan' firewall zone. It has no effect as no entries are created in iptables for zone 'lan'.

Unfortunately there are multiple iptalbes entries for the 'freifunk' zone in iptables.


Chain zone_freifunk_forward (5 references)
target     prot opt source               destination         
forwarding_freifunk_rule  all  --  anywhere             anywhere             /* !fw3: user chain for forwarding */
zone_freifunk_dest_ACCEPT  all  --  anywhere             anywhere             /* !fw3: forwarding freifunk -> freifunk */
zone_freifunk_dest_ACCEPT  all  --  anywhere             anywhere             /* !fw3: forwarding freifunk -> freifunk */
zone_freifunk_dest_ACCEPT  all  --  anywhere             anywhere             /* !fw3: forwarding freifunk -> freifunk */
ACCEPT     all  --  anywhere             anywhere             ctstate DNAT /* !fw3: Accept port forwards */
zone_freifunk_dest_REJECT  all  --  anywhere             anywhere             /* !fw3 */

In my /etc/config/freifunk I have 3x friefunk->freifunk 2x lan->freifunk 1x wan->freifunk.

Many of the rules are also doubled 3x tcp port 80, 442, and 22 2x tcp port 698, 17990 2x udp any port

SvenRoederer commented 6 years ago

/etc/config/firewall looks good after bootup, but double entries are present after running ffwizard

bobster-galore commented 5 years ago

Would somebody like to solve this?

pmelange commented 5 years ago

This is still a issue with 1.1.0-alpha 4155686