I connected my cellphone (android) to my pc as hotspot throgh wifi while using XAMPP and it is easy to connect to localhost by it's ip address. My problem is http://localhost can not be loaded and I want to open http://localhost in my cellphone browser like Chrome to connect to localhost on pc.
Tnx :)
Related
I'm hosting a server on my laptop, to make it reachable from the outside I'm using No-IP.
When I'm connected to my home Wi-Fi I can easly reach it from other computers because I've opened my router port, but when I'm connected to my mobile hotspot I cannot reach the server from other devices, that's because the ports aren't open. How do I open mobile hotspot's port to make the server reachable?
I am running XAMPP on my windows 10. and installed WordPress site. All working fine on my pc and other PCs in my network.
I just changed my router.
My site is working on my PC but not working on other PCs.
When i connect with WiFi, its working. If i connect with cat5 wire, its not working.
Check your IP-Addresses and network configuration (e.g.: Gateway). Port Forwarding may also be needed on the new router.
For a better answer I'd need more details. For example, can you ping the other PCs on the network? Are you able to connect to the internet?
You should also check your firewall.
I have an asp.net website and i have hosted is locally using iis.
http:localhost:3314
I have a TpLink router with ip 192.168.0.101. When i used ipconfig it show the ip address of the device 192.168.0.101 and the default gateway 192.168.0.1.
This is my laptop and connected via wifi. Also the website is locally hosted on this laptop.
Then i connect my mobile via wifi it also show the ip adress 192.168.0.101 to the mobile.
My question is that how do i access my website from my mobile or other computers.
The devices cannot have the same IP due to conflicts!
Maybe DHCP is enabled and you have to disable this option.Otherwise if the device has for example the ip 192.168.1.56 then the site will be accessible via http://192.168.1.56 .if that doesn't work, there is a chance that there is a firewall running on your computer, or the httpd.conf is only listening on 127.0.0.1
I am having bit of a peculiar problem. Windows Phone 8 Emulator is unable to connect to internet when my host laptop is connected to WiFi. However, internet freely works when I connect the laptop using LAN to the same router. I checked and compared the configuration in both the cases. It is exactly the same! Here are screenshots of both the cases.
On WiFi adapters look like this and there's not internet on the emulator:
On wired connection, adapters look like this and internet happily works:
I'm totally confused about this. Everything worked on Windows 8. After upgrading to Windows 8.1 problems started.
When you connect to WiFi, verify the IPv4 settings in vEthernet(Windows Phone Emulator Internal Switch);
In IPv4 setting -> General Tab -> select "Obtain an IP address automatically"
-OR-
Try adding IP address manually in the IPv4 settings.
also add the Preferred DNS Servers and Alternate DNS server
I hope this helps.
I have setup a website in my local pc (IIS). I can access the site with my computer using
"http://localhost:8088" and "http://myip:8088" but I can not access the site from another pc in network.
Anyone can tell me how can i do it??
If you PC is on a domain the you need to add your PC's name/network name and IP in the hosts file located at C:\Windows\System32\drivers\etc of the other PC. Also ensure that port 8080 is available on open on the remote PC. Ensure that the other PC can ping your PC or at least connect to it if ICMP packets are switch off. For multiple PC on the domain I suggest setup DNS and your IIS settings properly to expose your PC to everyone.