[beagleboard] SSH connection by wifi

2014-02-07 Thread stefanbrunner236
Hello there,

I connected my BBB to my wifi with an edimax wireless adapter. This works 
fine so far, i even got a connection to the internet.

my problem is, I have only access to the BBB by the usb cable. I want so 
connect by SSH with the Wifi network.

I guess there's probably a problem with the non static ip adress of my 
router because DHCP is activated.


Now I want to connect with Putty to the BBB without an cable connection.

How do i get the Ip adress of the BBB? Is this even possible as i try to do?

maybe this is helpfull

root@beaglebone:~# ifconfig
eth0  Link encap:Ethernet  HWaddr 90:59:AF:49:E5:F6
  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:56

loLink 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:64 errors:0 dropped:0 overruns:0 frame:0
  TX packets:64 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:4420 (4.3 KiB)  TX bytes:4420 (4.3 KiB)

usb0  Link encap:Ethernet  HWaddr A6:50:E4:64:B4:AE
  inet addr:192.168.7.2  Bcast:192.168.7.3  Mask:255.255.255.252
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:666 errors:0 dropped:0 overruns:0 frame:0
  TX packets:180 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:157298 (153.6 KiB)  TX bytes:37885 (36.9 KiB)

wlan0 Link encap:Ethernet  HWaddr 80:1F:02:D7:B4:4F
  inet addr:192.168.2.101  Bcast:192.168.2.255  Mask:255.255.255.0
  inet6 addr: fe80::821f:2ff:fed7:b44f/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:668 errors:0 dropped:0 overruns:0 frame:0
  TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:46175 (45.0 KiB)  TX bytes:12808 (12.5 KiB)

Thank you very much.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] SSH connection by wifi

2014-02-07 Thread Dieter Wirz
On Fri, Feb 7, 2014 at 4:47 PM,   wrote:
> Hello there,
>
> I connected my BBB to my wifi with an edimax wireless adapter. This works
> fine so far, i even got a connection to the internet.
>
> my problem is, I have only access to the BBB by the usb cable. I want so
> connect by SSH with the Wifi network.
>
> I guess there's probably a problem with the non static ip adress of my
> router because DHCP is activated.

Have a look at the manual of your router. All routers I know allow to
provide fixed IP's.

>
>
> Now I want to connect with Putty to the BBB without an cable connection.
>
> How do i get the Ip adress of the BBB? Is this even possible as i try to do?
>
> maybe this is helpfull
> wlan0 Link encap:Ethernet  HWaddr 80:1F:02:D7:B4:4F
>   inet addr:192.168.2.101  Bcast:192.168.2.255  Mask:255.255.255.0
Did you try to ssh (with putty) 192.168.2.101?

If you don't have any clue what's the IP of your BBB, have a look at
nmap. IRRC there is a windows version available...

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.