The server does not need rebooting. This is not Windows
What does the Port Forwarding panel in the server-manager show?
From the console do
config show masq
and post the results here.
Jon
That why I always not reboot the linux machine ^_^.
on the SME, the results is:
[root@sme ~]# config show masq
masq=service
DenylogTarget=drop
Logging=most
Stealth=no
TCPForwards=5000,192.168.1.2:80
TCPMinimizeDelay=22
Trace=disabled
UDPForwards=
pptp=yes
status=enabled
[root@sme ~]#
In addition, here is the information from the machine 192.168.1.2:
[root@foxnet ~]# iptables -L
Chain INPUT (policy ACCEPT) target prot opt source destination
Chain FORWARD (policy ACCEPT) target prot opt source destination
Chain OUTPUT (policy ACCEPT) target prot opt source destination
[root@foxnet ~]#
Thank you