eth0 Link encap:Ethernet HWaddr 6c:ec:eb:b0:0e:a0
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::6eec:ebff:feb0:ea0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10051 errors:0 dropped:0 overruns:0 frame:0
TX packets:866 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:808671 (789.7 KiB) TX bytes:114797 (112.1 KiB)
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:65536 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 6c:ec:eb:b0:0e:a1
inet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252
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)
Your IP is under eth0, in this case my board has an address of 192.168.2.2
If you want to launch Cloud9, open up a browser and enter 192.168.2.2:3000 for the URL and hit return. Cloud9 will take a few seconds to start up, and then you're good to go.
If your want your BBB to be able to access the net from your Mac, open up your system preferences, click on sharing, and then make sure the internet sharing box is checked, and the appropriate ethernet port is selected. You can test to see if it's working by pinging Google from the terminal (either in Cloud9, or from the terminal window you opened for SSH)
ping www.google.com
Now... if you DO want to configure a static IP, you can do that now by typing:
nano /etc/network/interfaces
There are plenty of tutorials that can show you how to modify this file... just make sure you know exactly what you want to do as modifications to this file may prevent you from connecting via ethernet the next time around.
Cheers, Joe
http://nyus.joshuawise.com/HoRNDIS-rel8pre1.pkg
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/sp3_x1k5WP8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/322d75e3-9bc3-49a9-b3a2-421ce26230db%40googlegroups.com.