> > iptables -t nat -A OUTPUT -p tcp --dports smtp \ > > -j DNAT --to-destination 192.168.12.56 You have an error in your IPTables syntax. iptables -t nat -A OUTPUT -p tcp --dport smtp -j DNAT --to-destination 192.168.12.56 Grant. . . .
> > iptables -t nat -A OUTPUT -p tcp --dports smtp \ > > -j DNAT --to-destination 192.168.12.56 You have an error in your IPTables syntax. iptables -t nat -A OUTPUT -p tcp --dport smtp -j DNAT --to-destination 192.168.12.56 Grant. . . .