Access Another Machine within a Hotel's Protected Network

1

I'm at a hotel right now and I need to do some dev with a Linux machine and a Windows machine. I need to access a web app that's running on the Linux box from the Windows for browser testing.

While both computers are on the same network (local IP addresses of 192.168.6.47 and 192.168.6.6 respectively), they can't see each other. All pings die, and attempting to access the app results in a 404 error. I assume certain protections on the network are preventing the machines from communicating.

Is there any clever way to get the two machines to chat? I'm open to any suggestions.

fny

Posted 2013-09-06T02:44:38.747

Reputation: 199

4Crossover cable? – 50-3 – 2013-09-06T02:54:41.270

A brilliantly simple solution for tomorrow. I doubt I can find one right now (it's 11PM here). – fny – 2013-09-06T02:59:21.060

Build linux drives to make the NIC in the linux box act as the crossover? – 50-3 – 2013-09-06T03:19:40.560

Create an ad-hoc network instead of using the hotel network. – rblake – 2013-09-11T01:20:45.470

Answers

3

You can set up a hamachi vpn between the two machines. Sounds the AP's are running in isolation mode, so you may have better luck routing out and then back in if you can't get the cable or go to a 24 hour store like wal mart and get a switch and cabling. win client https://secure.logmein.com/products/hamachi/download.aspx

linux client https://secure.logmein.com/labs/

moeed

Posted 2013-09-06T02:44:38.747

Reputation: 46