Unique IP for each DNN portal
Last Post 02/11/2009 2:42 PM by Joseph Craig. 1 Replies.
Author Messages
uds_dnn
Nuke Newbie
Nuke Newbie
Posts:2


--
02/11/2009 2:38 PM
    Is there a way to have unique IPs for a/each portal.

    I have DNN install on one of my sites www.universalpetmeds.com with a portal to www.affordabledrugs.com if you ping affordabledrugs you ens up getting universalpetmeds.com IP
    which is where we have the base DNN built.

    How can I make it that I have individual IP's for each site and be able to administrate this form the one DNN instance.

    Kyle

    Joseph Craig
    DNN MVP
    Posts:11667


    --
    02/11/2009 2:42 PM
    You do that with two things.

    1. You IIS website configuration should map the IP address to the DotNetNuke portal.
    2. The PortalAlias for your site is needed to get the requests sent to the correct internal portal.

    So ... you should have an IIS website for www.universalpetmeds.com and one for www.affordabledrugs.com. Each should point to the single DotNetNuke website.

    In your database, you need to specify www.universalpetmeds.com as the portalalias for that site. The portalialias for the other site should be www.affordabledrupgs.com.

    Note that you don't even have to have separate IPs for the two sites ...

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---