> [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.

What's your routing table? Is eth5.2 a normal, physical network device name?

-- 
cheers,
Bart

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

Reply via email to