Recommended Posts

My new job often has me staying in hotels for extended periods of time and requires me to send in sensitive information over the hotel's network. What would my options to improve security be? VPN tunnel to my home network?

Edit: I should have proof read the title...

Doesn't your company provide vpn access?

And this info your sending over the net is in clear text? I would have to hope your using a SSL/TLS connection to send this info?

Doesn't your company provide vpn access?

And this info your sending over the net is in clear text? I would have to hope your using a SSL/TLS connection to send this info?

I work on short-term projects with various companies for short durations (two to six weeks). Nobody provides secure methods of doing anything. On top of that, I still have to do all my personal stuff online over completely open hotel networks. So far, I've just been having my wife take care of it all. Most of what I'm protecting is my personal information. I'd like to be able to do this all in a more secure setting than completely-wide-open-hotel-network.

Again how are you sending this info?

Email, ftp, posting on neowin over http? Twitter?

I highly doubt your accessing your bank via just http for example.

Yes in "theory" it would be possible on the same wifi network to sniff your traffic. But I find it unlikely in this day an age that your sending personal info over a non secured connection like http?

So why yes it might be possible for them to sniff your dns traffic, and that your surfing neowin, etc. I am not clear on what personal info your concerned is in the open?

Are you worried about them running a man in the middle attack on you and presenting your box with invalid SSL certs so that they can view your traffic in the clear?

Would a 3/4G dongle not be an option ?

If I ever upgrade from a dumb-phone (but I need batterly life more than I need internet access on my phone).

Again how are you sending this info?

Email, ftp, posting on neowin over http? Twitter?

I highly doubt your accessing your bank via just http for example.

A lot is done by e-mail.

If I ever upgrade from a dumb-phone (but I need batterly life more than I need internet access on my phone).

I was meaning a separate USB dongle to plug into the laptop rather than your phone, not sure if you have pre-pay 3/4G dongles over there

Or are you using wifi on your phone?

"A lot is done by e-mail."

And your sending email over just HTTP? You sending directly to some box using smtp? Not inside a TLS connection?

Who do you use for email? Google provides https for your email, etc.

Even if you run a vpn to your home.. Where is the email server.. That traffic is going to be in the clear from your home network or where ever the vpn end point is to the email server. And then when that email gets sent to dest, its going to be in the clear as it gets sent to the recv server.

Email is sent all over the internet in clear.. Not sure why you would be worried about the traffic between you and the server, when from that server to where you sending is open ;) You could always encrypt your email if you worried about the security of email. But a vpn does not really solve that issue in general.

To correctly secure what your worried about, we need to understand what it is your worried about. Sure a vpn would hide the traffic from the local network your on to where the vpn endpoint is. But what are you moving over the local network that would be of concern.. Most anything that would be of concern should already be inside a endpoint to endpoint encryption method. HTTPS for example. This secures your traffic from your client to the endpoint. So a VPN does not really provide any more security for that sort of connection.

What I do when I have to use an open hotel network is:

- I have a Cisco PIX 515 that was picked up for cheap, running the latest software and it supports IPSec VPN clients

- I tunnel into my home network via the Pix and since I do not enable split-tunneling, all vpn internet traffic is hair-pined back out the outside interface of the PIX. Thus it's like i'm surfing from home.

Alternatively, you can setup an RDP server at your home, with SSL and NLAuthentication that you surf/send your email with at your home network. I know how you feel surfing on a public wifi network... Even the neowin login page is not encrypted...

"Even the neowin login page is not encrypted..."

Very valid point!! But then again its not encrypted when you log int from your house either ;) So anyone between your house and neowin could in theory see that traffic. Which is an issue I will be posting about in a few minutes to be sure.

If that sort of thing is his concern, then yes a vpn would keep people on that local wifi network from sniffing his traffic and seeing his neowin login. Last I checked neowin wasn't a bank ;) Is someone going to login as you and make some bad posts? All kidding a side that is a valid example.

But you don't need a pix at home to secure his traffic from local wifi - simple ssh tunnel to something outside, home, vps, etc.. would secure such traffic.

Ways to secure your communication without a ton of effort.

If you have a home machine that is on all the time, setup either RDP (if its a XP Pro / Win7 Pro / Win8 Pro or higher machine) or setup a VPN or SSH tunnel.

If all you're doing is e-mail, setup SSL or some other encryption that your e-mail server has for your in-bound and outbound servers.

But you don't need a pix at home to secure his traffic from local wifi - simple ssh tunnel to something outside, home, vps, etc.. would secure such traffic.

of course not, it's a convenient leftover from my ccnp heh. The thing I am concerned with is not once you leave the local net but packet sniffers on the same snet sharing the free open wifi at the hotel... There if you surf to and log in to sites like neowin is where passwords get compromised

I hear you - and just posted about the login being in the clear on the site issue section. That needs to be corrected!!! That is BAD PRACTICE for something like that to be in the clear.

You would hope most sites would not be setup as such - but you make a valid point! And yes the way to secure such things from the local wifi sniffers (guy next room maybe) Or at an airport would be with a vpn or tunnel to something outside that location.

Problem is that solution does not actually fix the root of the problem - that the username and password would be sent in the clear is the root of the problem. And I am hoping that is just a oversite on neowins part. Most sites should not have such info in the clear -- does not mean they can not intercept your cookies if that is not encrypted as well and get logged in as you, etc..

So again you make a valid point -- what I was fishing for was the OP to state such concerns. As I stated before you have to understand what your worried about or the details of the security problem to make sure you secure it correctly.

Oh, oh oh! I just thought of another secure system while out and about ... Dial up! ... lol sorry, couldn't resist. I think AOL still has some dialup ... somewhere ... haha.

Oh, oh oh! I just thought of another secure system while out and about ... Dial up! ... lol sorry, couldn't resist. I think AOL still has some dialup ... somewhere ... haha.

Long distance phone charges on the hotel bill! :wacko:

Hello,

As a slight modification of the suggestion to use a 3G/4G USB dongle, I would suggest a 3G/4G "Mi-Fi" personal hotspot. These are little (about the size of a couple of business card case holders stacked together) battery-powered routers which bridge an 802.11b/g/n connection to a 3G/4G radio. Advantage of using a hotspot over a USB dongle is that multiple devices (typically up to five) can connection at once (tablet, smartphone, laptop) which is useful if you are traveling with with co-workers, a spouse and so forth. There are a few pay-as-you-go ones, as well as with services from the normal carriers. I have used devices from Novatel Wireless and Samsung on AT&T and Verizon and found that on 4G they typically outperform hotel and coffeeshop wireless connections. Disadvantage is, of course, that it requires the purchase of additional hardware plus a monthly recurring cost for billing, but as a business expense you would at least be able to deduct it.

Regards,

Aryeh Goretsky

I don't really see the reason to bring your own connection to the party? Sure if the OP has issues with getting a connection than that is one option, and would be more secure than open wifi from the standpoint of other users of the wifi sniffing his traffic for stuff in the clear.

So to clarify the issue - is other open wifi users sniffing traffic and gleaning information from stuff sent in the clear. Be it a misconfigured website that does not https the login (sad to say like neowin). Or snagging the cookies and highjacking a logged in session, etc.

So to mitigate this specific problem, then yes a vpn to a location off the wifi network would be simple easy solution. This could be as simple as ssh session to a location outside the hotel and tunneling your browser traffic through that session. This takes 2 seconds to setup with putty and any ssh connection you might have. School, webhost serverver, vps, home, etc.

Or you could run actual vpn. Be it your home router supports it or you run a server on your network for it, etc. Now my router is pfsense - which has multiple vpn solutions built in. So I run openvpn on 443 tcp and the standard 1194 udp port.. You never know where you might not get udp ports outbound, this is why I like the 443 option. If you have internet access, its pretty good shot that 443 is open. The suggested ipsec vpn to a pix while that is a great solution - not all locations are going to allow a ipsec vpn which requires protocols 50 and 51 and some ports outbound that are not really standard - quite often you need static source port nat on the udp 500 port for passthrough, etc. I have been to some hotels where you have to ask for a special connection to be able to use that sort of vpn.

Where as a ssl based vpn normally can bounce off a proxy even.. So it a more robust option in my opinion.

If you don't have a location you can run your own vpn connection - then sure you could sign up for a service. Not a real fan, because now your routing all your traffic through a 3rd party that may or may not be reputable. Then is also Tor as an option - it is free, and would protect you from local wifi sniffing, etc.

If you can not run the vpn/ssh connection at home - or if you want a safety net for if your home connection is down. I would suggest you find a lowend sever for such duty. I have one that cost only $15 year - now it only allows for 500GB of traffic a month. But hey my home comcast is suppose to have a 250GB cap, so doesn't seem like an issue. Works out great as a vpn/ssh endpoint - I mostly use it for testing and you just can not beat the price.

http://www.lowendbox.com/

http://lowendstock.com/

etc..

BTW for those tablet users - openvpn has released official client for ios

https://itunes.apple...ect/id590379981

There have been options for openvpn for android for quite some time, but it was nice to see finally offer something for ios that did not require jailbreak/root access. And here is the official android openvpn client https://play.google....openvpn.openvpn

Openvpn server can be as simple to setup as launching a VM for your fav vm host, be it virtualbox, vmware, hyper-v, etc. If you router does not support it.

Hello,

I still use a VPN connection to get into work (actually several, but that's another story), but I was thinking in terms of getting off of the hotel's network (wireless or wired) in its entirety. It really depends on what your needs are and, of course, your budget. One nice thing about providing your own hotspot is the ability to use it in places where you have cellular coverage, but no or poor network connectivity.

Regards,

Aryeh Goretsky

This topic is now closed to further replies.
  • Posts

    • Google Finance is now out of beta with improved portfolio tracking and a new Android app by Karthik Mudaliar Google is taking its redesigned Google Finance experience out of beta and adding several new features, including portfolio tracking, scheduled market briefings, and a dedicated Android app. The company says the updates are beginning to roll out globally this week, while an iOS app is planned for later in 2026. The most notable addition is the new portfolio feature. Instead of entering every investment manually, users can upload a screenshot, CSV file, or PDF containing their holdings. They can also tell Google Finance what they own using natural language, such as the number of shares held in a particular company or fund. Google Finance will then place those investments into a dashboard showing performance, asset allocation, concentration risk, and the holdings responsible for the biggest gains or losses. Existing portfolios created with the older version of Google Finance should appear automatically. The built-in AI research panel can use the portfolio as context when answering questions. For example, users can ask which sectors are underrepresented or how their fixed-income allocation could affect long-term growth. Google says portfolio data will remain private and that uploaded files and images will not be retained. Users will also be able to edit or delete their portfolio information after it has been imported. Google Finance is also getting scheduled tasks. These let users request recurring reports such as a daily summary of overnight cryptocurrency movements or a weekly update about newly announced initial public offerings. There is also a new Google Finance app for Android. It includes watchlists, interactive charts, real-time market data, a live news feed, and the same AI research panel available on the web. Google has been gradually expanding the AI-powered Finance redesign since it first entered testing. In April, the experience was expanded to more than 100 countries, bringing its research tools, advanced charts, and market news to a much larger audience. That was followed by a wider European rollout in May, which added features including live earnings calls, transcripts, and AI-generated summaries. The ability to import an entire portfolio from a screenshot or document should make Google Finance considerably easier to set up. However, Android users will have to wait for feature parity with the web version, and Google has yet to say exactly when the iOS app will arrive.
    • I now have a option to switch to 26h1 on my x86 system right in windows updates.
    • Of all the companies, Microsoft is one of those who pushed for AI and make everything worse for consumers so they can take the blame
    • Elgato Stream Deck+ is now available at the lowest price by Taras Buria During Amazon Prime Day 2026, Elgato is offering a big discount on its Stream Deck+ accessory. This streaming and productivity accessory is now available for $141.99, thanks to a 21% discount. For those unfamiliar, the Stream Deck+ is a console-like device that features eight buttons with built-in displays. You can map these buttons to various actions and specify what each display shows. Unlike "classic" Stream Decks, the Plus model features four additional knobs for adjusting zoom, brightness, volume, microphone, and more. Above the knobs, there is a wide display that shows various values and sliders. Elgato's Stream Deck devices are highly customizable devices, and you can expand their capabilities using hundreds of plugins from the official Elgato Marketplace. You can create your own presets or use pre-made profiles to save time when configuring the device for specific apps. In the box, you get the Stream Deck+ itself, a USB Type-C to Type-C cable, and a user manual. The Stream Deck+ is a single-cable device, and all you need to set it up is to connect it to your computer and install the official Elgato app. Elgato Stream Deck+ - $141.99 | 21% off for Prime Members Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • Can you give an example of when you would want to use Rufus over the other or vice versa? Just wondering which is the "best".
  • Recent Achievements

    • First Post
      kinowa earned a badge
      First Post
    • Rookie
      krychek57 went up a rank
      Rookie
    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
    • Dedicated
      Scoobystu earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      410
    2. 2
      +Edouard
      168
    3. 3
      PsYcHoKiLLa
      132
    4. 4
      Xenon
      73
    5. 5
      Michael Scrip
      73
  • Tell a friend

    Love Neowin? Tell a friend!