cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1511
Views
0
Helpful
5
Replies

Port Forwarding to IP Address 192.168.11.61 (Urgent Req)

dc-csa-blr
Level 1
Level 1

Dear Experts,

Please guide me following ports i need to Forwarding to IP Address 192.168.11.61

The port details are as follows:

(1) TCP Port 22 (SSH)

(2) UDP Port 500 (ISAKMP)

(3) UDP Port 4500 (ISAKMP/NAT-Traversal)

(4) IP50 (AH)

(5) IP51 (ESP)

What is the command should i give and how can i apply in my router as per my above mention required ??

Thanks in Adv,

2 Accepted Solutions

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

which model of router? if it is an enterprise model and your outside interface is x.x.x.x then you could do something like this:

access-list 199 permit tcp  host 192.168.11.61 eq 22 any

access-list 199 permit udp host 192.168.11.61 eq 500 any

access-list 199 permit udp  host 192.168.11.61 eq 4500 any

access-list 199 permit esp host 192.168.11.61  any

access-list 199 permit ah host 192.168.11.61  any

route-map MY_SERVICES

match ip address 199

ip nat inside source static 192.168.11.61 x.x.x.x route-map MY_SERVICES

on inside interface: ip nat inside

on outside interface: ip nat outside

Regards.

Alain

Don't forget to rate helpful posts.

View solution in original post

Hi,

your outside public address.

Regards.

Alain

Don't forget to rate helpful posts.

View solution in original post

5 Replies 5

cadet alain
VIP Alumni
VIP Alumni

Hi,

which model of router? if it is an enterprise model and your outside interface is x.x.x.x then you could do something like this:

access-list 199 permit tcp  host 192.168.11.61 eq 22 any

access-list 199 permit udp host 192.168.11.61 eq 500 any

access-list 199 permit udp  host 192.168.11.61 eq 4500 any

access-list 199 permit esp host 192.168.11.61  any

access-list 199 permit ah host 192.168.11.61  any

route-map MY_SERVICES

match ip address 199

ip nat inside source static 192.168.11.61 x.x.x.x route-map MY_SERVICES

on inside interface: ip nat inside

on outside interface: ip nat outside

Regards.

Alain

Don't forget to rate helpful posts.

Dear Alain,

Thanks so much some confusion pl clear me.

ip nat inside source static 192.168.11.61 x.x.x.x route-map MY_SERVICES ( here x.x.x.x means ??)

Thanks once again!!!

Hi,

your outside public address.

Regards.

Alain

Don't forget to rate helpful posts.

Dear alain,

Thanks a lot i will try to config and then let you.

Have Cheers!!!

fb_webuser
Level 6
Level 6

the command you will use is : ip nat inside source static tcp 192.168.11.61 22 1.1.1.1 22 1.1.1.1 22 extendable. thats an example of the configuration. you can neither use the interface associate with the public IP address listed in this command as 1.1.1.1 (as an example) or use the interface instead of the ip address. regards

---

Posted by WebUser Julio C. Padilla

Review Cisco Networking for a $25 gift card