i need to forward incoming port 69 to port 2112 with iptables on linux. i don't need any NAT etc. just accept incoming connections to port 2112 like it be 69 pot.
Thank you!
|
i need to forward incoming port 69 to port 2112 with iptables on linux. i don't need any NAT etc. just accept incoming connections to port 2112 like it be 69 pot. Thank you! |
|||
|
|
|
This should do what you want
|
|||||||||
|
|
As well as the port forwarding, you also need an extra module loaded to handle tracking tftp connections. This can be done in testing by simply running
Making it permanent depends on the distro in use, but you generally just need to put it in /etc/modules so it will be loaded at boot. |
|||
|
|