Bind nic to VM on VMware ESXi 5
        Posted  
        
            by 
                lewis
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by lewis
        
        
        
        Published on 2012-10-07T19:33:48Z
        Indexed on 
            2012/10/07
            21:37 UTC
        
        
        Read the original article
        Hit count: 261
        
I have physical server with 2 Broadcom NIC's.
First NIC connected to local network, via this connection we can:
- Connect to ESXi hypervisor (hypervisor has local ip, e.g. 192.168.1.5)
 - Connect to VM on this hypervisor (VM has network adapter, with local ip, e.g. 192.168.1.6)
 
Second NIC connected to "global" network. Via second link(and public IP), we can have access to VM from Internet.
How I may setup VM to use second NIC's connection?
© Stack Overflow or respective owner