a écrit dans le message de
news:45fecb78$0$6099$426a74cc@news.free.fr...
> From an outside pc: ping toward an ip routed to the modem:
> Mar 19 18:36:25 servidea kernel: ipfw: 2101 Divert 3615 ICMP:8.0
10.10.20.4
> 65.168.96.71 in via bge0
> Mar 19 18:36:25 servidea kernel: ipfw: 2101 Divert 3615 ICMP:8.0
10.10.20.4
> 65.168.96.71 out via bge0
> Mar 19 18:36:25 servidea kernel: ipfw: 2102 Accept ICMP:8.0 192.168.0.101
> 65.168.96.71 out via bge0
> Mar 19 18:36:25 servidea kernel: ipfw: 2103 Accept ICMP:0.0 65.168.96.71
> 192.168.0.101 in via bge0
>
ok, i ve found, it is need to divert outgoing traffic as well as incoming
traffic
outgoing : divert 3615 ip from 10.10.0.0/16 to not 10.10.0.0/16 via bge0
incoming: divert 3615 ip from any to 192.168.0.101 in via bge0
192.168.0.101 is the ip aliased by natd, so every answer coming back for
natd should be divert to natd