Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Networking (https://www.askmehelpdesk.com/forumdisplay.php?f=76)
-   -   2 ip on 1 nic, windows sbs 2003, dns (https://www.askmehelpdesk.com/showthread.php?t=349554)

  • May 4, 2009, 09:15 AM
    MR_HDG
    2 ip on 1 nic, windows sbs 2003, dns
    Hi:

    I had a win 2003 sbs,dc, dns. With ms crm dynamics.

    I need to enable an ip address to work esclusive for a website on this server.

    So I added a 2nd IP to my server nic. The problem is with dns. I want a dns name for one IP and another for the other ip.

    When my PC station try to connect to crm by http:\\crm-server:3333, the ip addresse that they get is the second ip that I just added. As a result, the connection cannot be made because my crm application will only answer using the first ip addresse.

    How can I avoid this behavior?. hHow can I assign a dns name different to my second ip addresse.

    I want the falloing behavior ;

    If I type crm-server, I need to get always the same ip 192.168.150.20, and avoid the server to send the second ip addresse as a dns resolution.:confused:

    Thanks

    Mr_hdg
  • May 4, 2009, 08:46 PM
    Ziggy00

    I believe that there is a simple answer here just simply:
    1. log on to the SBS and go to DNS management snap-in
    2. on the left panel find Forward lookup zone expand it find "yourdomain.com" select it on the right now you should see all DNS records
    3. find record called “crm-server” right click then select properties Change the IP address as desired then add another record with example "www" and the desired IP address
    4. Make sure that the create PTR record is checked before clicking OK of you have a reverse lookup zone
    This should be the solution if you're using static settings which should be the case on a DC

    Please let me know if that solves your problem!
  • May 6, 2009, 01:36 PM
    MR_HDG
    Do I have to restart the server or the DNS service.
  • May 6, 2009, 09:20 PM
    Ziggy00

    Nop shouldn't have to but you should flush the DNS on all client machines (usually DNS has shot live time something like 241 MS less than one second) but just in case start --> run type "cmd" in the dialog box and hit enter the command window type ipconfig /flushdns

    That will force the client to query the DNS server when requesting the IP address and if you updated the DNS Management counsel as mentioned earlier then each name will resolve to the IP address in the DNS server
  • May 12, 2009, 01:46 PM
    chuckhole

    This is a common configuration. You will not need a second NIC.

    Go to the TCP/IP configuration for your NIC and open the Advanced Properties. Here, you can add a second, third, forth, etc. IP address for the same NIC.

    Only the primary IP address will be dynamically entered into DNS on your DNS server.

    Once you have entered the second IP address, it will be available for assignment to something like a web site or application that can listen on the specific IP address.

    Open your DNS management snap-in on the server. Make sure that DNS is listening on the primary IP address only.

    Add a new record into your Forward Lookup Zone for your DNS domain for the new IP address. Choose the A record type and add a new host record for the name that you wish and the new IP address.

    Once your computer has updated with your DNS server, you will be able to ping the server with the new IP address and host name you have specified.

  • All times are GMT -7. The time now is 04:17 PM.