Hi and welcome,
Hi and thank you.
iptables -L on SME Server will show you if SME Server is doing its job.
I suspected iptables as well but the rule is there:
[root@sme-01 ~]# iptables -L -n
...
Chain ForwardedTCP_1318 (1 references)
target prot opt source destination
ACCEPT tcp -- 0.0.0.0/0 10.0.0.2 tcp dpt:3389
ACCEPT tcp -- 0.0.0.0/0 10.0.0.3 tcp dpt:3389
...
Keep in mind though I do not fully understand how iptables works.
If it is doing its job, what is between the two servers and what is managing any firewall or other settings on the win2k box?
Nothing is in between, everything on the LAN is connected to a single switch.
The firewall on the win2k8 server is disabled.
I am very confused why the port forward does not work seeing as pings are fine.