Skip to content

Instantly share code, notes, and snippets.

@dwilkins
Created January 5, 2014 04:31
Show Gist options
  • Save dwilkins/8264363 to your computer and use it in GitHub Desktop.
Save dwilkins/8264363 to your computer and use it in GitHub Desktop.
Almost there - logged into the ardrone from the cloud
[root@turn openvpn]# uname -a
Linux turn 3.9.8-300.fc19.i686.PAE #1 SMP Thu Jun 27 19:29:30 UTC 2013 i686 i686 i386 GNU/Linux
#^^^^^^^^^^^^^^^^^^^ cloud server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[root@turn openvpn]# telnet 192.168.2.1
Trying 192.168.2.1...
Connected to 192.168.2.1.
Escape character is '^]'.
BusyBox v1.14.0 () built-in shell (ash)
Enter 'help' for a list of built-in commands.
# uname -a
Linux uclibc 2.6.32.9-g980dab2 #1 PREEMPT Mon Sep 16 11:50:23 CEST 2013 armv7l GNU/Linux
^^^^^^^^^^^^^^^^^^^^^^^^^^ AR.Drone ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# ifconfig
eth0 Link encap:Ethernet HWaddr D0:57:85:7B:7F:DE
inet addr:192.168.32.50 Bcast:192.168.32.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1380 errors:0 dropped:0 overruns:0 frame:0
TX packets:7275 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:196324 (191.7 KiB) TX bytes:596249 (582.2 KiB)
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:3084 errors:0 dropped:0 overruns:0 frame:0
TX packets:3084 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:283974 (277.3 KiB) TX bytes:283974 (277.3 KiB)
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:192.168.2.1 P-t-P:192.168.2.101 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:66 errors:0 dropped:0 overruns:0 frame:0
TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:3943 (3.8 KiB) TX bytes:4502 (4.3 KiB)
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment