12-23-2020 06:00 AM
I am trying to open Port 5253 to permit an outbound connection for our new Kohler Generator. I thought I could do it the same way I was opening other ports but I do not see port 5253 as an option when I am in ASDM with Access and NAT rules. Any ideas? Thank you in advance!!
Solved! Go to Solution.
12-23-2020 06:20 AM
@wynneitmgr You'll need to create and object(s) as it's not a common port. I assume it's TCP, in ASDM just navigate to Configuration > Firewall > Objects > Service Objects and create a service for TCP and UDP (if necessary). You can then modify your ACL as normal and reference this service object.
12-23-2020 06:30 AM - edited 12-23-2020 06:32 AM
You will only need an ACL rule configured, e.g.
You mentioned this is an outbound connection, so you won't need a specific NAT rule created as you can rely on your existing PAT rule that you should have in place.
If you are in ASDM click the Save button to save the configuration. On from the CLI use the command write mem
HTH
12-23-2020 06:10 AM
You need to create new service object TCP or UDP with port 5253.
12-23-2020 06:21 AM
Do I need to create an Access Rule or NAT Rule?
12-23-2020 06:24 AM
If this was accessing from outside to inside, yes you need NAT rule.
Either case you need Access rule to allow this port from source to destination (by default deny)
12-23-2020 06:20 AM
@wynneitmgr You'll need to create and object(s) as it's not a common port. I assume it's TCP, in ASDM just navigate to Configuration > Firewall > Objects > Service Objects and create a service for TCP and UDP (if necessary). You can then modify your ACL as normal and reference this service object.
12-23-2020 06:26 AM
Thanks Rob! What is the command script I need to run in CLI to make sure it saves to the Firewall. Remember I had an issue with settings not being saved previously. Thanks!
12-23-2020 06:30 AM - edited 12-23-2020 06:32 AM
You will only need an ACL rule configured, e.g.
You mentioned this is an outbound connection, so you won't need a specific NAT rule created as you can rely on your existing PAT rule that you should have in place.
If you are in ASDM click the Save button to save the configuration. On from the CLI use the command write mem
HTH
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