Need help understanding create new network / different subnets for 2nd VM NIC

I am newer to Vmware and not quite sure that the best way to accomplish the task.  I have a couple of hosts of ESX 4.0 update 1, each host has several physical network connected to the LAN interface cards and iSCSI, vCenter with about 10 mV and each VM has only a single virtual NETWORK adapter for LAN.

I need to install a new virtual machine with a special application that must be double virtual NICed.  1 NETWORK card must be on the private LAN (e.g. 192.168.10.x) and NIC2 must have a public IP (e.g. 4.2.2.x).  I was going to give NIC2 a private address and NAT through our Cisco PIX firewall, but I am told that causes problems with the application and it must have a public IP address on NIC2.  I now host a card physical NETWORK connected to public physical switch outside the firewall (so I can give him a pub addess).

I have a physical NETWORK card I booked for this on the Vmware host.  How can I create virtual switch separate from the local LAN, associated with the physical NIC to the virtual switch, assign a range of IP addresses that are associated to the public IP address works (if that's what I do)?  From there on, I think that we would give the real public IP to vNIC2 during the installation of the OS.

Thanks for any help you can offer.

Steve

Welcome to the forums.

You can add an additional vSwitch and assign the 2nd physical NIC as the uplink. All the networks is done through the vSphere client configuration tab. In the virtual machine settings just add an extra vNIC and connetct for the new vSwitch.

You should have a look through the information on http://www.vmware.com/technical-resources/virtual-networking/

Tags: VMware

Similar Questions

  • I need help to the new photo of my photos from iphoto on El Capitan. Any help would be appreciated.

    I need help to the new photo of my photos from iphoto on El Capitan. Any help would be appreciated.

    To migrate your iPhoto library to Photos for Mac, drag it in the Photos icon in the Dock.  Photos will read the iPhoto library and create a new library of pictures of him.

    Is your photo library in iPhoto on an external drive? The migration will work that if the external hard drive Mac OS extended (journaled) file system.  If the library is on a disk with a different file system, Ministry of the environment of the library of a correctly formatted disk.

  • Need help in the development of different customized reports for SCCM 2012 using the Report Builder version 3.0

    Members of the Group of respected

    I need your urgent assistance to solve my problem, if someone who at least somewhat or large information please help me.
    My problem is related to SCCM 2012 and SQL server 2008.
    : - I have to develop a custom reports for SCCM 2012 for one of my clients. I have configured all the settings required for preparing the report, and I have examples of reports provided with sccm 2012.
    I get the problem while developing new relationships, if I have examples of reports that I have studied the corresponding reports. I don't get detailed information from the database to create query and get the desired result. As I have not idea of detail of this database structure in it.
    So I need help to create the query as I am new on this database.
    If anyone understand please give me help or link where I can build the report
    Thanks in advance.

    Forums for this product are here: http://social.technet.microsoft.com/forums/en-US/category/configurationmanager/

  • Try to create a new VPN connection but Creat new network connection is grayed out

    Hello world

    Thank you for your help in advance.

    I would like to ask why I could not create a new VPN connection as the "Creat new network connection" is grayed out. I'm also sure that remote access connection manager, and another car once are started.

    I can create an account with my domain administrator account. But once I passed the orginary user, the shortcut to the connection could not be accessed. I also tried to add the user to the local Administrators group, and the result is the same.

    HOEP that you can help.

    Thank you.

    Windows XP Service Pack 3?

    Do you have any software security 3rd party running on this computer?  Or maybe something in group policy that limits access to create a new network connection?

    -B-
    http://www.officeforlawyers.com | http://www.OneNote-tips.com
    Author: Guide to counsel for Microsoft Outlook

  • Need help to install the network on laptop drivers

    I have a laptop of HP 2000-239WM and recently erased due to trying to sell. However, when I reinstalled everything back on the PC, no network drivers have been installed, so I have no access to the internet, wireless and wired. Should what programs I install via USB in order to solve this problem?

    The network adapter driver specifically requests the Ethernet, wifi and it...

    Hello McKinley,

    Thank you for visiting Microsoft Community and we provide a detailed description of the issue.

    According to the description, I understand that you need help to install the network drivers into the laptop.

    Certainly, I understand your concern and will try my best to help you.

    In order to install the NIC drivers in the system, I suggest to visit the link below and check if that helps.

    http://support.HP.com/us-en/drivers/selfservice/HP-2000-200-notebook-PC-series/5091493/model/5119030

    Note: Make sure you have access to the internet to another computer and download the network drivers using the USB and install on your laptop.

    I hope this information is useful.

    Please let us know if you need more help, we will be happy to help you.

    Thank you.

  • Need help to create a count up animation

    Hello. I'm new (ish) FlashCS6 and need help to create a timing of the animation. I'm fine with a general flash animation, but have never really used action script, are not my hand holding a little. any help would be great.

    Basically, I have 12 scenes someone is going through their daily lives by buying items and at the end of each scene I have a small graph of cash that opens - I need then of numbers to animate quickly count for example, from £ 0 to £369 for a few seconds.

    Thanks in advance

    Chris

    The toFixed() method should do what you need.  By my previous code example...

    cashGraphic.cashDisplay.text = ' £' + cashValue.toFixed (2);

    The toFixed method returns a string value, so you don't have to cast one in coding as I showed earlier.

  • Hi, I recently bought numbers in order to create a commercial newspaper. I'm the pen and paper. I need help to create a formula. A purchase column determines if the entry price column is subtracted from the price of output column or output subtracted

    Hi, I recently bought numbers in order to create a commercial newspaper. I'm the pen and paper. I need help to create a formula. A purchase column; Determines if the entry price column is subtracted from the price of output column (buy) or subtracted from (Sell) entry exit. Thank you for your help

    Hi B',.

    Buying and selling in column B

    Price of entry in column c.

    Exit in column D price

    Formula (and outcome) in column E

    If the column will B always contained 'Buy' or 'Sell', it works. It is default to a calculation of 'sell' if sale or has been specified.

    E2: = IF (B = "Buy", D - C, C - D)

    If you want to delay the calculation until the amounts entered in C and D, use this version:

    E2: = IF (OR (LEN (C) < 1, LEN (D) < 1,"", IF (B = "Buy", D - C, C - D) ")

    If you want to delay the calculation until all three ducks are on a line (B contains buy or sell, C and D contain both data), use this version:

    E2: = IF (OR (LEN (C) < 1, LEN (D) < 1,"", IF (B = "Buy", D - C, IF(B="Sell",C-D,) "" ")))

    Third version used in this table.

    Kind regards

    Barry

  • Hello all, I need help with creating a dynamic region in jdeveloper 11.1.2.3 version

    . Hello everyone, I need help with creating a dynamic region in jdeveloper 11.1.2.3 version

    What JDK you are using?

    You are probably using an old version of the JDK, that class while compiled under JDK 1.7.0

    http://java67.blogspot.com/2012/10/how-to-fix-javalangunsupportedclassversionerror-major-minor-version-49-50-51.html

    For example, work with the correct version, and it will be fine...

  • I need help to create actions.

    I need help to create actions.

    Hi andrewr,.

    Here are the tutorials that you can use to create actions:

    Record steps in Photoshop | Adobe Photoshop CC tutorials

    Create actions in Adobe Photoshop

    Kind regards

    Claes

  • Need help to create a workspace to keep my guides and leaders to a predefined dimension.

    Need help to create a workspace to keep my guides and leaders to a predefined dimension?

    Might be interesting to set up an action to do this.

    The next time that you create your folder of the workspace, an action, then you have this will define and at a click of a button you will have the same workspace each time.

  • I need help on creating reports on the intranet.

    I need help on creating reports on the intranet.
    My level: Beginner cf.
    Y at - it a book for report design? And structures for reports?
    ------------------------------------------------requirements
    my form needs one

    · Date of the box you want. (from and to).
    · Option button to choose the csv and html
    · Run and throw out the results in a tabular format. (grids, cell)


    How many cfm pages do need me for this? E.g. display, action.
    What called what?
    What else do I need?

    I suggest that you put your project on hold for a little everything and get and read the chapters appropriate Web Application Construction Kit of Ben Forta. You can learn more about it here - http://www.forta.com/books/0321223675/. Once you have the concepts down, you will have a much more concentrated idea on what to do.

  • need help to activate Adobe Acrobat XI PRO for WINDOWS?

    need help to activate Adobe Acrobat XI PRO for WINDOWS?

    Hi jurleana15722686,

    Work with a subscription or perpetual version (where you bought the software outright)? Are you faced with a particular problem or receive an error message when you try to activate?

    To start, please consult this document: https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html.

    If you're still having problems, please let us know what is exactly the problem, including the error messages that you receive. It would also be useful to know what version of Windows you are using.

    Best,

    Sara

    [moved to download, installation, commissioning of disucssion forum]

  • Need help to create a new Xbox account

    I deleted my Xbox Live account, a long time ago and I want to create a new. My old Xbox Live account is associated to my the Microsoft Account. But when I want to create an Xbox Live account, it says I have one using my that already have Microsoft Account. I'm sure I deleted my Xbox Live account and when I go on my Xbox Live account in the Internet, it says this, "Uh oh... that shouldn't happen." It seems that you have found a bug in the system. Please try again later. "I need help, I really want to create a new Xbox Live account using my course Microsoft Account. Thank you.

    Hello

    Your Question is beyond the scope of this community.

    I suggest that repost you in the correct forum.

    'Home'

    http://forums.Xbox.com/

    "Xbox forums.

    http://forums.Xbox.com/xbox_forums/general_discussion/f/3817.aspx

    "Xbox Forums directory.

    http://www.Xbox.com/en-us/forums

    See you soon.

  • Need help to set up: 2 different wireless with SSID 2 routers on the same network

    Hi all:

    I read on the forum trying to find the answer to this question, but have not found a very clear answer that satisfies all my requirements autour.  An explanatiion more in depth.

    I have 1 IP coming via cable modem.  I want to configure two wireless routers (one secured with WPA-TKIP and a non-secure network - a 'guest' If you want to) each with different SSID.  The secure network would be for my server, PC home, webcams IP, DynDNS, update; While having an unsecured wireless router that friends and family can access.  Ideally, I don't want any person who accesses the router unsecured wireless to access my secure network.

    Is someone can you please tell me if this is possible.  I think that it is based on some posts, I've seen, but specific details about how to do this would be appreciated.  In addition, my DynDNS must always be able to be updated with the IP of my ISP so that I can access my server and webcams home.

    MATERIAL

    2 WRT54G

    1 EZXS55W

    1 WVC200

    1 WVC54GC

    (all my stuff - webcam, dyndns, server, etc. - working on my secure network.) I just need to add the non-secure network)

    I know it's a lot, but I'd appreciate any help.  Thank you.

    You must be connected to the modem router WRT54G main. Set up the network secure on the main router wireless. Connect all of your computers or wireless devices for the main secure wireless network.

    Consider that the IP address of the main router is 192.168.1.1.

    Now connect a single computer to Port 1 on the second router wireless.

    Open the second wireless router configuration page. Settings wireless SSID, unsecured.

    Change the IP address of the second router 192.168.2.1. Save the settings.

    Connect the cable from the Ethernet port on the main router to the Internet second port router wireless.

    The second power cycle wireless router.

    Now the host computers connected to the second network unsecured wireless Wireless will be able to access the Internet only. They will not be able to see the computers or devices connected to the first router.

  • Need help to create a scrollbar in HTML table

    Hello dreamweavers!

    I need help here please...

    I need to create a table with three columns... or a webpage... that has the ability to scroll when things are added.


    This is a music site and page Web will be a list - a database of all sorts - of each title artist and album. If there are say, 200 titles in the catalog, then I need to list them all on one page and in 3 columns towards the bottom of the page. What I did using a table in HTML in Dreamweaver. The problem is each title on the table is static and when adding in a new title in the catalog, ALL securities will have to be moved manually. So, I need to create a table where when I add another title (they will be alphabetical) say to am' for example, then all of the other titles will be automatically moves along a (somewhat as in a Word document by adding a new line). Everything else is automatically shifted. I don't know if this is still possible in Dreamweaver?

    I hope that I have explained this correctly. It's quite a strange problem, and as such, I have been unable to find anything on this forum or google search.
    If anyone can help that would be most excellent! I'd be happy.

    Questions - if you need further information please ask

    I use Dreamweaver CS5.5 Version 11.5 Build 5315

    I have a Macbook Pro with Snow Leopard if that's at all relevant.

    My site is on Wordpress with the theme, Suffusion. I can link to it, if someone needs.

    Here is a picture of the table, as I did, to give an idea what it looks like:

    columns.jpg

    Thank you!

    P.I.G > /.

    big dreamers never sleep

    Mylenium was right. You must use a database for this server-side.

    Maintenance of static tables with this amount of data is going to be a logistical nightmare - not even worth considering.   Get an indexing plugin for WordPress.

    Nancy O.

Maybe you are looking for