Management of ports

Thank you-

Is it possible to close the ports open on the new Mac Pro network?  We place one as a server in a corporate environment and the internal security/network group uses automated scanning software security to "detect" the ports open, they want closed.  They will be too firm in order to allow the machine on the network.  If possible can you point me to documentation on how this is done?  Thank you.

In a normal workstation that is behind a firewall, you control, NO ports are visible from the internet.

If you configure a Mac OS X Server, this software controls which ports are open. Your query can do better on this forum:

Servers and enterprise software

Tags: Mac

Similar Questions

  • Dell EqualLogic PS4000 management interface port

    The management interface port can be configured as a port of e/s additional iSCSI on the PS4000 series?

    The online help in the Workgroup Manager console provides instructions on how to do it, but the checkbox "restrict access to the administration" in the parameters of property intellectual eth2 is grayed out. Also the data sheet for the States of SAN: ' two 2 GbE copper, copper 1 1 10/100 (network management only optionally) by controller.

    This option was available that on previous EQL without or is there a way to enable it on the PS4000? Maybe through the CLI.

    Thank you

    Nick

    It's a single management interface.

    In tables PS5x00 and PS6x00 an iSCSI port could be spent to be a single management interface.

  • (Management and port number) firewall rules

    Someone at - it information on how to get management and port number for a given ESX host firewall rules using the 'VI Perl Toolkit?'

    For some reason, I can't work this one on. I can get to:

    $host - & gt; config - & gt; Firewall - & gt; set of rules

    and from there I can get the label and the State enabled, etc., but I want to delve into the section rule to get the port number and the management as well as for each service.

    For example, from the CROWD:

    HostFirewallRule

    Name

    Type

    Value

    Direction

    HostFirewallRuleDirection

    "entrants".

    dynamicProperty

    [DynamicProperty]

    Unset

    dynamicType

    string

    Unset

    endPort

    int

    Unset

    port

    int

    5989

    Protocol

    string

    "tcp".

    |

    How can I get this information for each service?

    Thanks in advance

    If you found this helpful, please consider awarding points

    Hi Paul,.

    You will need to first loop through the array rule set of firewall and from there you will get some properties this State if it is active, service, etc. and you will also have access to an array called rule that contains the rules within each of the ruleset. Once you go through the rules, you will find information about the direction, endPort, port and Protocol

    Something like this should work (there will be values that will not fill as endPort, so make sure you check before printing/etc.)

    my $fw_ruleset = $host->config->firewall->ruleset;
    
    foreach(@$fw_ruleset) {
         my $rules = $_->rule;
         if($_->enabled) {
             print "Firewall Rule: ", $_->label, "\n";
             foreach(@$rules) {
                  print "Direction: ", $_->direction->val, "\n";
                 print "End Port: ", $_->endPort, "\n";
                 print "Port: ", $_->port, "\n";
                 print "Protocol: ", $_->protocol, "\n";
              }
              print "-------------\n"
         }
    }
    

    Here's a quick snippet out:

    Firewall rule: SNMP Server

    Direction: inbound

    Use of uninitialized value, catalogue in ligne./vmwareHealthCheck.pl 1748.

    Ending port:

    Port: 161

    Protocol: udp

    Direction: outgoing

    Use of uninitialized value, catalogue in ligne./vmwareHealthCheck.pl 1748.

    Ending port:

    Port: 162

    Protocol: udp

    -

  • UCS Manager of port feeder error

    Hey members,.

    I use in this critical error on my UCS Manager. Member of San 1/12 of the Port - Channel on interconnect fabric A is down, subscription to the bottom.

    It worked before. After an upgrade if this message began to appear. Someone has an idea?

    Hi Mark,

    Is your switch upstream a SDM or N5K? (Fabric interconnects UCS--> MDS / N5K?).

    If so you are more likely to fall on a known bug that I've linked below;

    https://Tools.Cisco.com/bugsearch/bug/CSCty04686/?reffering_site=dumpcr

    To help me to check if it is the bug on your fabric to interconnect and switch upstream could you run the following command;

    Setting wwn Show

    If your output is then as says the bug you will be running in it;

    XX:xx:00:2 has: 6a: XX:XX:XX

    OR

    XX:xx:8 c: 60:4f:xx:xx:xx

    Work around this is to update your MDS or N5K switch. This bug is due to the fact that upstream switch does not recognize codes MAC YES fabric interconnects. Since the Port of SAN-channels is a Cisco proprietary technology must be able to recognize it so that it works correctly. Once that you upgrade your switch upstream port-channel should continue to function normally.

    Best regards

    Qiese Sa'di

  • to connect to the management server port is bad, always. Why?

    I do not understand why it is still wrong, I reinstalled everything, the VC also, SSO fixed.

    always the same question.

    Serengeti > Connect - host BigDataMGMT.lab.ts.com:8080

    The port is incorrect.

    Serengeti >

    Why?

    In earlier versions of Serengeti and data Extensions silly the correct port is 8080.  With BDE 1.0 and later versions, the correct port is 8443

  • Vswitch group permissions management standard port with PowerCLI

    Hi all

    I have many groups of ports on standard as well as switches distributed on ESX 5.0.

    I would like to know if there is a way to manipulate the permissions of those groups of port with PowerCLI.

    Is it possible, or you can help automate this work?

    Thank you!

    The easiest are discussions on dvSwitches.

    For example

    $user = Get-VIAccount -Name "domain\lucd"$role = Get-VIRole -Name NetworkAdmin$dvPg = Get-VDPortgroup -Name "dvPortgroup"New-VIPermission -Principal $user -Role $role -Entity $dvPg
    

    The regular exchanges require the use of the API.

    For example

    $pgName = "VM Network"$pg = Get-VirtualPortGroup -Name "VM Network" | Select -First 1$net = Get-View (Get-View $pg.VMHostId).Network | where {$_.Name -eq $pgName}    $authMgr = Get-View AuthorizationManager$perm = New-Object VMware.Vim.Permission$perm.Principal = "domain\lucd"$perm.RoleId = $role.Id$perm.Propagate = $true$perm.Group = $false$authMgr.SetEntityPermissions($net.moref,$perm)
    

    Because the Get-VirtualPortgroup cmdlet does not have direct access to the corresponding object on the network , you have to find via the ESXi network property.

  • Cisco VMfex port-profile manager HyperV 2.2 UCS 2012R2

    Could not locate the files of instalation for Cisco VMfex Manager of port-profile for Windows Server 2012 R2 Hyper-V. Without it, we were able to use VMFEX/SRIOV vNIC on our UCS system. UCS Firmware is 2.2

    W2012 R2 does not appear on the support matrix

    http://www.Cisco.com/c/dam/en/us/TD/docs/unified_computing/UCS/interoperability/matrix/r_hcl_B_rel2-21.PDF

  • Explanations on lawless VMKernel & port management pour network configuration

    Hello

    When my money of VCenter configurations, I understand a little better connections in the VSwitches ports VMKernels and Managements of Port.

    Is this the same chosen?

    Thanks in advance

    Under ESX on was 3 types of ports/network:

    -Console of Service-> dedicated to the administration of the ESX

    -VMKernel: Used pour storage NAS and iSCSI-> allows you to Allocate an IP to the ESX

    -VM Network: Ream pour create the network of virtual machines

    Under ESXi, there is more service Console, everything is now in the vmkernel. 'Network management' is the name given to the vmkernel port created during installation of the ESXi and on which to active the ESXi management

    Eric

  • Network management using a trunk for the connectivity port

    Hi all

    I'm currently developing a couple of hosts with a unique vswitch esx. Ideally, I would like to allocate 4 physical NICS on the host to connect to my physical network via 802. 1 q trunks. These network interface cards will then be used by some groups of ports for example vlan 10,20 and 30. I also want the Group of ports management network the vswitch using one of/all of these ports of junction for its uplink to the physical network. However, I seem to lose connectivity to the host whenever I put the port network management group vmnic to one vmnic that is attached to an uplink of trunk. If I allocate an uplink access and secure it to the management network port group I do not seem to have everything get to the problem of the host.

    I have to do something wrong as having to use a physical network adapter, mapped to a vlan access, just for hospitality management seems a bit exaggerated.

    Any advice would be greatly appreciated.

    See you soon,.

    CiscoKid

    Hello Ciscokid,

    is not a problem to achieve what you want. What VLAN id you use for the management network? You specify this number VLAN on the portgroup of management?

    Do you have any "vlan native" on the physical switch port?

  • I would like to add additional management port with different user service

    Hello

    Version of the grid control is 10.2.0.1.0.

    My company has now more than 100 target or with teams of Directors access to the WHO,

    The original grid for us infrastructure is 1 WHO + 1 OMR. WHO answers very slowly recently.

    Now we decide to add additional management service in another machine.

    The user to operate the original SGD is different from WHO come, it will be a problem when you configure the new OMS?

    The other issue is, we want to use different ports (11200) for the new OMS, it is practical, if OK, how?

    Thank you very much.

    The user to operate the original SGD is different from WHO come, it will be a problem when you configure the new OMS?

    OK, you can choose any username, any username to install additional management service in another machine.

    It has nothing to do with the configuration of the original WHO. They remain in the 2 totally different machine. SST and their, OC4J OracleAS Web Cache

    operate independently.

    The other issue is, we want to use different ports (11200) for the new OMS, it is practical, if OK, how?

    Thank you very much.

    It comes fully documented standard:

    Oracle.sysman.top.OMS:s_staticPorts=/home/Oracle/MyPort.txt $ / Disk1/runInstaller

    The content of /home/oracle/myport.txt may as follows:

    Oracle = 11199 Server HTTP port

    Oracle HTTP = 11200 server listening port

    Oracle HTTP = 4443 Server SSL port

    Listening port of the server (SSL) Oracle HTTP = 4445

    Oracle HTTP Server Jserv 8007 = port

    Server diagnosis Oracle HTTP = 7200 port

    Oracle = 1830 Management Agent port

    Application Server Control RMI = 1850 port

    Notification Server Oracle application port = 6003

    The Notification Server Local port Oracle = 6100

    Notification Server Oracle 6200 = Remote port

    Connect the port Loader = 44000

    Cache of objects Java port = 7010

    Port of DCM Java object Cache = 7101

    Port control application server = 1810

    Web Cache HTTP port listening = 11199

    To listen Cache HTTP Web site (SSL) port = 4443

    Cache Administration Web site port = 4000

    Website of the Cache Invalidation port = 4001

    Cache statistics port Web site = 4002

    Oracle Net Listener = 1521

    Management Service Upload (non - SSL) = 11199 Oracle port

    Management Oracle Upload (SSL) Port = 11198

  • Satellite Pro C650 - USB ports now DEAD

    Over the past 48 hours have really struggled to get my USB ports work,
    Toshiba SATELLITE PRO C650 lappy running W7... At only 2 usb ports.

    A couple of days, I bought a new stick of memory... 16 GB SanDisk Cruzer Blade... He stuck in lappy and anything that happened outside my mouse attached wireless stopped working.
    Since then, the ports were completely dead. (stick now appears on anotherPC)
    That's what I did so far, after a search web solutions thro...

    Device Manager display ports everything is OK with no exclamations...
    When I insert any USB device... no sound confirmation of PC and Dev Mgr flinch...
    Tried to uninstall port/hubs and leaving W7 re-install them using... Still dead...
    Trying to remove battery and power sector during the centuries, then re start off the power... Still dead...

    I think that my last resort looking for a factory system by default re install... but one have a mountain of things astro which must be saved and cannot be done through many many discs.
    I really want to be sure ive tried everything before you do this.

    Could I have really damaged the MB. ??
    I now nowhere so fast if theres anyone out there has any suggestions please shout...

    > I think that my last resort looking for a factory system by default re install... but one have a mountain of things astro which must be saved and cannot be done through many many discs

    Even if it s really painful to get everything installed it again, I would recommend to recover the laptop using the Toshiba recovery disc or HARD drive recovery.

    > Could I have really damaged the MB. ??
    Well, it's hard to say before trying the recovery procedure.
    If the USB ports are not working after using the recovery disk (or HDD recovery), then of course: the mobo may be affected, therefore, in my view, the laptop must be set to the factory settings.

  • Portege M200: No COM-port after connection Replicator 3 +.

    Hello
    I am not on Device Manager com ports when I connect the port replicator 3 +.

    My external device does not see the com ports too.
    Do I have to install a special driver?

    Hello

    do you com availaable ports before you joined the Portreplicator 3 +?

    If I remember correctly, the M200 is free inheritance, which means that no ISA bus is built in.
    The serial port is normally connected to the ISA bus.

    BR

    Tom

  • understand the firewall, the ports?

    Hi all

    I have a simple question to understand how works the osx firewall...

    For example, in windows, I can either allow applications, or I can activate a port.

    The firewall under osx (10.11.1) can activate some already known system services, or applications.

    It means... when I allow an application, the application is listening to all the ports are enabled?

    Or is there another way to turn of the specific ports?

    Greetings from the Germany

    Chris

    management of firewall ports with the OS X Firewall tool is not available. It is only through the Application.

    If you need a firewall you will need a 3rd party app that allows the management of ports.

  • Two module I/O servers. a serial port

    is this possible? It makes sense that you would wan't to put multiple devices on the same network series, so you do not have add extra ports to control you. I can't find the answer. I ould think that the API manages the port behind the scenes sharing, but who knows. Can I save myself a job and use the I/O Server, or I'll have to do this the old-fashioned way and use the modbus library?

    As long as you use a 485 port, you should be able to communicate with multiple devices using the Modbus over series.  It seems a little strange because you must have a different I/O Server for each slave device, but you can assign all use the same serial port.

  • Is it possible to share a serial port?

    Hello

    I have to create a dll that manage the ports series. When I use it with a single process, I am able to connect to the serial port.

    But I would use a second process communicating on the same serial port through the same dll. I know that it's impossible to open it twice, manage my dll.

    The problem is I can't read or write with the second process on port, even if it is already open in the same dll.

    Is this a way to share the serial port without using a specific software like this (http://www.eltima.com/fr/products/serialshare/) ?

    Thank you

    Ludo

    I don't think you can call two different applications DLLs and expect it to work. When it is called by the second application, it creates another battery and therefore another copy of the dll that is trying to access the same serial port which is already opened by a first copy of the dll.

    Have you looked at this? 32-bit version is free.

    http://www.eterlogic.com/products.VSPE.html

Maybe you are looking for