This is a message from kernel:

Feb 25 22:06:40 firewall kernel: Performing cross-bridge DNAT requires
IP forwarding to be enabled

but ip_forwarding is enabled:

[EMAIL PROTECTED]:root# cat /proc/sys/net/ipv4/ip_forward
1


configuration:

[EMAIL PROTECTED]:root# iptables -L -t nat -v -n
Chain PREROUTING (policy ACCEPT 1987K packets, 118M bytes)
 pkts bytes target     prot opt in     out     source              
destination
   36  1968 DNAT       tcp  --  *      *       0.0.0.0/0           
0.0.0.0/0          PHYSDEV match physindev=eth5.2 tcp dpt:25
to:192.168.0.2

Chain POSTROUTING (policy ACCEPT 1952K packets, 113M bytes)
 pkts bytes target     prot opt in     out     source              
destination

Chain OUTPUT (policy ACCEPT 267 packets, 16317 bytes)
 pkts bytes target     prot opt in     out     source              
destination


When i go via firewall (eth5.2) to the port 25, the DNAT rule is
aplicable, but kernel write that ip_forwarding is not enabled... But it
is enabled.

kernel 2.5.59

please help me.
tx
kolisko
-- 

---
Michal Kolesár
[EMAIL PROTECTED]
http://kolisko.penguin.cz
+420.777.225.297


Don't send me any attachment in Micro$oft (.DOC, .PPT) format please
Read http://www.fsf.org/philosophy/no-word-attachments.html
Preferable attachments: .PDF, .HTML, .TXT
Thanx for adding this text to Your signature

_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to