I have installed siebel client and tools on my Virtual Machine.
I can access the siebel web client using http://localhost/start.swe?
My goal is to connect to Siebel web client on Virtual Machine from my local machine.
why cant i acces the client using my VM local ip address like http://10.0.x.x./start.swe?
Please let me know what i am missing.?
I havent install Siebel Enterprise server and Siebel Web Server Extension.
Do i need that ??
There are a few things you would need to check such as firewall, NAT and port forwarding settings.
This link walks you thru an example.
Hope this helps
Related
I am setting up MDT , where my virtual box VM hosts the server & the deployment share directory.
My client (those which I want to upgrade to Windows 10) need to access the deployment share folder. Clients are across the LAN network .
What changes should i make to enable my client machines to access the folder which is in a virtual machine ?
Configure the network adapter of the virtual machine to Bridge adapter, it will get an ip from the network and then can be accessed from other computers on that network. (If you are using Virtualbox).
Hope it helps.
Regards.
I am running Vagrant and VirtualBox on Ubuntu 14.04. My web app is built with Laravel and uses Homestead.
The application makes a web service call to a machine on my local area network. I can successfully reach the server from my OS web browser.
However, my web application cannot access this web service as it does not appear to be sharing my local network settings.
Based on my Google searches I have tried changing the Network settings in VirtualBox under the "Attached To" setting. Changing Adapter 1 to Bridged Adapter. However, this did not work.
Is there a way to allow my VM to communicate with a web service on my LAN?
aaronfarr,
I have as host Win7_64 with VirtualBox and as VM an openSuse.
With network configured like in the below picture and also inside VM the same proxy settings like on host, I can do same things both on VM and host machine.
I am new on computer networking. I install Apache server on my Ubuntu desktop computer. And i made a website on this PC. When i connect my PC With internet using a dial-up (Mobile Broadband) modem then i find my public IP or IPv4 address on my connection status. When i type this IP address on my PC browser it runs my web-app or website. But when i use the same IP address on my another computer that can't open my website. I also try IIS server with windows server and windows desktop. My public IP work only my PC but not other PC. Can anyone tell me what is the way to connect my PC or Server with internet and people can access my web-app from internet.
Did you try ping? If you cannot reach the server using that method, your connection problem has nothing to do with the web server. That's a start :-)
How do I access a Windows Azure WCF Services on a Windows Phone 7 Device on a local development machine. I've tried my local IP and also switched off my firewall. Nothing helps. Do we have any cool hacks for that?
Ok so you're trying to access the emulator on your development machine with a real Windows Phone device? Officially this isn't supported, since the emulator only accepts local connections. But you can use the port forwarding features available in Windows to bypass this limitation:
netsh interface portproxy add v4tov4 listenport=8081 connectport=81 connectaddress=127.0.0.1
Now, instead of having your WP7 connect to yourip:81 you should configure the device to connect to yourip:8081.
I am running windows server 2008 in vmware workstation and there I have installed sharepoint 2010.
How can I view a sharepoint site from my host machine, so from my windows 7?
Any ideas? Thank you
It depends on the network configuration you assigned to your VM. If you didn't isolate your VM, you should be able to ping it from your host (assuming they share the same network settings - subnet mask, gateway, ip class, ...) and access your SharePoint site from the host.
Also make sure that the native firwall on your server is allowing inbound / outbound connection with the relevant port (at least :80).
Cheers.