Dear all,
I would like to describe the status of the network and then state the problem.
I have the RB 433 using NAT and firewall.
In the inside network I have a Debian web server.
The rb has from the outside ip 10.83..
In the inside the web server has 192.168...
At a DNS I have assigned a http://www.. to see the 10.83..
I have not succeded to pass the internet explorer requests from the outside network to the inside (and the web server) through the firewall.
I have set the below but it not working and I don’t no what is wrong.
chain=dstnat action=dst-nat to-addresses=192.168.100.47 to-ports=80
dst-address=10.83.251.137 dst-port=80 protocol=tcp
and for a specific programm at port 10000
chain=dstnat action=dst-nat to-addresses=192.168.100.47 to-ports=10000
dst-address=10.83.251.137 dst-port=10000 protocol=tcp
Ending my site folder on the server is at /var/www/mysite/index.html.
How can I make my site work from the outside?
Thank you in advance for any help.
Costas.