Connecting a webserver from host to guest vmware os?How can I connect to a web server running in a VM when...

Why am I able to open Wireshark in macOS without root privileges?

Finding a logistic regression model which can achieve zero error on a training set training data for a binary classification problem with two features

Is boss over stepping boundary/micromanaging?

Citing paywalled articles accessed via illegal web sharing

What are "industrial chops"?

Difference between i++ and (i)++ in C

If I delete my router's history can my ISP still provide it to my parents?

Numbers with a minus sign in a matrix not aligned with the numbers without minus sign

Why did Luke use his left hand to shoot?

Does every functor from Set to Set preserve products?

What is the purpose of easy combat scenarios that don't need resource expenditure?

What would be the rarity of this magic item(s)?

Dilemma of explaining to interviewer that he is the reason for declining second interview

Do theoretical physics suggest that gravity is the exchange of gravitons or deformation/bending of spacetime?

Why is it that Bernie Sanders is always called a "socialist"?

Is a new Boolean field better than a null reference when a value can be meaningfully absent?

Using only 1s, make 29 with the minimum number of digits

Is there a weight limit to Feather Fall?

Early credit roll before the end of the film

Use two 8s and two 3s to make the number 24

Words and Words with "ver-" Prefix

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

Is using an 'empty' metaphor considered bad style?

How can a school be getting an epidemic of whooping cough if most of the students are vaccinated?



Connecting a webserver from host to guest vmware os?


How can I connect to a web server running in a VM when the VM is in NAT mode?Connecting to server on vmware host from a guest OSAccessing MySQL on Ubuntu Guest OS (Vmware player) from Windows 7 host OSOpenSuse 12.2 ftp connection from vmware host to a guest?Can't open a xdebug session with a vmware guest os?Host-only openSUSE VMWare Player guest not pingable from Windows 7 hostCannot connect to VMWare virtual machine through NATCannot access VirtualBox webserver on port 9000 from host OSWith VMware Workstation, how can I SSH from the host to a guest with NAT?Can't Ping Ubuntu Guest from Windows 7 HostVMWare workstation pro share guest system's internet access with host













0















I've a webserver in my vmware guest os suse 12.2 running but how can I connect it from my host os? My virtual machine is configured with NAT option in vmware network manager but I can't ping my vm from my host os? I've tried this tutorial to no avail: http://www.nwlab.net/tutorials/VMware/. I add port forwarding to my vm from port 80 to port 80. It's using vmnet8 and my adapter has a different ip then my guest? Is this normal behaviour? This is the same question but I can't get it work: How can I connect to a web server running in a VM when the VM is in NAT mode??



Edit: Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding. I typed ifconfig in guest os and I used this ip in host os to load the webserver.










share|improve this question





























    0















    I've a webserver in my vmware guest os suse 12.2 running but how can I connect it from my host os? My virtual machine is configured with NAT option in vmware network manager but I can't ping my vm from my host os? I've tried this tutorial to no avail: http://www.nwlab.net/tutorials/VMware/. I add port forwarding to my vm from port 80 to port 80. It's using vmnet8 and my adapter has a different ip then my guest? Is this normal behaviour? This is the same question but I can't get it work: How can I connect to a web server running in a VM when the VM is in NAT mode??



    Edit: Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding. I typed ifconfig in guest os and I used this ip in host os to load the webserver.










    share|improve this question



























      0












      0








      0


      2






      I've a webserver in my vmware guest os suse 12.2 running but how can I connect it from my host os? My virtual machine is configured with NAT option in vmware network manager but I can't ping my vm from my host os? I've tried this tutorial to no avail: http://www.nwlab.net/tutorials/VMware/. I add port forwarding to my vm from port 80 to port 80. It's using vmnet8 and my adapter has a different ip then my guest? Is this normal behaviour? This is the same question but I can't get it work: How can I connect to a web server running in a VM when the VM is in NAT mode??



      Edit: Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding. I typed ifconfig in guest os and I used this ip in host os to load the webserver.










      share|improve this question
















      I've a webserver in my vmware guest os suse 12.2 running but how can I connect it from my host os? My virtual machine is configured with NAT option in vmware network manager but I can't ping my vm from my host os? I've tried this tutorial to no avail: http://www.nwlab.net/tutorials/VMware/. I add port forwarding to my vm from port 80 to port 80. It's using vmnet8 and my adapter has a different ip then my guest? Is this normal behaviour? This is the same question but I can't get it work: How can I connect to a web server running in a VM when the VM is in NAT mode??



      Edit: Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding. I typed ifconfig in guest os and I used this ip in host os to load the webserver.







      windows-7 vmware opensuse






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 20 '17 at 10:17









      Community

      1




      1










      asked Apr 25 '12 at 15:30









      BytemainBytemain

      1,38952442




      1,38952442






















          3 Answers
          3






          active

          oldest

          votes


















          1














          If the virtual machine is running on VMNET8, then you will need to ensure that one of the virtual network adaptors in your host machine is running on VMNET8, as at present they are likely on differing networks.






          share|improve this answer
























          • But in my guest os I've internet access over my host os?

            – Bytemain
            Apr 25 '12 at 17:19











          • It will most likely be connecting out using a NAT, which whilst letting you out may not let you back in the same way.

            – Will
            Apr 26 '12 at 8:36











          • My adapter is running on vmnet8 that's where I get the info from. I don't understand why my adapter has a different ip then my guest os?

            – Bytemain
            Apr 26 '12 at 8:40











          • They run on a virtual network that allows the VM to communicate with the host. The host adapter will have a different address than the guest, that's by design otherwise their addresses would clash.

            – Will
            Apr 26 '12 at 9:34











          • Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding.

            – Bytemain
            Apr 26 '12 at 9:39



















          0














          You probably need to set up passthrough networking on the VM network interface so that it can connect to your actual network.






          share|improve this answer
























          • I don't understand?

            – Bytemain
            Apr 25 '12 at 16:09



















          0














          NAT prevents inbound access from outside. That's what it's meant to do. Configure your VM network adapter as bridged for any server running in a VM.





          share








          New contributor




          Vollbracht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f416757%2fconnecting-a-webserver-from-host-to-guest-vmware-os%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            If the virtual machine is running on VMNET8, then you will need to ensure that one of the virtual network adaptors in your host machine is running on VMNET8, as at present they are likely on differing networks.






            share|improve this answer
























            • But in my guest os I've internet access over my host os?

              – Bytemain
              Apr 25 '12 at 17:19











            • It will most likely be connecting out using a NAT, which whilst letting you out may not let you back in the same way.

              – Will
              Apr 26 '12 at 8:36











            • My adapter is running on vmnet8 that's where I get the info from. I don't understand why my adapter has a different ip then my guest os?

              – Bytemain
              Apr 26 '12 at 8:40











            • They run on a virtual network that allows the VM to communicate with the host. The host adapter will have a different address than the guest, that's by design otherwise their addresses would clash.

              – Will
              Apr 26 '12 at 9:34











            • Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding.

              – Bytemain
              Apr 26 '12 at 9:39
















            1














            If the virtual machine is running on VMNET8, then you will need to ensure that one of the virtual network adaptors in your host machine is running on VMNET8, as at present they are likely on differing networks.






            share|improve this answer
























            • But in my guest os I've internet access over my host os?

              – Bytemain
              Apr 25 '12 at 17:19











            • It will most likely be connecting out using a NAT, which whilst letting you out may not let you back in the same way.

              – Will
              Apr 26 '12 at 8:36











            • My adapter is running on vmnet8 that's where I get the info from. I don't understand why my adapter has a different ip then my guest os?

              – Bytemain
              Apr 26 '12 at 8:40











            • They run on a virtual network that allows the VM to communicate with the host. The host adapter will have a different address than the guest, that's by design otherwise their addresses would clash.

              – Will
              Apr 26 '12 at 9:34











            • Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding.

              – Bytemain
              Apr 26 '12 at 9:39














            1












            1








            1







            If the virtual machine is running on VMNET8, then you will need to ensure that one of the virtual network adaptors in your host machine is running on VMNET8, as at present they are likely on differing networks.






            share|improve this answer













            If the virtual machine is running on VMNET8, then you will need to ensure that one of the virtual network adaptors in your host machine is running on VMNET8, as at present they are likely on differing networks.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 25 '12 at 16:58









            WillWill

            25515




            25515













            • But in my guest os I've internet access over my host os?

              – Bytemain
              Apr 25 '12 at 17:19











            • It will most likely be connecting out using a NAT, which whilst letting you out may not let you back in the same way.

              – Will
              Apr 26 '12 at 8:36











            • My adapter is running on vmnet8 that's where I get the info from. I don't understand why my adapter has a different ip then my guest os?

              – Bytemain
              Apr 26 '12 at 8:40











            • They run on a virtual network that allows the VM to communicate with the host. The host adapter will have a different address than the guest, that's by design otherwise their addresses would clash.

              – Will
              Apr 26 '12 at 9:34











            • Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding.

              – Bytemain
              Apr 26 '12 at 9:39



















            • But in my guest os I've internet access over my host os?

              – Bytemain
              Apr 25 '12 at 17:19











            • It will most likely be connecting out using a NAT, which whilst letting you out may not let you back in the same way.

              – Will
              Apr 26 '12 at 8:36











            • My adapter is running on vmnet8 that's where I get the info from. I don't understand why my adapter has a different ip then my guest os?

              – Bytemain
              Apr 26 '12 at 8:40











            • They run on a virtual network that allows the VM to communicate with the host. The host adapter will have a different address than the guest, that's by design otherwise their addresses would clash.

              – Will
              Apr 26 '12 at 9:34











            • Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding.

              – Bytemain
              Apr 26 '12 at 9:39

















            But in my guest os I've internet access over my host os?

            – Bytemain
            Apr 25 '12 at 17:19





            But in my guest os I've internet access over my host os?

            – Bytemain
            Apr 25 '12 at 17:19













            It will most likely be connecting out using a NAT, which whilst letting you out may not let you back in the same way.

            – Will
            Apr 26 '12 at 8:36





            It will most likely be connecting out using a NAT, which whilst letting you out may not let you back in the same way.

            – Will
            Apr 26 '12 at 8:36













            My adapter is running on vmnet8 that's where I get the info from. I don't understand why my adapter has a different ip then my guest os?

            – Bytemain
            Apr 26 '12 at 8:40





            My adapter is running on vmnet8 that's where I get the info from. I don't understand why my adapter has a different ip then my guest os?

            – Bytemain
            Apr 26 '12 at 8:40













            They run on a virtual network that allows the VM to communicate with the host. The host adapter will have a different address than the guest, that's by design otherwise their addresses would clash.

            – Will
            Apr 26 '12 at 9:34





            They run on a virtual network that allows the VM to communicate with the host. The host adapter will have a different address than the guest, that's by design otherwise their addresses would clash.

            – Will
            Apr 26 '12 at 9:34













            Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding.

            – Bytemain
            Apr 26 '12 at 9:39





            Hmm, it works. I've installed vmware-tools and after a reboot of the host it works? I've also enabled port-forwarding.

            – Bytemain
            Apr 26 '12 at 9:39













            0














            You probably need to set up passthrough networking on the VM network interface so that it can connect to your actual network.






            share|improve this answer
























            • I don't understand?

              – Bytemain
              Apr 25 '12 at 16:09
















            0














            You probably need to set up passthrough networking on the VM network interface so that it can connect to your actual network.






            share|improve this answer
























            • I don't understand?

              – Bytemain
              Apr 25 '12 at 16:09














            0












            0








            0







            You probably need to set up passthrough networking on the VM network interface so that it can connect to your actual network.






            share|improve this answer













            You probably need to set up passthrough networking on the VM network interface so that it can connect to your actual network.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 25 '12 at 15:47









            JoshJosh

            3722718




            3722718













            • I don't understand?

              – Bytemain
              Apr 25 '12 at 16:09



















            • I don't understand?

              – Bytemain
              Apr 25 '12 at 16:09

















            I don't understand?

            – Bytemain
            Apr 25 '12 at 16:09





            I don't understand?

            – Bytemain
            Apr 25 '12 at 16:09











            0














            NAT prevents inbound access from outside. That's what it's meant to do. Configure your VM network adapter as bridged for any server running in a VM.





            share








            New contributor




            Vollbracht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              NAT prevents inbound access from outside. That's what it's meant to do. Configure your VM network adapter as bridged for any server running in a VM.





              share








              New contributor




              Vollbracht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                NAT prevents inbound access from outside. That's what it's meant to do. Configure your VM network adapter as bridged for any server running in a VM.





                share








                New contributor




                Vollbracht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                NAT prevents inbound access from outside. That's what it's meant to do. Configure your VM network adapter as bridged for any server running in a VM.






                share








                New contributor




                Vollbracht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share


                share






                New contributor




                Vollbracht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 8 mins ago









                VollbrachtVollbracht

                235




                235




                New contributor




                Vollbracht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Vollbracht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Vollbracht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f416757%2fconnecting-a-webserver-from-host-to-guest-vmware-os%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                    Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                    looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...