11-12-2017 07:17 AM - edited 03-05-2019 09:28 AM
hi
i want to use port 544 in static nat but the router tells me it is using this port witch i haven't configured how can i close it
my command is :
ip nat inside source static tcp 10.1.1.2 554 int gig 0/0/1 554
what am i doing wrong?
my router is isr4331
and i have ipbase license
11-12-2017 07:44 AM
Hi @n.bokhar1
Dont use port bellow 1024 for that. This port 544 is registered as being used by Kerberos services and is part of well-known ports.
Try any port above 1024 and you should be good to go.
-If I helped you somehow, please, rate it as useful.-
11-12-2017 07:47 AM - edited 11-12-2017 07:50 AM
Hello,
what else do you have configured ? Post the full config...
Does interface GigabitEthernet0/0/1 have a static IP address ? If so, change your static NAT entry to:
ip nat inside source static tcp 10.1.1.2 554 x.x.x.x 554 extendable
Also, which IOS version are you running ?
By the way, is it 554 or 544 ? Your post states both (554 being RSTP and 544 Kerberos as mentioned by Flavio)...
11-16-2017 04:42 AM
sorry it's 554
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