One Comcast Business Gateway, One Router, Two Web Servers
        Posted  
        
            by 
                Kevin Scheidt
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Kevin Scheidt
        
        
        
        Published on 2011-01-03T15:27:40Z
        Indexed on 
            2011/01/03
            15:56 UTC
        
        
        Read the original article
        Hit count: 455
        
I have a Comcast business account with a router and a web server (info) attached. behind the router there are multiple computers and a second web server (info) which also serves as a file server.
(info) has two nics in it. One direct to comcast and one connected to the router. It needs to serve the world it's websites. It needs however, to also be able to see all the internal computers and (com)'s served files.
With just 1 nic (the one connected to the router, not comcast), (info) works fine but no one outside can see it. (com) services port 80 and (info) needs to handle port 80 as well. I have two domain names registered, and 5 static ip's from comcast.
right now h t t p: / /www.graceamazing.com handled by (com) works fine and h t t p: / /www.graceamazing.com:1307 handled by (info) works fine. but as soon as I enable the 2nd nic in (info) h t t p: / /www.graceamazing.info runs extremely slow (Horribly slow). however, h t t p: / /www.graceamazing.com:1307 and .com work fine.
(com) has an ip address via the router 70.89.233.41
(info) has a ip addy of 70.89.233.46 via comcast (2nd nic) and a internal ip of 192.168.x.100 via static behind the router.
Any suggestions or changes to make that will make h t t p: / /www.graceamazing.info perform with the same speed it has when going through h t t p: / /graceamazing.com:1307
is there a setting I should check / could have misssed?
© Server Fault or respective owner