Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@tomato:/tmp/home/root# brctl show
- bridge name bridge id STP enabled interfaces
- br0 8000.08606ecbf550 no vlan1
- eth1
- eth2
- br1 8000.08606ecbf550 no vlan3
- wl0.1
- br2 8000.08606ecbf550 no vlan4
- root@tomato:/tmp/home/root# iptables -L -v
- Chain INPUT (policy DROP 17 packets, 1281 bytes)
- pkts bytes target prot opt in out source destination
- 0 0 DROP all -f any any anywhere anywhere
- 0 0 DROP tcp -- any any anywhere anywhere tcp flags:FIN,SYN,RST,PSH,ACK,URG/FIN,SYN,RST,PSH,ACK,URG
- 0 0 DROP tcp -- any any anywhere anywhere tcp flags:FIN,SYN,RST,PSH,ACK,URG/NONE
- 1 124 DROP tcp -- any any anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN state NEW
- 993 39756 DROP all -- any any anywhere anywhere state INVALID
- 670 81333 ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
- 68 5160 ACCEPT all -- lo any anywhere anywhere
- 523 95767 ACCEPT all -- br0 any anywhere anywhere
- 0 0 ACCEPT all -- br1 any anywhere anywhere
- 0 0 ACCEPT all -- br2 any anywhere anywhere
- 0 0 ACCEPT icmp -- any any 78.153.240.201 anywhere
- 30 31440 ACCEPT ipv6 -- any any anywhere anywhere
- 2 192 ACCEPT icmp -- any any anywhere anywhere limit: avg 1/sec burst 5
- 0 0 ACCEPT udp -- any any anywhere anywhere udp dpts:33434:33534 limit: avg 5/sec burst 5
- 0 0 ACCEPT udp -- any any anywhere anywhere udp spt:bootps dpt:bootpc
- 0 0 ACCEPT igmp -- any any anywhere base-address.mcast.net/4
- 0 0 ACCEPT udp -- any any anywhere base-address.mcast.net/4 udp dpt:!upnp
- Chain FORWARD (policy DROP 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- 12478 7902K ACCEPT all -- br0 br0 anywhere anywhere
- 0 0 ACCEPT all -- br1 br1 anywhere anywhere
- 0 0 ACCEPT all -- br2 br2 anywhere anywhere
- 0 0 ACCEPT all -- br0 br1 proxy.workgroup 192.168.2.130
- 0 0 ACCEPT all -- br0 br2 proxy.workgroup 192.168.3.2
- 0 0 ACCEPT all -- br0 br2 portabledell.workgroup 192.168.3.2
- 0 0 ACCEPT all -- br2 br0 192.168.3.2 proxy.workgroup
- 153 6120 DROP all -- any any anywhere anywhere state INVALID
- 1498 75288 TCPMSS tcp -- any any anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
- 61854 52M ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
- 0 0 DROP all -- br0 br1 anywhere anywhere
- 0 0 DROP all -- br0 br2 anywhere anywhere
- 0 0 DROP all -- br1 br0 anywhere anywhere
- 0 0 DROP all -- br1 br2 anywhere anywhere
- 0 0 DROP all -- br2 br0 anywhere anywhere
- 0 0 DROP all -- br2 br1 anywhere anywhere
- 512 31156 wanin all -- vlan2 any anywhere anywhere
- 292 15306 wanout all -- any vlan2 anywhere anywhere
- 292 15306 ACCEPT all -- br0 any anywhere anywhere
- 0 0 ACCEPT all -- br1 any anywhere anywhere
- 0 0 ACCEPT all -- br2 any anywhere anywhere
- 0 0 upnp all -- vlan2 any anywhere anywhere
- Chain OUTPUT (policy ACCEPT 2265 packets, 688K bytes)
- pkts bytes target prot opt in out source destination
- Chain upnp (1 references)
- pkts bytes target prot opt in out source destination
- Chain wanin (1 references)
- pkts bytes target prot opt in out source destination
- 0 0 ACCEPT udp -- any any anywhere base-address.mcast.net/4
- 463 28304 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpt:www
- 1 52 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpt:ftp
- 0 0 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpt:imap2
- 0 0 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpt:imaps
- 0 0 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpt:64738
- 1 40 ACCEPT udp -- any any anywhere wwwbagubiz.workgroup udp dpt:64738
- 3 180 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpt:pop3
- 0 0 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpt:3389
- 6 300 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpt:smtp
- 0 0 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpt:ssmtp
- 0 0 ACCEPT tcp -- any any anywhere proxy.workgroup tcp dpt:5500
- 0 0 ACCEPT udp -- any any anywhere proxy.workgroup udp dpt:5500
- 38 2280 ACCEPT tcp -- any any anywhere wwwbagubiz.workgroup tcp dpts:31456:31458
- 0 0 ACCEPT tcp -- any any anywhere proxy.workgroup tcp dpt:5901
- Chain wanout (1 references)
- pkts bytes target prot opt in out source destination
- Donc :
- 192.168.1.30 doit pouvoir transférer vers 192.168.1.0/24, 192.168.2.130 et 192.168.3.2
- 192.168.1.35 doit pouvoir transférer vers 192.168.1.0/24 et vers 192.168.3.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement