Routing and firewall

From Bubble

Note This page has been moved as-is from the previous wiki and need to be reviewed!

Rules

bubble_01.png

To
Node10.0.0.0/8 subnet (AODV)172.1x.xx.x0/28 (DHCP)Wired interface
4>FromNodeNo restriction
10.0.0.0/8 subnet (AODV)ICMP/SSH/HTTPNo restrictionBlockedBlocked by default (Access can be given with additional rules)
172.1x.xx.x0/28 (DHCP)ICMP/SSH/HTTPNo restriction (Masquerade)N/ABlocked by default (Access can be given with additional rules)
Wired interfaceNo restrictionNo restriction (Masquerade)N/A

DiskLess

Notes about the testing done on the DiskLess scripts (DiskLess/add-ons/sources/bulles_skeleton/etc/init.d/rc.firewall.sh?rev=HEAD&content-type=text/vnd.viewcvs-markup View Script)

To
Node10.0.0.0/8 subnet (AODV)172.1x.xx.x0/28 (DHCP)Wired interface
FromNodeOK
10.0.0.0/8 subnet (AODV)OK (AODV works as expected)Not testedNot testedOK (Also tested when the gateways is 'open'; additional FORWARD rule:"$IPTABLES -I FORWARD -i $WIFI_IF -o $LAN_IF -m mac --mac-source 00:02:2D:29:91:6B -j ACCEPT" -- not masqueraded)
172.1x.xx.x0/28 (DHCP)OK (DHCP Allocates address as expected)
fixed in rc.firewall.sh 1.5
Not testedN/AOK (Same as above)
Wired interfaceOKOK (Masquerade works)N/A