Can't access APEX server from another same network PC - windows

I have Oracle APEX 5.X installed over Oracle Express DB on windows 10 on a virtual machine.
I turned off all firewalls on the guest windows 10 VM and added all outbound and inbound rules to allow connecting to Oracle APEX port 8008.
I ran execute dbms_xdb.setListenerLocalAccess(l_access => FALSE); to allow accessing the APEX server over network instead of just localhost.
Now, What I'm able to do:
I can ping the guest machine IP address (192.168.100.2) from other
PCs on the network
I can open Oracle APEX inside the guest machine
192.168.100.2:8080/apex
What I can't do:
I can't open 192.168.100.2:8080/apex from any other PC in the same
network. I get an error: This site can’t be reached
192.168.100.2 refused to connect.
I searched for 5 hours now without any help.

Issue solved after connecting the laptop with the VM to a wired LAN connection instead of wireless.

Related

Use Windows VPN connection to Azure P2S VPN from MacOS

Scenario:
Windows 10 Virtual Machine hosted using Parallels on MacOS Catalina
Azure VPN - Basic SKU
Shared Network setup using Parallels
I can successfully connect to the Azure VPN using a Point-to-site connection from the Windows 10 installation.
Problem: I would like to use the VPN connection (established by Windows 10 VM) with macOS Host. Is this possible?
I have tried adding a static route on Mac OS as below, where 10.200.0.0/16 is the Azure Network CIDR, and 10.211.55.6 is the IP address of the Windows 10 VM on Parallels.
sudo route add -net 10.200.0.0/16 10.211.55.6
But this does not work. Any suggestions, or is there no way to share the VPN connection even with custom routing configuration?
Note. I understand that you can connect to Azure VPN from MacOS using the Standard SKU of Azure VPN, but would like to see if it is possible without.

Windows 10 Docker Container Clients can't access SQL on Host

Set up is:
Windows 10 Pro 64 bit
All Hyper-V and Container features turned on
Full Sql Server, standard port 1433
Visual Studio 2017
Docker Community Edition Version 18.03.1-ce-win65 (17513)
Stock Windows 10 Firewall rules and security Polices
No additional anti-virus or security
I built a POC .net core 2.1 service in VS2017, added docker support. For test purposes I am trying to connect to the Sql Server from the service. I understand it runs in its own private network. When I run the service as a standalone outside of docker, it connects to Sql fine, so all that is working. Inside of the container it can't connect. I'm specifying the IP of vEthernet (nat).
If I turn off Windows Firewall, then it can connect. When I turn on firewall logging, I can see the packets are being dropped.
In network and sharing, my PC appears in the Network / Private Network group and the vEthernet (default switch) and vEthernet (nat) appear in the Unidentified / Private network group. Access type is No network access.
My PC is connected to the internet via a wi-fi router, so I don't want to open up a big fat security hole, but I'd like the container to be able to connect.
I can't specify the IP of the container since that is dynamic.
How should I set things up to let the containers connect to the Sql?
Maybe, Hyper-V is not connected to the local sever. Open Hyper-V Manager and connect to server...

Hyper V Networking - connect to local webserver VM

I'm running windows 8 pro and have a VM running windows server 2008 for development purposes.
When I set up my VM to have external network access it is given a local network IP and I can connect to it from the host machine and all is well.
However when I am commuting I have no external network access and am unable to connect to the VM using my web browser.
Is it possible to set up some form of internal VM network which allows me to connect to the VM's without an external network connection?

From Win 8 host machine can't access Oracle on VMWARE using WS 2008

I've just created a vmware virtual machine with Windows Server 2008 and intalled Oracle XE 11g.
On the host system (Windows 8.1), I am trying to connect to this Oracle Server through SQL Developer, without any success. The error I get is:
Status: The Network Adapter could not establish the connection
The network is set to Host-only: A private network shared with the host, and I can ping to it from the host machine.
Also I have already disabled the firewall in the VM.
Can anyone help me on this?
Thanks in advance.
Faced the same problem, I was need to connect from host to vm oracle database, my solution below
Use network bridge adapter om VM
Set static IP address on VM
Disable vm firewall or forward port (1521)
Stop database instance, listener etc
Edit ORACLE_HOME/network/admin/tnsnames.ora and
RACLE_HOME/network/admin/listener.ora to change localhost on
static ip
Start database

Setup VPN to accept incoming connection on VMplayer

I have VMware player 5.0.2 installed in Win8 64bit host and running Win7 as Guest.
I'm trying to set up Win7 guest to receive VPN connection (PPTP), but it is not working, the VPN connection request keeps being disconnected.
Is it possible to create VPN on a bridged network? I am aiming to get the Guest Win7 to accept incoming VPN connections and allow the Win7 Guest to access the outside through VPN. Any clue or suggestions?
Yes we can setup VPN connection on a bridged network. It is possible to dial from my XP machine to a VPN server set up on a windows server 2008 which was running on VMWare.

Resources