Configure FTP Server with two different IP addresses on different subnets and separate NICs
        Posted  
        
            by 
                Luke
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Luke
        
        
        
        Published on 2012-12-03T16:04:26Z
        Indexed on 
            2012/12/03
            17:06 UTC
        
        
        Read the original article
        Hit count: 285
        
I have an FTP server that's on a low bandwidth connection. We want to set it up with a second IP address on a much higher bandwidth connection. I set up the second interface with a static IP address on the faster connection. This unfortunately does not work. I can verify that the second IP address works perfectly when I disable the first IP address.
What do I need to do to get two separate interface IP addresses on different subnets working on the same server?
© Server Fault or respective owner