


Code: Select all
Chain FORWARD (policy DROP 114 packets, 11578 bytes)
pkts bytes target prot opt in out source destination
2484 2418K ACCEPT all -- eth1 br0 anywhere anywhere state RELATED,ESTABLISHED
2529 642K ACCEPT all -- br0 eth1 anywhere anywhere
Code: Select all
Aug 27 21:12:26 server IN=br0 OUT=br0 PHYSIN=ath0 PHYSOUT=eth0 SRC=192.168.0.200 DST=192.168.0.13 LEN=60 TOS=0x00 PREC=0x00 TTL=128 ID=22764 PROTO=ICMP TYPE=8 CODE=0 ID=768 SEQ=20992
Code: Select all
iptables -A FORWARD -i br0 -o br0 -j ACCEPT