Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-25-2008, 04:05 PM
2015feb25@gmail.com
Guest
 
Posts: n/a
Default VPN over wireless

I have a pc that is behind a wireless router which in turn is
connected to a cable modem. I would like to secure the connection
between the pc and the router to prevent packet sniffing and would
like to use vpn to secure this connection.

The router does support vpn connections and I have generated an RSA
key. I'm just not sure of the steps that need to be implemented on
the pc and would appreciate some help or if someone could direct me to
a tutorial on this topic.

Reply With Quote
  #2 (permalink)  
Old 02-25-2008, 05:46 PM
Steve Pearce
Guest
 
Posts: n/a
Default Re: VPN over wireless

On Mon, 25 Feb 2008 08:05:01 -0800 (PST), 2015feb25@gmail.com wrote:

>I have a pc that is behind a wireless router which in turn is
>connected to a cable modem. I would like to secure the connection
>between the pc and the router to prevent packet sniffing and would
>like to use vpn to secure this connection.


Is the data so sensitive that WPA/WPA2 is insufficient in itself?

Reply With Quote
  #3 (permalink)  
Old 02-26-2008, 01:12 AM
Bill Kearney
Guest
 
Posts: n/a
Default Re: VPN over wireless

So why not just use WPA for the wireless link?

As for the VPN setup, that's not a wireless question, it's more of a general
networking question. That and it will vary quite a bit depending on what
brand/model router is being used.


<2015feb25@gmail.com> wrote in message
news:82c44ad4-5f54-44a0-b016-a10a9a779910@q78g2000hsh.googlegroups.com...
>I have a pc that is behind a wireless router which in turn is
> connected to a cable modem. I would like to secure the connection
> between the pc and the router to prevent packet sniffing and would
> like to use vpn to secure this connection.
>
> The router does support vpn connections and I have generated an RSA
> key. I'm just not sure of the steps that need to be implemented on
> the pc and would appreciate some help or if someone could direct me to
> a tutorial on this topic.




Reply With Quote
  #4 (permalink)  
Old 02-26-2008, 02:20 AM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: VPN over wireless

2015feb25@gmail.com hath wroth:

>I have a pc


Maker, model, operating system, wireless card, etc???

>that is behind a wireless router


Maker, model number, hardware version, firmware version????

>which in turn is
>connected to a cable modem.


Maker, model number, ISP name, speed of service????

>I would like to secure the connection
>between the pc and the router to prevent packet sniffing and would
>like to use vpn to secure this connection.


WPA2 isn't secure enough? Are you running an open wireless system for
the neighbors to use and a VPN is your way of repairing the inevitable
security holes?

>The router does support vpn connections


Does it terminate the VPN connection? Or does it merely support "VPN
passthru? What type of VPN (PPTP, IPSec, SSL, etc)? Are you using a
3rd part VPN client manager?

>and I have generated an RSA
>key.


The RSA key is for authentication, not authorization. That's a nice
feature to insure that nobody has spoofed or stolen your connection,
but is not necessary for the basic operation. All VPN clients can use
something local to provide authentication, such as the MAC address, IP
address, machine serial numbers, or X.509 certificate?

>I'm just not sure of the steps that need to be implemented on
>the pc and would appreciate some help or if someone could direct me to
>a tutorial on this topic.


Tutorial? First you supply:
1. Exactly what are you trying to accomplish?
2. What do you have to work with (hardware, software, etc)?

--
Jeff Liebermann jeffl@cruzio.com
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558

Reply With Quote
  #5 (permalink)  
Old 02-26-2008, 04:46 PM
William4
Guest
 
Posts: n/a
Default Re: VPN over wireless

....
>
> The RSA key is for authentication, not authorization. That's a nice
> feature to insure that nobody has spoofed or stolen your connection,
> but is not necessary for the basic operation. All VPN clients can use
> something local to provide authentication, such as the MAC address, IP
> address, machine serial numbers, or X.509 certificate?
>


Do WEP/WPA/WPA2 encrypt each packet? - so that if you were to sniff the rf
as it were you would not be able to see data in the raw; over and above any
authenification etc. - without the key or a hack.
In that case, without using external (server & client VPN) software a wifi
link is probably more secure than then wired. [Now to just make it work
reliably ...]

Says the one on wired lan with the wifi currently switched off..


Reply With Quote
  #6 (permalink)  
Old 02-26-2008, 05:12 PM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: VPN over wireless

"William4" <w4@news.com> hath wroth:

>...
>>
>> The RSA key is for authentication, not authorization. That's a nice
>> feature to insure that nobody has spoofed or stolen your connection,
>> but is not necessary for the basic operation. All VPN clients can use
>> something local to provide authentication, such as the MAC address, IP
>> address, machine serial numbers, or X.509 certificate?
>>


>Do WEP/WPA/WPA2 encrypt each packet?


No. Only the payload data packets are encrypted. Management packets
are sent unencrypted. Therefore, MAC addresses are easily visible,
but IP addresses are encrypted.

> - so that if you were to sniff the rf
>as it were you would not be able to see data in the raw;


I prefer my data cooked, not raw. With a sniffer, all you see with a
sniffer are the encrypted data packets and the unencrypted management
packets.

>over and above any
>authenification etc. - without the key or a hack.


Ummm... it's called authentication.
The key exchange mechanism varies with the type of encryption. You
can find the details on how they work with Google. The problem with
WEP is primarily that the key exchange mechanism is seriously flawed.
That was fixed with WPA. WPA can be cracked with a trivial (less than
8 characters) key, using brute force (trial and error) so use a long
random key. WPA2 added additional security in the form of a different
authentication mechanism and a more complex encryption mechanism.

>In that case, without using external (server & client VPN) software a wifi
>link is probably more secure than then wired. [Now to just make it work
>reliably ...]


True. I've found it much easier to just plug into a wired ethernet
switch (if available), than to sniff and decrypt wireless packets. Why
bang on the locked front door, when you can go around back and crawl
through a wide open window?

With a VPN, only the packets going between the VPN client and VPN
server (or VPN termination) are encrypted and secure. If you
subscribe to an online VPN service, such as:
<http://wireless.wikia.com/wiki/Wi-Fi#VPN_Service_Providers>
it's only secure between the VPN endpoints. The traffic between the
VPN server and the rest of the internet are unencrypted.

>Says the one on wired lan with the wifi currently switched off..


It's rather difficult to sniff packets on equipment that's turned off.

Disclaimer: I are not a security expert.

--
Jeff Liebermann jeffl@cruzio.com
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558

Reply With Quote
  #7 (permalink)  
Old 02-27-2008, 05:27 PM
William4
Guest
 
Posts: n/a
Default Re: VPN over wireless


>
>>Says the one on wired lan with the wifi currently switched off..


- that was me.

>
> It's rather difficult to sniff packets on equipment that's turned off.
>
> Disclaimer: I are not a security expert.
>

But good stuff nonetheless, taa.

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FAQ for AT&T/Cingular Wireless John Navas alt.cellular.cingular 4 02-20-2008 06:06 PM
FAQ for AT&T/Cingular Wireless John Navas alt.cellular.attws 4 02-20-2008 06:06 PM
MIMO-OFDM High Speed Wireless Communication from NASA NotMe alt.internet.wireless 0 01-08-2007 02:44 PM
The Repeater, Access Point, Laptop Triangle of Death (Please Help) TheKingsCrown Network Troubleshooting 9 04-25-2006 05:01 AM
Hacking attempt? MoNk Wireless Networking Discussion 1 05-11-2005 10:21 AM


All times are GMT. The time now is 09:15 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45