|
Search:
Advanced search
|
Browse by category:
|
How can I forward ports on my Linux firewall? |
|||||
ipmasqadm (port forwarding) ipmasqadm portfw -f ipmasqadm portfw -a -P tcp -L x.x.x.x 21 -R y.y.y.y 21 -p 100 Where x.x.x.x is the external address of your firewall and y.y.y.y is th einternal server you wish to forward the port to. (in this case port 21 - ftp) Update: Newer versions of iptables offer better ways of doing this. Details soon (04/03/08) |
|||||
Powered by
KBPublisher (Knowledge base software)