lester Posted August 26, 2012 Share Posted August 26, 2012 (edited) I read the post here: http://forums.hak5.o...__hl__tethering and followed how all those changes would be worked into the current version of Mark IV I'm using, 2.6.1. A dmesg | grep usb0 shows the device as present. Ifconfig shows an ip address in the range of 192.168.42.114 (is this correct? I'm ssh'd into the pineapple using the 172.16.42.1 address) and when I attempt to ping the outside world nothing comes back, but of course I'm attempting to ping from the 172.* range and that might account for it. No?) I've also activated tethering on the Droidx but cannot get an internet connection. lsusb shows the id of the device. routing map shows packets being sent from 172.* to the 192.* network. What's wrong with this picture? Any help much appreciated. Edited August 26, 2012 by lester Quote Link to comment Share on other sites More sharing options...
Jonathan Frias Posted August 27, 2012 Share Posted August 27, 2012 (edited) I just checked with my device. As far as the directions on that post you read, it seems like they have already been integrated into the newest release. I'm going to assume that you can get a connection if you tether to another device with your droid. Right??? Yes the pineapple should be having 2 ip addresses. One is for it as an AP(172.16.42.1) as well as a managed client, which is recieved by the droid. (Seems like droid provides an IP of 192.168.114 to the pineapple) please post results of: ifconfig -a from the pineapple. it might just be a routing issue, so please also post route -n Edited August 27, 2012 by Jonathan Frias Quote Link to comment Share on other sites More sharing options...
lester Posted August 27, 2012 Author Share Posted August 27, 2012 (edited) Okay, thanks for your help. And yes, tethering works when I use PDANet on my rooted Droidx. I also ran tcpdump on the droid device whilst pinging to the outside world after ssh'ing into the pinapple and did see the following without a reply (many repeating lines): source destination protocol 10.232.xxx.xxx 166.84.1.3 ICMP Here is the output of ifconfig -a br-lan Link encap:Ethernet HWaddr 00:C0:CA:44:DD:7F inet addr:172.16.42.1 Bcast:172.16.42.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:336 errors:0 dropped:6 overruns:0 frame:0 TX packets:319 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:34822 (34.0 KiB) TX bytes:80212 (78.3 KiB) eth0 Link encap:Ethernet HWaddr 00:C0:CA:44:DD:7F UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 TX bytes:0 (0.0 Interrupt:5 eth1 Link encap:Ethernet HWaddr 00:C0:CA:44:DD:7F UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 TX bytes:0 (0.0 Interrupt:4 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:18 errors:0 dropped:0 overruns:0 frame:0 TX packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1344 (1.3 KiB) TX bytes:1344 (1.3 KiB) usb0 Link encap:Ethernet HWaddr 1A:FE:2A:D2:6d:8F inet addr:192.168.42.114 Bcast:192.168.42.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:14 errors:0 dropped:6 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1528 (1.4 KiB) TX bytes:2812 (2.7 KiB) wlan0 Link encap:Ethernet HWaddr 00:C0:CA:44:DD:7F UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:335 errors:0 dropped:0 overruns:0 frame:0 TX packets:331 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:32 RX bytes:39506 (38.5 KiB) TX bytes:87716 (85.6 KiB) Here is the output of route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.42.129 0.0.0.0 UG 0 0 0 usb0 172.16.42.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan 192.168.42.0 0.0.0.0 255.255.255.0 U 0 0 0 usb0 Edited August 27, 2012 by lester Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.