Dynamic port range on OS X and older Mac OSes

Ask a Question related to Mac Networking, Design and Development.

  1. #1

    Default Re: Dynamic port range on OS X and older Mac OSes

    On Fri, 29 Aug 2003 16:43:02 -0400,
    Eric (ericb@mediatrix.com) wrote:
    > can anybody tell me what is the range of dynamic UDP/TCP ports on OS X and
    [beverly7:~] bevakupf% /usr/sbin/sysctl -a | grep net.inet.ip.portrange
    net.inet.ip.portrange.first: 49152
    net.inet.ip.portrange.hifirst: 49152
    net.inet.ip.portrange.hilast: 65535
    net.inet.ip.portrange.last: 65535
    net.inet.ip.portrange.lowfirst: 1023
    net.inet.ip.portrange.lowlast: 600

    So there's your answer for OS X.
    > how can I alter the settings?
    Got me. Let me poke around a little tonight.
    > I'm also interested in knowing about older Mac OSes.
    No idea.

    Beverly
    --
    Bev A. Kupf
    "The lyfe so short, the craft so long to lerne" -- Chaucer
    Bev A. Kupf Guest

  2. Similar Questions and Discussions

    1. set Port range in sandbox Server/Ports
      Hi I am looking at how to allowed a range of ports in the sandbox security. But somehow I can't get it work. In the sandbox Server/Ports page,...
    2. Dynamic range
      The question about the dynamic range of film vs. digital comes up regularly. There is an interesting article about this, for the serious reader, by...
    3. #24909 [Opn->Fbk]: rand function with range always returns low value of range
      ID: 24909 Updated by: iliaa@php.net Reported By: a0 at hush dot com -Status: Open +Status: Feedback...
    4. #24909 [NEW]: rand function with range always returns low value of range
      From: a0 at hush dot com Operating system: solaris 8 PHP version: 4.3.2 PHP Bug Type: Math related Bug description: rand...
    5. What is the range of dynamic port in AIX 5L?
      On Wed, 23 Jul 2003 18:08:59 -0700, asj wrote: The AIX defaults are 32768 and 65535, but you can check the values yourself with 'no -o...
  3. #2

    Default Re: Dynamic port range on OS X and older Mac OSes

    Thank you Beverly.
    > So there's your answer for OS X.
    >
    > > how can I alter the settings?
    >
    > Got me. Let me poke around a little tonight.
    >
    > > I'm also interested in knowing about older Mac OSes.
    >
    > No idea.
    >
    - Eric


    Eric Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139