11-29-2017 03:20 AM - edited 03-05-2019 09:33 AM
hi guys
i have an isr 4331 router and i want to do static nat or port forwarding on this router but when i use this command:
ip nat inside source static tcp 10.10.10.1 554 interface gig 0/0/1 554
i get a err which says the port 554 is being used by the system how can i forbid system of using port 554
and i can do my nat
11-29-2017 03:38 AM
Hi @n.bokhar1
Port 554 is used by RTSP protocol. But, which is your idea by doing this PAT?
-If I helped you somehow, please, rate it as useful.-
11-29-2017 05:51 AM
11-30-2017 12:20 AM
Hello
Try a port-map statement?
access-list 1 permit host 10.10.10.1
ip port-map rtsp port 554 list 1
res
Paul
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