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

Port Forwarding in Cisco 1841

yogeshakal
Level 1
Level 1

Hi Everyone,

I configured my linux server to accept udp port 4669 and 4769. that was easy for me.

That's only a small part of the work.

I got a remote  Cisco Router 1841 ( India )

I need to allow udp port 4669 and 4769 on the router.

traffic passing port 4669 should go to Server0 ( 192.168.XX.XXX) on port 4569 and Traffic passing port 4769 should go to Server1 (192.168.XX.XXX) on port 4569 and should be vice versa. like traffic coming from example server0 using port 4569 should go out on port 4669 to reach my local server.

im completely lost with IP NAT!!

3 Replies 3

Amit Aneja
Level 3
Level 3

Yogesh,

you need port redirection in this case. In the following sample config, 192.168.10.1 is server 0 & 192.168.10.2 is server 1.

ip nat inside source static udp 192.168.10.1 4569 x.x.x.x 4669

ip nat inside source static udp 192.168.10.2 4569 x.x.x.x 4769

Regards,

Amit

Hey Thanks Amit. Sorry for late reply and yeah i did this one too and it worked. Thanks again anyways..

tc

Review Cisco Networking products for a $25 gift card