VMware Cloud Community
guser
Contributor
Contributor
Jump to solution

remove entries from firewall (basic question)?

Hello,

I'm running ESX version 3.0 and I issued the following 2 commands in haste:

esxcfg-firewall -o 443,tcp,in,app1

esxcfg-firewall -o 1311,tcp,in,app2

I now want to delete these entries. How do I delete these entries without effecting other services like HTTPS and Dells OpenManage?

Thanks,

/guser

Reply
0 Kudos
1 Solution

Accepted Solutions
mike81
Hot Shot
Hot Shot
Jump to solution

esxcfg-firewall -c 443,tcp,in

esxcfg-firewall -o 1311,tcp,in

as far as I remember Smiley Wink

Mike

View solution in original post

Reply
0 Kudos
3 Replies
sbeaver
Leadership
Leadership
Jump to solution

I do not remember the syntax off the top of my head but if you type esxcfg-firewall it will give you the syntax to remove those ports

Steve Beaver
VMware Communities User Moderator
VMware vExpert 2009 - 2020
VMware NSX vExpert - 2019 - 2020
====
Co-Author of "VMware ESX Essentials in the Virtual Data Center"
(ISBN:1420070274) from Auerbach
Come check out my blog: [www.virtualizationpractice.com/blog|http://www.virtualizationpractice.com/blog/]
Come follow me on twitter http://www.twitter.com/sbeaver

**The Cloud is a journey, not a project.**
Reply
0 Kudos
mike81
Hot Shot
Hot Shot
Jump to solution

esxcfg-firewall -c 443,tcp,in

esxcfg-firewall -o 1311,tcp,in

as far as I remember Smiley Wink

Mike

Reply
0 Kudos