Log on Hotspot

Hi to all,

I have configured the hotpost in the router board and i put on firewall rules like first filter rules:
0 chain=forward action=log log-prefix=“”

But in my syslog server I read something very strange:

If a hotspot client does a ping to google i can see on my syslog:
2009-03-13 12:47:50 Local7.Debug 10.100.0.224 firewall,info forward: in:wlan1 out:ether1, src-mac 00:1f:e2:c6:b8:92, proto ICMP (type 8, code 0), 192.168.1.254->74.125.39.104, len 40

That’s OK!!!

But if the same client goes on www.google.it i can’t read any log on syslog.

Pease help me.

Would guess u make use of web proxy. Then the chain will be input. Ping will not go through proxy, then chain forward.

Thanks Egate,
but if i put the input chain i can read on log traffic http of nat address.

my comuter have 192.168.1.253 and i can see with input chain
firewall,info input: in:ether1 out:(none), src-mac 00:0b:2b:0a:cc:20, proto TCP (ACK), 195.210.91.83:80->192.168.1.1:35369, len 1480

Best regards