cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
623
Views
0
Helpful
3
Replies

Opening and mapping port cisco router 1841

oggy765
Level 1
Level 1

Hello everyone, I am having issue with opening port in cisco router 1841. I've done the following things.

  • I tried port forwarding 
    • ip nat inside source static tcp 192.128.3.13 1337 <inside global ip> 1337
    • ip nat inside source static tcp 192.128.3.13 1337 <inside global ip> 1337 extendable

When I entered show ip nat translations I can see that port is mapped:

Pro  Inside global                   Inside local               Outside local         Outside global

tcp  xxx.xxx.xxx.xxx:1337     192.128.3.13:1337          ---                            ---

|

|

|
more...

Inside global and local ip are all correct. When I saw that the Port is mapped I checked whether the port 1337 is opened but it's closed. I use this website to check. Previously some ports were opened by someone and it works well. But I am not sure why mine is not working. Basically I am trying to communicate with server to get data. I am using windows server 2019 standard. I am new to this thing and I'm learning as I am doing this. Any help is very appreciated. Thanks.

3 Replies 3

Hello,

 

what is your 'inside global' IP address, is that a public IP address ? Your ISP might be using CGN (Carrier Grade NAT) which means the same IP is assigned to different customers. Check with your ISP to be sure...

My inside global  ip is my global ip address I got from ISP. I am using the same global ip address to run website on port 2016. It's working well. Could it be that my ISP has blocked the port number 1337? I will have to check with my ISP. Thanks

Hello,

 

I just used the website you mentioned, my IP address says port 80 and 443 are blocked as well.