FvEldijk
FvEldijk

Reputation: 107

Debugging iPad Safari with Vorlon

I am trying to debug my javascript application while running on iPad Safari using Vorlon.

In the application HTML-code I have implemented the script link:

<script src="http://192.168.1.134:1337/vorlon.js"></script>

The IP is the IP of the Vorlon server, which is on my laptop. Running the app on the laptop - the same as the server is on - results in a new client connection in the Vorlon console. But on the iPad the app does not connect to the Vorlon server.

On my Galaxy Tablet the result is the same, no connection. No matter what browser. Tried Chrome and Firefox on the tablet.

I have checked the firewall on the laptop and made sure the 1337 port is allowed.

The laptop runs Ubuntu 17.04

Upvotes: 1

Views: 421

Answers (1)

FvEldijk
FvEldijk

Reputation: 107

Timothy was right. But to be a bit more exact: the WLAN router I got from my internet provider has a WLAN interface and four LAN interfaces. It turns out that nodes on the WLAN can not see each other, but they can see the machines connected to my LAN interfaces, like my NAS, my PC and the printer.

So the iPad - connected to the WLAN - is able to connect to the Vorlon-server on my PC and I now can start debugging.

Upvotes: 0

Related Questions