30 Dec
2002
30 Dec
'02
14:26
I use IPTables to do it. The IPTables rule would look something like this (The stuff in the "" you need to fill in your information) iptables -t nat -A PREROUTING -p tcp --dport "port you want to forward" -j DNAT --to-destination "ip address and port to forward to ex. 192.168.10.3:80" On Monday 30 December 2002 09:42, Derek Fountain wrote:
How do I set up external internet to internal network port forwarding on SuSE-8.1? HOWTOs refer to a utility called ipmasqadm which I can't find on my system.