beaglebone A5: can't access cloud9 ide, No server running on 192.168.7.2?

I’ve just gotten started, and have plugged in the usb, loaded the (Mac OSX) drivers, I can login with :

screen /dev/tty.usb*B 115200

The adapter status is connected and indicates:
RNDIS/Ethernet Gadget is currently active and has the IP address 192.168.7.1.

using DHCP

I can browse to
http://192.168.7.1

“It Works!”

But when I navigate to http://192.168.7.2/ I get no connection.

I can ping and get response to 192.168.7.1 but not 192.168.7.2

Here’s what’s even more confusing to me:

Ifconfig returns:
root@beaglebone:~# ifconfig
eth0 Link encap:Ethernet HWaddr D4:94:A1:91:F9:01
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 B) TX bytes:0 (0.0 B)
Interrupt:40

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

usb0 Link encap:Ethernet HWaddr B6:6A:19:94:AF:5B
inet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252
inet6 addr: fe80::b46a:19ff:fe94:af5b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14200 (13.8 KiB) TX bytes:4507 (4.4 KiB)

my processes:

root@beaglebone:/etc/init.d# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.9 4348 2440 ? Ss 15:14 0:00 /sbin/init run_
root 2 0.0 0.0 0 0 ? S 15:14 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S 15:14 0:00 [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S 15:14 0:00 [kworker/u:0]
root 6 0.0 0.0 0 0 ? S< 15:14 0:00 [cpuset]
root 7 0.0 0.0 0 0 ? S< 15:14 0:00 [khelper]
root 8 0.0 0.0 0 0 ? S 15:14 0:00 [kdevtmpfs]
root 9 0.0 0.0 0 0 ? S< 15:14 0:00 [netns]
root 10 0.0 0.0 0 0 ? S 15:14 0:00 [sync_supers]
root 11 0.0 0.0 0 0 ? S 15:14 0:00 [bdi-default]
root 12 0.0 0.0 0 0 ? S< 15:14 0:00 [kintegrityd]
root 13 0.0 0.0 0 0 ? S< 15:14 0:00 [kblockd]
root 14 0.0 0.0 0 0 ? S< 15:14 0:00 [omap2_mcspi]
root 15 0.0 0.0 0 0 ? S 15:14 0:00 [khubd]
root 16 0.0 0.0 0 0 ? S< 15:14 0:00 [musb-hdrc.0]
root 17 0.0 0.0 0 0 ? S< 15:14 0:00 [musb-hdrc.1]
root 18 0.0 0.0 0 0 ? S< 15:14 0:00 [rpciod]
root 19 0.0 0.0 0 0 ? S 15:14 0:00 [khungtaskd]
root 20 0.1 0.0 0 0 ? S 15:14 0:01 [kworker/0:1]
root 21 0.0 0.0 0 0 ? S 15:14 0:00 [kswapd0]
root 22 0.0 0.0 0 0 ? S 15:14 0:00 [fsnotify_mark]
root 23 0.0 0.0 0 0 ? S< 15:14 0:00 [nfsiod]
root 24 0.0 0.0 0 0 ? S< 15:14 0:00 [crypto]
root 30 0.0 0.0 0 0 ? S< 15:14 0:00 [kthrotld]
root 31 0.0 0.0 0 0 ? S< 15:14 0:00 [OMAP UART0]
root 32 0.0 0.0 0 0 ? S< 15:14 0:00 [OMAP UART1]
root 33 0.0 0.0 0 0 ? S< 15:14 0:00 [OMAP UART2]
root 34 0.0 0.0 0 0 ? S< 15:14 0:00 [OMAP UART3]
root 35 0.0 0.0 0 0 ? S< 15:14 0:00 [OMAP UART4]
root 36 0.0 0.0 0 0 ? S< 15:14 0:00 [OMAP UART5]
root 37 0.0 0.0 0 0 ? S 15:14 0:00 [kworker/u:1]
root 40 0.0 0.0 0 0 ? S< 15:14 0:00 [kpsmoused]
root 41 0.0 0.0 0 0 ? S 15:14 0:00 [w1_bus_master]
root 42 0.0 0.0 0 0 ? S< 15:14 0:00 [devfreq_wq]
root 43 0.0 0.0 0 0 ? S 15:14 0:01 [mmcqd/0]
root 45 0.0 0.0 0 0 ? S 15:14 0:00 [jbd2/mmcblk0p]
root 46 0.0 0.0 0 0 ? S< 15:14 0:00 [ext4-dio-unwr]
root 56 0.0 0.5 2908 1456 ? Ss 15:14 0:00 /lib/udev/udevd
root 57 0.0 0.4 4364 1216 ? Ss 15:14 0:00 /lib/systemd/sy
root 97 0.0 0.2 2904 720 ? S 15:14 0:00 /lib/udev/udevd
root 101 0.0 0.7 3820 1820 ? Ss 15:14 0:00 /usr/sbin/connm
root 105 0.2 4.0 47848 10228 ? Ss 15:14 0:03 /usr/bin/node b
root 106 0.2 4.0 14688 10216 ? Ss 15:14 0:03 /usr/bin/python
root 107 0.4 5.0 52340 12876 ? Ss 15:14 0:06 /usr/bin/node /
root 109 0.0 0.4 2724 1028 ? Ss 15:14 0:00 /lib/systemd/sy
avahi 111 0.0 0.6 3084 1536 ? Ss 15:14 0:00 avahi-daemon: r
root 112 0.0 0.4 2968 1196 ? Ss 15:14 0:00 /usr/sbin/crond
999 117 0.0 0.5 2604 1284 ? Ss 15:14 0:00 /usr/bin/dbus-d
avahi 120 0.0 0.1 3084 476 ? S 15:14 0:00 avahi-daemon: c
root 163 0.0 0.4 4396 1192 ? S 15:15 0:00 /usr/sbin/wpa_s
root 257 0.0 0.2 1952 728 tty1 Ss+ 15:15 0:00 /sbin/agetty tt
root 265 0.0 0.0 0 0 ? S 15:21 0:00 [kworker/0:0]
root 266 0.0 0.4 2968 1176 ttyO0 Ss 15:21 0:00 /bin/login –
root 272 0.0 0.2 2904 704 ? S 15:22 0:00 /lib/udev/udevd
root 306 0.0 0.2 2112 708 ? Ss 15:22 0:00 /usr/sbin/udhcp
root 307 0.0 0.6 2920 1592 ttyO0 S 15:24 0:00 -sh
root 319 0.0 0.3 2424 956 ttyO0 R+ 15:41 0:00 ps aux
root@beaglebone:/etc/init.d# ls
avahi-daemon connman dbus-1 hwclock.sh syslog
busybox-udhcpc crond dropbear networking syslog.busybox

I’ve read the FAQ, but I’m stuck at the moment.

trying to access the 192.168.7.2 server and the Cloud9 IDE.

Please advise, and thanks.

What version of OSX are you using?

I never really had luck with the USB-to-Ethernet connection.

For now I’m using the Ethernet port, and I plan on getting a USB WiFi dongle.