Ubuntu Networking :: Create Wifi To Snif Information From Phone?

Jul 5, 2011

I want to monitor my Android phone's network traffic over WiFi. More specifically, I'm interested in which servers are queried (possibly silently) while my phone is connected. How can I accmplish it?

I have installed Wireshark on my box, and have a working usb adapter. How can I make my Ubuntu act like a router, so I will be able to snif packets through Wireshark?

View 9 Replies


ADVERTISEMENT

Ubuntu Networking :: Get Internet Connectivity To Phone Through Wifi?

Apr 21, 2010

I have an iphone, I am trying to get internet connectivity to that phone through wifi. I dont have a wifi router. But i do have a laptop with wifi card. I am connecting to internet via cable modem. In win7 I used to create an accesspoint and do the ics from ethernet card to share via wifi card. It used to work perfectly.

Now as I am sing ubuntu, i want to do the same. I have intalled firestarter, and shared the internet connection through wifi card(wlan0).After this I created an accesspoint using the gnome network applet. Now i can connect my ifone to ths accesspoint. But there is no internet connectivity in my fone.

View 7 Replies View Related

Ubuntu Networking :: Fails To Connect To Wifi From Phone?

Sep 9, 2010

Has anyone else experienced a failure to connect to a mobile network. I have root access wireless tether on my Droid X and I can't seem to connect to it. It times out. My buddies windows box can, and his Iphone will as well. I can see the network just fine, just no connection. Tried changing frequencies as well. And restarting both the phone and laptop.

View 3 Replies View Related

Ubuntu Networking :: Information About Open WiFi Network And Web Authentication

Nov 27, 2010

I have to setup a WiFi network for a hotel. There are several possibilities, but for me the best one is to setup a open Wifi network with web authentication for single user. What is the best solution in terms of compatibility, security, reliability, etc? I don't know many solution for web authentication, only the RADIUS project.

View 1 Replies View Related

Networking :: Create A Script To Display DNS And IP Address Information?

Jan 5, 2011

I have been playing with Linux consistently for a couple of months now. I've been a Windows sys. admin for most of my career, so Linux is pretty strange for me. I started off with computers way back with the TRS-80 and then eventually moved to DOS systems. So the command line interface (CLI) of Linux was not completely alien to me, yet my lack of knowledge on the syntax and commands is holding me back. I have come a long way.

Recently I needed to play around with some DNS settings and one of the commands I used frequently in Windows, IPCONFIG /ALL, doesn't have a direct relative that displayed the same information. If you run ifconfig, it doesn't return the DNS servers you are currently using. You have to run a separate command to retrieve that information.

What I have done is created a super simple script that displays the network information for my primary LAN adapter, which is ETH0 in my case. After that, it shows the domain and name server information. Then it pauses for 20 seconds before closing the terminal window.

Here are the contents of the script file:

ifconfig -a eth0
cat /etc/resolv.conf
sleep 20

I simply right-clicked the Linux desktop, choose Create Document, Empty File. I named it something like Network Info. Then I opened it and put this information in it, saved it, and closed it. I renamed the file and added a .sh extension to the end which makes it into a script file. Next, right-click the script and go to properties. In the Permissions tab, check the box next to Execute: Allow executing file as a program. Then click close.

To run the script, just double-click the icon and then click Run In Terminal at the prompt. The terminal window opens, displays the information, and exits after 20 seconds. If you need it longer than that or need a different interface (such as wlan0 for your wireless), you can change or even add that in.

This was all done in Ubuntu 10.10. I know it is very simple and very straight forward and welcome thoughts and feedback about simpler ways to do this. For me, the old-school Windows admin, it's a baby step in the right direction. I am really enjoying learning the Linux OS.

View 7 Replies View Related

Ubuntu Networking :: USB Tethering To Phone Doesn't Work Unless Phone Is Plugged In During Boot?

Jan 14, 2011

It's installed as a mobile broadband connection. Only works if my phone is plugged in during boot, otherwise plugging in my phone does nothing. For example, I booted my netbook earlier today but my phone wasn't plugged in. Tethering did not work, it just acts as if it isn't present. I rebooted (with my phone still attached) and now tethering magically works.

View 5 Replies View Related

Ubuntu Networking :: Can't Create An Ad-hoc Wifi Connection

Aug 5, 2010

I just removed ubuntu-desktop in favor of kubuntu-desktop. Now I can't create an ad-hoc wifi connection however hard I tried from network-manager. It simply is not visible to other PCs. And when some connection is created on another ubuntu PC, I can't connect to it.. I switched NM off and tried the CLI way.

[Code]

View 1 Replies View Related

Ubuntu Networking :: Create Script To Set Wifi Interface's Power Lower?

Sep 30, 2010

I am a noob in Ubuntu and I would like to create and script or file which when clicked sets my WiFi interface's power lower, down to 7dBm. I already know how to do it by typing on the terminal, I just write:

#sudo -s
#my password
#iwconfig wlan0 txpower 7dBm

[code]...

View 2 Replies View Related

Ubuntu :: Setting Up Wifi To Use Internet On Android Phone?

Oct 20, 2010

I have installed the wireless driver shown in the additional drivers tool but am unable to understand how to set up a wifi hotspot so that i can use internet on my android phonethe guides google returned are a bit too complicated with ip tables and all

View 3 Replies View Related

Hardware :: Ubuntu Drops WIFI When Phone Rings?

Sep 24, 2010

We have a single modem for our Phone, TV & internet. Every time the phone is used I loose the internet signal. Only using Linux,(Ubuntu 10 )there is no problem with my Windows computer ?

View 14 Replies View Related

Ubuntu Multimedia :: Way To Create Wmv Video Thumbnails With File Information

Oct 17, 2010

I need a way to create wmv video thumbnails with file information (name, size, resolution, duration) using Ubuntu.

View 6 Replies View Related

Programming :: Create A ZIP In Perl Without Storing Path Information?

Mar 1, 2010

I have the following code snippet:

Code:

my $file = 'test/mybigfile';
my $zip = Archive::Zip->new();
my $zipped = $zip->addFile($file);

[code]....

it simply takes a file (in this case, "mybigfile") and creates a ZIP file containing that file only. Now, my problem is that when I go to decompress the ZIP file, it creates the relative (or absolute, depending on case) path of the original file. To make an example:

Code:

$ pwd
/tmp/perl
$ ls -R

[code]....

What I need is *not* to store the path information inside of the ZIP file, so that once I decompress the ZIP file I only get the original one without having paths created.

View 2 Replies View Related

Programming :: Create Script That Gives Network Computer Information?

Oct 28, 2009

I am new to scripting and I have planned to create script which gives me network computer inforamtion. therefore, I want to know how to write script that sends me computer information to my email add.

View 4 Replies View Related

Ubuntu Networking :: Stop Wifi Radio Killswitch From Disabling USB Wifi Device

Jul 3, 2010

My laptop has an internal wireless device and a button to turn it on/off, but since it has bad reception I use an external USB wireless adapter.The problem is that if I turn the internal wireless device off using the button, it also turns the USB wireless adapter off.Is there anyway to use the killswitch (the button) only for the internal wireless device?This only started to happen in Ubuntu 10.04.

View 7 Replies View Related

Networking :: Ubuntu 9.04 Can't Connect To Wifi With Intel Wireless WiFi Link 5100?

Aug 29, 2009

I have only had a few weeks worth of experience with linux, so I'm probably considered a newbie at this but I felt like giving it a shot. I just configured my new Toshiba Satellite A505-S6969 to jaunty. Most of the transition is going well but I'm stuck with a few issues, one of which is getting my wifi to work. Right now I'm working off of an ethernet cable.spci returns

00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port

[code]...

View 3 Replies View Related

OpenSUSE Hardware :: USB Connection To Phone \ Sometimes The Phone Craches And Needs To Be Rebooted?

May 16, 2010

I have a mobile phone (T68i) attached to my server and everything works fine. But sometimes the phone craches and needs to be rebooted wich is quite annoying.So I want to use a newer phone that is not 10+ years old :-)But when using a K610i or C702 the phone does not appear on /dev/ttyUSB0 as expected.When inserting the usb cable a dmesg gives this:

Code:
[5924924.451033] usb 1-3: new high speed USB device using ehci_hcd and address 19
[5924924.576728] usb 1-3: New USB device found, idVendor=0fce, idProduct=d0d9

[code]....

View 8 Replies View Related

Ubuntu Networking :: Sager NP9280 Intel N6300 WiFi 9.10 No WiFi

Mar 6, 2010

Installed ubuntu 9.10 dual boot with win7 yesterday. Everything working but Wifi. Wifi works fine with Win7. No Wifi in Ubuntu. Very confused. I have info from the wifi trouble ticket post.There does not seem to be a driver for this card anywhere.

lawrence@lawrence-laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation X58 I/O Hub to ESI Port (rev 13)
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 13)

[code]....

View 9 Replies View Related

Ubuntu Networking :: Belkin Usb Wifi - Install The Driver Or Finding The Wifi Card On The System ?

Sep 16, 2010

I cant seam to find out how to get my card to work i cant find out how to install the driver or finding the wifi card on the system.

View 9 Replies View Related

Ubuntu Networking :: Very Slow WiFi Using Broadcom Wifi Card?

May 12, 2011

get WIFI working on my Dell D600 with Ubuntu 11.04 freshly installed. I some limited sucched following the this post t=1621331 this got the card working but it was very very slow over 70% packet loss to the WIFIrouter. 1. Machine details Dell Latitude D6002 Wireless Broadband and Chip setlspci -nn | grep Broadcom - 02:03.0 Network controller [0280]: Broadcom Corporation BCM4309 802.11a/b/g [14e4:4324] (rev 02)3. Check interfaces

eth0 Link encap:Ethernet HWaddr 00:0b:db:e0:1c:5b
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0

[code]...

View 5 Replies View Related

Ubuntu Networking :: Share Wifi Over LAN To Wifi Router?

Sep 1, 2011

I have a pc which has 2 network cards, 1 wifi and 1 ethernet card.

I'm using wifi card to connect to wifi network (internet) and i'm planing to share this wifi/internet connection via ethernet to wireless router (siemens sx763) so i can have internet on my other devices, e.g. mobile phone, laptop.

View 2 Replies View Related

Ubuntu Networking :: Android/ Networking - Stream Media From PC To Phone?

Apr 10, 2010

I am running K/Ubuntu 9.10 with an HTC Hero (CDMA) running Android 1.6.

I would like to be able to stream media from my PC to my phone. Much like what gMote does but you can play it on your phone and not just navigate.

Also, does anyone know a good way to upgrade my HTC Hero (CDMA) to 2.1?

View 1 Replies View Related

Ubuntu Networking :: Intel 5100 WiFi Card - Dell Latitude E6400 - Suddenly WiFi LED On The Computer Stops Blinking

May 4, 2011

I am running (K)Ubuntu Lucid 10.04 64bit on a Dell Latitude E6400, WiFi Card Intel 5100. Never had any problems with networking. Up to about 2 weeks ago. I do realize there have been quite a few posts with this network adaptor, but non really described the problem I have here.

What happens is that suddenly the WiFi LED on the computer stops blinking, the WiFi connection gets disrupted, and the device is not recognized anymore when checking ifconfig. Only cold restarting the machine helps then... it will work for a while (between 1 and 20 minutes) and then crash again.

On Windows 7 the card works perfectly fine. With Ubuntu 11.04 in Live CD mode I have the same effects (connection crashes after a while). Also tried booting an older kernel, no success.

My exact hardware:

Code:

I notived the following problems in /var/log/kern.log

Code:

View 4 Replies View Related

Networking :: Dual Wifi And Wired Connection: Make A Specific Website Use Only Wifi?

Apr 8, 2010

I have 2 connections, wlan and wired, and I'd want to have a few websites (in my browser) to connect through the wireless connection while other go through the wired rj45 connection. s it possible? (without unplugging the rj45 cable...)

View 2 Replies View Related

Networking :: Can't Access Public Wifi BUT Wifi Works On Router At Home?

May 13, 2009

the only error message I can find comes from "dmesg|tail"all it shows is
"no IPv6 router"any body know what is going on here or where where to look for more clues the next time I get around public wifi Oh the windoze washers and apple polishers don't seem to have any problems at all

View 4 Replies View Related

Networking :: Using Ethernet To Power WiFi Network And Setting Up WiFi?

Aug 23, 2009

I have an old PowerBook G4 that I would like to use as a 'dummy' computer for learning wireless penetration (WEP/WPA attacks) more effectively. I had been using a wireless router, but I gave it away I can use Mac OS X to share an ethernet connection over wifi, but this is _very_ un-configurable. You get two options only, WEP and a key-length. So, I would like to install someway to make this wireless connection more configurable.

View 2 Replies View Related

Ubuntu Networking :: What Do I Need To Tether Phone?

Oct 14, 2010

What do I need to tether my phone with Ubuntu? I've tried using Berry4All but there's no conf file for my carrier, and I don't know how to create one.I have my carrier's APN and the number to dial, other than that do I need any extra info? Is there another software that I can use to tether my BB?

View 5 Replies View Related

Fedora :: Write A Program Which Would Get Information From A Webpage And Display The Information On Desktop Sort Of Like A Widget?

Sep 3, 2009

I'm trying to write a program which would get information from a webpage and display the information on my desktop sort of like a widget. I kind of remember there being something like this already made, but for the life of me I can't remember what it's calledDoes anyone know?

View 1 Replies View Related

Ubuntu Networking :: How To Console Into Cell Phone

Oct 28, 2010

if anyone knows of a way to be able to console in to a cell phone? I'm guessing it may be different from one cell phone to the next, but I want to console into my phone, and ftp, or tftp a copy of the OS onto my computer, and try to maybe use gedit or nano to look at the code, and play around with it. I'd like to see where the e911 code is, and create some kind of script that would alert me whenever that gps feature that is available to the cellular providers and the government.

since Americans are required to have a cell phone that is GPS capable, I would like to know if that ever gets activated. Additionally, I would also like to write scripts that would alert me if my microphone is activated.Maybe this is only possible on Droid phones since they are Unix based? Either way, you can readily buy usb cables to connect your phone to your pc to transfer pics, videos, etc. Maybe there is a way to run nmap on that cable connection to find a way to hack in?

View 1 Replies View Related

Debian Multimedia :: Bluetooth Phone File Browser / Cant See Or Access To Any File Or Folder Into The Phone?

Mar 1, 2010

I have a dell precision m4300 laptop with a 360 wireless bluetooth dell adapter On my system there is a debian lenny with kde3 and backported enable(everythings is p to date except bluez-utils and bluetooth holded at version 3.36-3)

Nowadays bluetooth more less works fine, I can send and receive single file to/from my phone (nokia n70)

The hell begin when I try to browse my phone files from konqueror...with bluetooth:/ I can see the list of all the device near me with sdp://[address]/ i can see two icons (obex file transfer & obex object push)
but I cant see or access to any file or folder into the phone.

I also try to update my bluez-utils to 4.60-1~bpo50+1 but in this case kbluetooth totally fail and a see the contextual menu of the system tray icon all disaled.

View 1 Replies View Related

OpenSUSE Wireless :: Create A Virtual WiFi And Share Internet Access With Many Others?

Dec 25, 2009

There is a new feature in Windows 7 that make u able to create a virtual WiFi and share ur internet access with many others.

I know there is ad-hoc but sometimes it has problems, for example I couldn't connect to my friend's ad-hoc network (he is using Windows 7) but I _could_ connect to the virtual WiFi he created, it appeared just like any other wireless network unlike ad-hoc

so is there any way to create a virtual WiFi and not ad-hoc in Linux?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved