How connect to internet from domain created in Hyper-V

How connect to internet from domain created in Hyper-V
Host =  Win8 Pro
Connection to internet done using WI-FI
Internet seeting
Home router with secury connection -> cable internet
Network name set on router = "Mtl2014"
Host setting
TCP/IPv4 Seeting for WI-FI ,connected to "Mtl2014"
Obtain address automaticly
Obtain DNS server address automaticly
I can connect and browse internet from host
In Hyper-V
 1.created 2 private virtual switches SW1 and SW2
 2.installed 2 VM HA1 and DC with Win2012 server eval edition
 3.assigned stations HA1 and DC  to virtual switch SW1
on Host
WI-FI network connection
 Sharing->Allow other network to connect.. ->Home network connection vEnthernet (SW1)
in Hyper-V
 choose Activate windows on  HA1 and DC
 open browser on HA1 and DC ,
 At this point I am able to see and browse and search in google from HA1 and DC
In Hyper-V
 assined virtual switch SW2 to DC and HA1
 created Domain controler on DC and domain Alex1.com
 TCP/IPv4 Seeting on DC
 IP = 192.165.1.8
 subnet = 255.255.255.0
 default getaway = empty
 Prefered DNS server = 192.165.1.8
 TCP/IPv4 Seeting on HA1
 IP = 192.165.1.11
 subnet = 255.255.255.0
 default getaway = 192.165.1.8
 Prefered DNS server = 192.165.1.8
 added HA1 to domain Alex1.com
Question
 What seeting on SW2, DC, HA1 and  Wi-FI should I change in order to have access to internet from  Alex1\DC and Alex1\HA1?
I was planning to use internet to download/install pacthes/updates for windows and sql servers located on Alex1\
I plan to build 6 more Win 2012 server eval and join then to Alex1\
Thank you
Alex

I see.
1. 192.168.0.0 addresses are not routable across the public Internet. Even if the whole world knows you're using that space, the information is useless. But if you feel better hiding it, OK.
2. Internal doesn't allow communications with a physical network either. Only the external type does.
3/4. Your problem is not really with Hyper-V. It's with IP.
Your machines are all able to communicate with each other because they're on the same switch and the same subnet. No gateway is required. If you have a computer with an IP of 192.168.1.8 and its subnet mask is 255.255.255.0, then it will be able to communicate
with any computer on the same switch with an IP of 192.168.1.anything. It's when they need to talk to computers off of that subnet (anything that doesn't fit the 255.255.255 mask) that they have a problem. For that, you need a gateway somewhere. You can't
use "DC" for the gateway because it's not performing routing services.
You have two choices.
One is to use an external switch so that your guests are directly connected into your physical network. That will take over your WiFi adapter, so you'll probably want to set the share option so your Win8.1 box continues to function. Then just use a common
IP subnet with everything else on your home network.
The second is to set up a software router. If you are using an internal virtual switch, then this has to be in the Win8 environment. I might be mistaken, but I think that
Internet Connection Sharing would even work for this. If you are using an internal virtual switch, then your Win8 system should see two (or more) adapters. One of them is the physical adapter (we'll call it wNetAdapter) and one would be the virtual adapter
(we'll call it vNetAdapter) it uses on the virtual switch. Once you set up ICS, you would have all of your VMs use the IP address that you assigned to vNetAdapter as their gateway.
Eric Siron Altaro Hyper-V Blog
I am an independent blog contributor, not an Altaro employee. I am solely responsible for the content of my posts.
"Every relationship you have is in worse shape than you think."

Similar Messages

  • How to share internet from mac to windows

    Any one helps me how to share internet from mac to windows? I have created an internet sharing on macbook, a Mac can connect to internet, but windows pc can't connect with this sharing. I don't know why?

    I am not a Windows guru. However, in XP there is a Wireless Network icon at the lower right side. Click on that, select the network you want to join, insert the password and that's it. Any issues speak to a Windows guru.

  • How to share internet from macbook pro to android phone?

    how to share internet from macbook pro to android phone?

    Sharing your Internet connection:
    http://support.apple.com/kb/PH6589
    http://www.maclife.com/article/howtos/how_wirelessly_share_internet_connection_m ac

  • Remote access VPN clients connected to Internet from VPN

    Greetings,
    I need to let remote VPN clients to connect to Internet from the same ASA VPN server
    " client connects to ASA through VPN tunnel from outside interface then access Internet from the same ASA from outside interface again
    thanks

    you'll need to configure 'same-security-traffic permit intra-interface' on the ASA .
    Also, need to setup the corresponding nat statements for your clients pool range.
    i.e.
    global (outside) 1 interface
    nat (outside) 1 access-list anyconnectacl
    where anyconnectacl is the pool for your clients:
    access-list anyconnectacl permit ip 172.16.1.0 255.255.255.0 any

  • How to retrieve data from domain(Value Range)  of the table

    hi
    how to retrieve data from domain(Value Range)  of the table
    thanks

    Hello,
    You can try using the FM: DOMAIN_VALUE_GET TB_DOMAINVALUES_GET.
    BR,
    Suhas
    Edited by: Suhas Saha on Mar 24, 2009 10:08 AM

  • How to add user from domain A to a group in domain B

    How would you acheive adding a user from domain A to a group that is in domain B via powershell without the Quest cmdlets? I've been trying to figure this out for about a week now. Please let me know if the scripting guy has seen this issue before.
    LittleTech

    Hello jrv,
    Here's what i was trying to do. The two domains im working with have a trust between them.
    1. Create a user in External.Domain.Com
    2. Add the user in External.Domain.Com to GroupOne in ExternalDomain2.Domain.com
    3. The only knowledge that ExternalDomain2.Domain.Com would have about the account in External.Domain.Com is whatever is in the Global Catalog. Here is what im trying, but it isn't working.
    #Connecting to domain PSDrive
    New-PSDrive
    -Name
    ExternalDomain
    -PSProvider
    ActiveDirectory
    -Root
    -Server
    DC01.Domain.com
    cd
    ExternalDomain:
    #Create user
    #Add to ExternalDomain Groups
    $UserDN=Get-ADUser-LDAPFilter"(sAMAccountName=$UserID)"
    #Connecting to domain2 PSDrive 
    cd
    AD:
    $GroupDN="CN=Wireless
    Device Users,OU=Wireless,OU=Systems and Technology,DC=External,DC=Domain2,DC=Com"
    Add-ADGroupMember-Identity$GroupDN-Members(Get-ADObject-Identity$UserDN.DistinguishedName
    -Server"DC01.Domain.com:3268")
    Connecting via port 3268 allows me to talk to the global catalog instead of LDAP.
    I receive the following message: A Referral was returned from the server
    I know that if i connect using [ADSI] i am able to specify that the connection follows referrals, the AD cmdlets seem to not have that function. The Quest AD cmdlets do... I just dont want to have to use third party cmdlets to do what the AD cmdlets should
    be able to do in the first place.
    THanks,
    LittleTech

  • How to contact Internet from my local network?

    I'm able to get onto the Internet by piggybacking on a nearby open LAN.( I am not a new user, but I'm not a computer scientist.)
    This is a desperation act because I can no longer connect to the Internet via Earthlink, my ISP. I have checked every aspect, physical connections to switching from my G5 to my iBook and back again to configure my Airport Extreme base station. I have even switched AEs. I have changed my own network stats. I have replaced the phone wire. I have changed routers. I have even changed modems, but I was unable to program it, thanks to missing instructions mostly meant for Windows users anyway.
    I am using a Broadmax DSL modem from Earthlink, and have spent close to two hours on the phone with 3 techies. They really tried to help.
    When I mentioned my phone line was from Verizon I heard ununderstandable muttering. The paranoid thought came to me: Was Verizon sabotaging Earthlink to get its customers to switch? How's that for paranoia? I even called Verizon to switch to them, but they are total incompetents -- the techies are good, if you get a good one, but the rest of the outfit haven't yet figured out what to do with two tin cans and a length of string.
    The Earthlink techies and I finally agreed it might be a bad modem and another is on the way to me.
    I am not confident.
    My first and original modem, the Broadmax, could always be fixed by going through the unplugging it for a few seconds or hours, and then I'd have no problems for many months, until I went away and unplugged it. Getting back on the Internet was a nightmare.
    The phone line, DSL, is OK. I can make voice calls over it, but the DSL just isn't there.
    Having tracked all, and I mean ALL, the usual suspects, I am on the point of hiring an Apple guy to come in and help me. But I would appreciate any advice from someone knowledgeable about this situation.
    G5 iMac, 1.8 mHz; 2 G3 ibooks; G4 PowerBook   Mac OS X (10.4.6)  
    G5 iMac, 1.8 mHz; 2 G3 ibooks; G4 PowerBook   Mac OS X (10.4.6)  

    OK.

  • [b]How connect to EJB from java webstart[/b] ?

    Hi,
    I'm a newcomer to J2EE, I'd like to build J2EEE app
    first of all,I've developed simple EJB components and jSwing client to call method from EJB. All in the same project.
    Client programe has method
    private static Context getInitialContext() throws NamingException {
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory");
    env.put(Context.SECURITY_PRINCIPAL, "admin");
    env.put(Context.SECURITY_CREDENTIALS, "welcome");
    env.put(Context.PROVIDER_URL, "ormi://10.145.100.2:23891/current-workspace-app");
    return new InitialContext(env);
    When I run client app it work well, I follow in Jdev905 to deploy to java webstart
    1. Create .jar file (Item JAR file - Simple archive)
    2. Create Java web start(JNLP) files
    after that, I have .jar,.html,.jnlp file
    3. running project(use embedded OC4J server)
    4. running .html file
    first, java webstart download code then run but nothing
    happen. I think that It may be some wrong in JNDI look up.
    I try my best, It's taken me a week but I still do'nt understand.
    ! Please help show how to go through that or how to deploy using java web start. We intend to develop rich client.
    thanks a lots!
    Kien
    (Sorry for my bad English)

    This might be of help http://developer.novell.com/wiki/ind...asses_for_Java
    >>> dikshaneel<[email protected]> 12/8/2009 3:16 AM >>>
    Can someone please tell me how should I connect to LDAP from Java?
    Thanks in advance-- dikshaneel------------------------------------------------------------------------dikshaneel's Profile: http://forums.novell.com/member.php?userid=72973View this thread: http://forums.novell.com/showthread.php?t=395162

  • Unable to Connect to Internet from OEL 5.6 for chinese language

    Hi,
    I've just installed OEL 5.6 for chinese language,I wasn't able to connect to internet. but for same way install OEL 5.6 for english language is OK.
    who tell me why?
    # netstat -rn
    Kernel IP routing table
    Destination Gateway Genmask Flags MSS Window irtt Iface
    192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
    0.0.0.0 192.168.100.1 0.0.0.0 UG 0 0 0 eth0
    # cat /etc/sysconfig/network
    NETWORKING=yes
    NETWORKING_IPV6=no
    HOSTNAME=majin150
    GATEWAY=192.168.100.1
    ifcfg-eth0:
    DEVICE=eth0
    BOOTPROTO=none
    BROADCAST=192.168.100.255
    HWADDR=00:0c:29:ee:8f:ae
    IPADDR=192.168.100.150
    NETMASK=255.255.255.0
    NETWORK=192.168.100.0
    ONBOOT=yes
    GATEWAY=192.168.100.1
    TYPE=Ethernet
    USERCTL=no
    IPV6INIT=no
    PEERDNS=yes

    I have never heard of any Linux OS geographical limitations. How did you determine that the installation using Chinese was not able to connect to the Internet. Did you properly configure DNS? Any chance of a typing mistake in the previous configuration, or perhaps temporary networking problems from you provider or network side?

  • HT203210 Connecting to Internet from Pro

    I recently bought a Mac Pro with Lion.
    I want to connect to internet through Base station from my mac. I could do it in my old macbook but I m not able to make a successful connection in my pro.
    In order to make a connection, I must enter User id and Password.
    How can i do it?
    Step by step guide would be very help ful.

    Post where all the Windows experts are.
    https://discussions.apple.com/community/windows_software

  • Unable to connect to internet from SunOS

    HI All,
    I am using Solaris 10 over Virtual Box(software). But i am unable to connect to the internet.
    I mean to say, only one at time can run(i.e internet or Solaries) in my HP Pavillion dv5 series PC.
    when internet connection is ON. Solaris wont start(some sort of error). If i disconnect the LAN cable, my Solaris OS
    run perfectly without an issue.
    I guess both (Solaris and LAN cable) using the same port while starting the process.
    I am yet not sure how would i start INTERNET on solaris system.
    Please, let me know how can i able to connect to the internet from solaris OS (which is running on Virtual box).
    Thankx
    Bikram....

    Thas sounds really odd... What is your host OS? I am going to assume you are using the default NAT setting for your virtual nic, try change this to bridge mode and see what happens.

  • After installing new operating system, I can't connect to internet from an e-mail. What is wrong?

    After installing the new operating system, I can't access the internet from an e-mail request. What' wrong?

    Finally gave in and called Apple Support.
    1) They had me restart while holding down the Option-Command-P-R keys (this resets the HW apparently. Didn't fix it.
    2) Next they had me move my System Preferences folder to the trash. Still didn't fix it.
    3) Lastly they had me move all my cache files to the trash and then empty the trash. Restarted and it seems to be fixed now.
    I was told that sometimes after an upgrade if you don't "delete all your caches" that there can be problems. I'll have to see if the connection holds up since before the problem was intermittent, but at least now I have a case number and all seems well so far.
    I encourage those who are experiencing issues to please call Apple Support - it appears that there is no one fix and it depends on so many different factors. If this issue re-appears I'll be back on the phone with them - plus I'll update this thread.
    Thanks!

  • Can't connect to internet from my PC using Nokia N...

    Hello.
    I bought a Nokia N8 recently. Its awesome but I still couldn't solve this problem.
    I can't connect to the internet from my PC using N8 as a modem. 
    When I use Ovi Suite, it says "Failed to establish a network connection". 
    When I use the "Conn. PC to net." mode.. the application says "Valid connection could not be found". But I'm confident my operator's plans and settings/destinations are correct as I can connect and browse the internet from the phone. (Pls still say something if applicable)
    When I try to connect to the internet using Windows Network and Sharing Center, it says "A device or driver is not functioning properly" or something similar
    Pls help me with this problem. Its really, really urgent
    thanks

    You haven't establized a connection to the network,  so you can't use MS network sharing which means you are sharing the PC connection to others. What you wanted is to use the N8 modem to connect to the network.
    Uninstall Ovi Suites & install PC suites for your N8. Make sure all drivers are loaded properly. Run pcsuite & just click the network menu to connect to internet. By the way what's the version of your MS OS; XPsp3, Vista or Windows 7 ?
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • Cannot connect to Internet via newly created wireless network

    Just purchased an Aiport Express router this week. Connected it to an RCA DCM425 Time Warner Cable modem and it worked fine out of the box. Now, after running the Airport Utility to create a new password-protected network, I cannot connect to the Internet. Both my PowerBook G4 (running Mac OS X 10.4.10) and Windows PC (XP SP2) can connect to the new network but then cannot access the Internet. After being frustrated for a few hours with this I performed a hard reset and then could connect to the default apple network the AX was transmitting. But now I tried creating a new network again and again the same problem. No internet access despite Network Status indicating otherwise. Please help! I purchased this product b/c I thought it was supposed to be an easier setup.

    Welcome to Apple Discussions
    Sorry, but the 169.x.x.x IP address is internally generated by the iPod (and iPhone) and indicates that a network has been detected but no IP address has been issued. Your friends iPhone was not connected to your ad hoc network either - it connected to the internet through the 3G network.
    You should read through the Vista help screens on ad hoc networking for some insight how this works. You should be able to get some ideas there.
    In the mean time, $40 or less will buy you a very capable wireless router with four Ethernet ports and will simplify your network tremendously. Having used Windows ICS for a long time, the addition of a router and a real network simplified things so much.

  • How connect to database from javascript

    Hello friends
    This is sudhakar, working as a developer in indian based company, present we are developing one web based application for this purpose i am creating one dynamic menu.
    my problem is:
    how can i connect to the database from javascript, for this purpose is there any configuration please reply and also send me sample code on for creating dynamic menus depending on the database values using javascript
    regards.
    sudhakar
    [email protected]

    Copy the code in to new HTML File then open the file with IE
    <html>
    <SCRIPT LANGUAGE=javascript>
    <!--
    function ConDB()
         var conn = new ActiveXObject("ADODB.Connection") ;
         var connectionstring="Provider=SQLOLEDB;Password=;User ID=;Initial Catalog=;Data Source=;"
         conn.Open(connectionstring);
         var rs = new ActiveXObject("ADODB.Recordset");
         rs.Open("SELECT * FROM YourTablename ", conn);
         rs.MoveFirst
         while(!rs.eof)
         document.write( yourtablefieldname);
         rs.movenext;
         rs.close;
         conn.close;
    }       //-->
    </SCRIPT>
    <body OnLoad="javascript:ConDB()"></body>
    </html>

Maybe you are looking for

  • Flex Mobile - ViewNavigator with bottom locked menu / toolbar

    I want to create a toolbar menu on the bottom on my mobile application. Basicly I would like to align this component to be visible on every view of my application. I have several options but none of them seems like a good one: 1) TabbedViewNavigator

  • User Exit for Cost center in ME21N

    Hi,        I have a requirement to validate the cost center with plant.        If Plant is 1001 then only the cost centers defined for 1001 should be selected in ME21N while creating PO, if different cost center is selected error message should be sh

  • Finding image properties?

    I'm looking for a way in applescript to get the properties of an image in a rectangle specifically its color space. I want to be able to place info about the image in a text box. I can get the the images set theimages to all graphics of page 1 but I

  • How can I do to communicate to parallel port using labview 5.0 and NT ?

    I am trying to write and read from parallel port using Labview 5.0. It does not work with NT. How can I do to communicate to parallel port using labview 5.0 and NT ? Thank you in advance. Regards,

  • Class versus interface

    How can we use the shuffle method of the class Collections, when the parameter List is of type interface? If I try to make a List as in java.awt.List it doesn't accept it?