hi guys
i have a Problem on publishing internal web server on internet.
Public IP Address : 78.x.x.2
Web server IP Address : 192.168.0.139
subnet mask : 255.255.254.0
the router’s NAT list contains some NAT rule like below :
2 ;;; Main NAT Rule for Translating Private IP’s to Public IP 78.x.x.2 on Leased Line
chain=srcnat action=masquerade src-address=192.168.0.0/23 out-interface=Internet
3 ;;; Main NAT Rule for Translating Private IP’s to Public IP on ADSL Line
chain=srcnat action=masquerade src-address=192.168.0.0/23 src-address-list=“” out-interface=ADSL
4 ;;; Publishing NetBill Web App to internet
chain=dstnat action=dst-nat to-addresses=192.168.0.12 to-ports=80 protocol=tcp dst-address=78.39.181.2 dst-port=80 ((Disabled))
5 ;;; Publishing NetBill SSL Port(443) to internet
chain=dstnat action=dst-nat to-addresses=192.168.0.12 to-ports=443 protocol=tcp dst-address=78.x.x.2 dst-port=443 ((Disabled))
6 ;;; NAT Rule for VPN Clients and Guests
chain=srcnat action=masquerade src-address=10.10.10.0/24
7 ;;; NAT Rule for NetBill Clients(Main Rule)
chain=srcnat action=masquerade src-address=10.20.30.0/24
8 ;;; WebProxyNAT
chain=dstnat action=redirect to-ports=8085 protocol=tcp src-address=10.20.30.0/24 dst-port=80
9 chain=dstnat action=dst-nat to-addresses=192.168.0.218 to-ports=3389 protocol=tcp in-interface=Internet dst-port=30700
10 chain=dstnat action=dst-nat to-addresses=192.168.0.79 to-ports=3389 protocol=tcp in-interface=Internet dst-port=30900
11 chain=dstnat action=dst-nat to-addresses=192.168.0.139 to-ports=3389 protocol=tcp in-interface=Internet dst-port=55555
12 X chain=dstnat action=dst-nat to-addresses=192.168.0.227 to-ports=3389 protocol=tcp in-interface=Internet dst-port=12345
13 chain=dstnat action=dst-nat to-addresses=192.168.0.3 to-ports=3389 protocol=tcp in-interface=Internet dst-port=30800
14 X chain=dstnat action=dst-nat to-addresses=192.168.0.79 to-ports=8765 protocol=tcp in-interface=Internet dst-port=8765
15 chain=dstnat action=dst-nat to-addresses=192.168.0.16 to-ports=3389 protocol=tcp dst-address=78.x.x.2 dst-port=50400
then I add two more NAT rules at the top of NAT list with highest priorities for publishing internal web server :
0 chain=dstnat action=dst-nat to-addresses=192.168.0.139 protocol=tcp dst-address=78.x.x.2 dst-port=80
1 chain=srcnat action=masquerade protocol=tcp src-address=192.168.0.0/23 dst-address=192.168.0.139 out-interface=Local dst-port=80
but when i’m trying to access the web pages i put in internal Range i can’t access them via Internet Explorer.
BTW Everything with IIS and Web Pages are fine and they work correctly from any host in internal network.
The error internet Explorer shows : The page cannot be displayed.
PLEASE HELP ME >>>
![]()