Sponsored Content
The Lounge What is on Your Mind? Do You Use Your Mobile Phone to Access the Internet? Post 302300473 by Neo on Tuesday 24th of March 2009 08:42:44 AM
Old 03-24-2009
Quote:
Originally Posted by pludi
No, but with access points that are almost, but not completely, unprotected. I mean, who still ships out APs using WEP as the default "encryption"? (Whoever it is, thank you for hours, nay days and weeks, of free internet access)
Most people use GPRS to access the Internet from their mobile, so you are being a bit "alarmist" over nothing. WEP is a wireless LAN protocol, not a GPRS protocol.

Talking WEP is not germane to mobile phones and most WEP users are laptop users.

Let's not turn this into a security "frighten everyone" discussion, please.

PS: This year so far I have had more car accidents than people hacking into my mobile phone Internet access, so if, as pludi says, we need to be so afraid of mobile phone Internet access, then I should never drive a car. In addition, drinking in discos I have had a least two drunk guys want to start a fight this year (over smiling, beautiful women), which is two more than anyone has hacked into my Internet mobile access, so I better not drive a car or go do any discos, since the risk is higher.

In other words, let's do don't go down this path of "let's be afraid"..... thanks so much.
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to forward email to mobile phone?

could anyone tell me how to forward ur email to mobile by writing a unix script? (4 Replies)
Discussion started by: gusla
4 Replies

2. Solaris

Internet access on Solaris 10 through TATA Indicom Wireless Phone

Hi, I am trying to configure Solaris 10 for Internet Connection. I have a PC (Celeron 1.7Ghz, 512 MB RAM, Gigabyte 8LD Motherboard). The Wireless Telephone Specs are: TATA Indicom Walky. Further product details are as follows ( I did not understand most of what it says. I have given... (0 Replies)
Discussion started by: priteshugrankar
0 Replies

3. IP Networking

Internet access on Solaris 10 through TATA Indicom Wireless Phone

Hi, I am trying to configure Solaris 10 for Internet Connection. I have a PC (Celeron 1.7Ghz, 512 MB RAM, Gigabyte 8LD Motherboard). The Wireless Telephone Specs are: TATA Indicom Walky. Further product details are as follows ( I did not understand most of what it says. I have given it... (0 Replies)
Discussion started by: priteshugrankar
0 Replies

4. What is on Your Mind?

What Company Makes Your Mobile Phone?

Without getting into the exact models (which change all the time anyway), who makes your (primary) mobile phone? (35 Replies)
Discussion started by: Neo
35 Replies

5. IP Networking

I can't get the mobile Internet connection using a dongle.

Hi My computer is a 64 bit one and it has AMD processor. I installed Fedora Core and tried in vain to configure the dongle given by 3. I mean to get mobile internet to my desktop computer. I bought the dongle from 3. I know the company 3 is in many European countries. I downloaded... (0 Replies)
Discussion started by: Toxic
0 Replies
UPGT(4) 						   BSD Kernel Interfaces Manual 						   UPGT(4)

NAME
upgt -- Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g wireless network device SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ehci device uhci device ohci device usb device upgt device wlan Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_upgt_load="YES" DESCRIPTION
The upgt driver supports the USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset. These are the modes the upgt driver can operate in: BSS mode Also known as infrastructure mode, this is used when associating with an access point, through which all traffic passes. This mode is the default. monitor mode In this mode the driver is able to receive packets without associating with an access point. This disables the internal receive filter and enables the card to capture packets from networks which it wouldn't normally have access to, or to scan for access points. upgt supports software WEP. Wired Equivalent Privacy (WEP) is the de facto encryption standard for wireless networks. It can be typically configured in one of three modes: no encryption; 40-bit encryption; or 104-bit encryption. Unfortunately, due to serious weaknesses in WEP protocol it is strongly recommended that it not be used as the sole mechanism to secure wireless communication. WEP is not enabled by default. The upgt driver can be configured at runtime with ifconfig(8). FILES
This driver requires the upgtfw firmware to be installed before it will work. The firmware files are not publicly available. A package of the firmware which can be installed via pkg_add(1) is available: http://weongyo.org/project/upgt/upgt-firmware-2.13.1.0.tar.gz HARDWARE
The upgt driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: o Belkin F5D7050 (version 1000) o Cohiba Proto Board o D-Link DWL-G120 Cohiba o FSC Connect2Air E-5400 USB D1700 o Gigaset USB Adapter 54 o Inventel UR045G o Netgear WG111v1 (rev2) o SMC EZ ConnectG SMC2862W-G o Sagem XG703A o Spinnaker DUT o Spinnaker Proto Board EXAMPLES
Join an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev upgt0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig wlan create wlandev upgt0 ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev upgt0 ssid my_net wepmode on wepkey 0x1234567890 weptxkey 1 up SEE ALSO
arp(4), netintro(4), usb(4), wlan(4), ifconfig(8) HISTORY
The upgt driver first appeared in OpenBSD 4.3. AUTHORS
The upgt driver was written by Marcus Glocker <mglocker@openbsd.org>. The hardware specification was reverse engineered by the people at http://www.prism54.org. CAVEATS
The upgt driver just supports the USB 2.0 devices (GW3887 chipset) but not the USB 1.0 devices containing the NET2280, ISL3880, and ISL3886 chipsets. Some further efforts would be necessary to add USB 1.0 support to the driver. BSD
April 17, 2008 BSD
All times are GMT -4. The time now is 07:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy