12-05-2011 11:00 PM - edited 03-07-2019 03:45 AM
Hi,
one of our developers has give me a link http://192.168.10.15:8000/sap/bc/gui/sap/its/test/mobile/itsmobile01
whic is accessible and working fine in the LAN.
He asked me to publish it to internet. So I PAT from 203.143.22.134:8000 to 192.168.10.15:8000
and tried accessing http://203.143.22.134:8000/sap/bc/gui/sap/its/test/mobile/itsmobile01 which is not accessible.
It is because of my config or my access method is wrong? (I have done pating before which works fine for other ports etc: saprouter 3299)
Please help me on this.
Regards,
ccilleperuma
12-05-2011 11:27 PM
Hi ccilleperuma,
If you done PAT and accessing from LAN it wont be accessible.
If you access the same from outisde it will be accessible on the specific port which you did in PAT.
For your information the PAT must be like below and hope you had the same.
ip nat inside source static tcp 192.168.10.15 8000 203.143.22.134 8000 extendable
Please rate the helpfull posts.
Regards,
Naidu.
12-06-2011 12:41 AM
Hi Naidu,
Thanks for replying.
192.168.10.0/24 is my LAN side. from the LAN side I can access http://192.168.10.15:8000/sap/bc/gui/sap/its/test/mobile/itsmobile01
PAT configured correctly.
Our global IP address is 203.143.22.134
I am trying to access http://203.143.22.134:8000/sap/bc/gui/sap/its/test/mobile/itsmobile01 from the WAN side.
I suspect the issue is with the other part of url (/sap/bc/gui/sap/its/test/mobile/itsmobile01) as routing cannot identify that part or something related. Because I have done this for IP:port only successfully. Any idea about this?
Rgds,
ccilleperuma.
12-06-2011 01:23 AM
Hi ccilleperuma,
I would suggest you to check from the server end on which the url is hosted.
Try to telnet to 203.143.22.134 (nated ip) on port 8000, it should work and you should get nat translations on your router (#show ip nat tra)
If the telnet is working then you are fine as a network admin. So then you need to ask the server guys who taking care of the url server to check further.
Please rate the helpfull posts.
Regards,
Naidu.
12-07-2011 01:00 AM
Hi Naidu,
Does telnet works on any port? I have done a PAT for port 3299, which uses SAP application which works fine, but cannot telnet the port.
ps:-
Is there anyone who has done PAT for publishing a web page using IP adresses, but not name (DNS), who can help me on this regard.
Thanks
ccilleperuma.
12-07-2011 01:49 AM
Hi ccilleperuma,
You need to make sure telnet is working fine on port 3299 (which you did PAT).
I did the PAT for one of the web server like below...
ip nat inside source static tcp 192.168.189.150 80 206.206.198.175 80 extendable
And one application is deployed in that server which can be access from outisde on the pated port.
Please rate the helpfull posts.
Regards,
Naidu.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide