> > Hello, > > It seems I can't specify several --to-destination (like the man page > tells), and iptables doesn't spit any errors. > > iptables -t nat -A PREROUTING -p tcp --dport 12345 -d dest-host -s > source-host -j DNAT --to-destination dest-host:12346 --to-destination > dest-host:12347 --to-destination dest-host:12348 > > Am I doing something wrong? Only one --to-destination is supported. Jan Engelhardt --