cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
800
Views
2
Helpful
5
Replies

PAT - HTTP with url

ccilleperuma
Level 1
Level 1

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

5 Replies 5

Latchum Naidu
VIP Alumni
VIP Alumni

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.

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.

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.

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.

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.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: