UDP ports required for Cold Fusion MX talking to SQL2000

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default UDP ports required for Cold Fusion MX talking to SQL2000

    We just had a super restrictive requirement put in that all UDP traffic except
    individual ports, be restricted. We have a dedicated Web/Cold Fusion server
    that sits beside a SQL 2000 box, both with unique IP's. On the CF box, we have
    both Cold Fusion 5 and MX installed. There is also an ASP site on the web
    server.

    The problem is:

    If I turn off all UDP traffic, the CF5 and ASP sites still work (and
    communicate with the SQL box.) However, the sites running CFMX won't work.
    Enabling all UDP traffic allows all sites to work again. I then tried
    restricting UDP to ports 53, 1030, 3456, 500 and 1232-1258. These were all of
    the UDP ports I saw used when running a TCP/UDP monitor when all UDP was turned
    on. That still didn't make the CFMX sites work.

    So, after exhaustively checking my CF documentation and scouring Google, I can
    not find which UDP ports need to be enabled for Cold Fusion MX to talk to SQL
    2000.

    Can anyone help, please?

    Thanks,

    David

    DaveBug05 Guest

  2. Similar Questions and Discussions

    1. Flash Form talking to cold fusion
      I am using CFGRID to display the results of a SQL query. I want to allow the user to select items from the list results and add the choices to a...
    2. Migrating from Cold fusion 5 to Cold fusion 7
      Hi, I am facing problem while migrating from CF 5 to CF 7. Please let me know is there any tool is available to Migrate from CF5 to CF 7.
    3. Cold Fusion doesn't run
      I went to Control Panel, Administrative tools, services, and clicked to startt cold fusion and got an error message no 2. Macromedia provides no...
    4. Cannot connect SQL2000 Server Database to Cold Fusion
      Hello I have a problem connecting my SQL2000 Server Database to my Macromedia ColdFusion MX in the ColdFusion MX Administrator section: Data &...
    5. OT: Apache installed from ports - broken images - more <directory> required?
      So, I just updated my Apache (latest 1.3x) install, and an existing config problem has been brought to light. Part of my httpd.conf has: ...
  3. #2

    Default Re: UDP ports required for Cold Fusion MX talking to SQL2000

    Hi David,

    The only UDP port reference I could find on the MicroMess site was 1434, which isn't in your list.

    Try it out.

    HTH,
    philh 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