Quote:
Originally Posted by jrmontg
Outside =br0 OUT= PHYSIN=tap0 MAC=00... SRC=10.1.1.254 DST=10.1.1.39 LEN=48 TOS=0x00 PREC=0x00 TTL=128 ID=7650 DF PROTO=TCP SPT=1036 DPT=445 WINDOW=16384 RES=0x00 SYN URGP=
|
I can't tell if this log message is before a DENY or if it just before a ACCEPT but taken that this is before a DENY following rule should grant access
Code:
iptables -i br0 -d 10.1.1.39 -p tcp --dport 445 -j ACCEPT
check if br0 realy is the -i(n interface) else substitute with the correct one.
Cheers Zhjim