Hi I want to try and forward requests from port 26 to port 25 on my VPS (the old ISP blocking port 25 issue) , but on a VPS you cant seem to query kernel modules let alone load anything , (grabbed this form other forum posting)
.................................................. .................................................. .....
iptables -t nat -A PREROUTING -p tcp -d **.**.***.** --dport 26 -j DNAT --to **.**.***.**:25
.................................................. .................................................. .....
the message I get is ...
.................................................. .................................................. .....
iptables v1.2.8: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
.................................................. .................................................. .....
so any ideas how else to forward e.g. port 26 to 25 on a VPS ?
or alternately to configure qmail (as munged by plesk/Virtuozzo) to run on port 26 ?
Regards,
Simon.


Reply With Quote
