Cant find ip address in ssh
Posted: Tue Oct 08, 2013 6:13 am
I'm using raspbian "wheezy". It all works fine with my keyboard,mouse and hdmi screen.
I'm using the rasberry pi handbook- linux magazine special.
I have enabled ssh.
How ever I get:
But with:
also:
I've tried as much as I know. Any hints on my next move.
I'm using the rasberry pi handbook- linux magazine special.
I have enabled ssh.
How ever I get:
If I look at:pi@raspberrypi ~ $ sudo service sshd status
sshd: unrecognized service
That is strange, if I:pi@raspberrypi ~ $ sudo service ssh status
[ ok ] sshd is running.
Which seems as if the daemon is running.pi@raspberrypi ~ $ sudo sshd start
sshd re-exec requires execution with an absolute path
But with:
There is no sign of the ip address.pi@raspberrypi ~ $ sudo ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:be:8c:ad
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:164 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:19348 (18.8 KiB) TX bytes:4200 (4.1 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: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)
also:
pi@raspberrypi ~ $ sudo route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
I've tried as much as I know. Any hints on my next move.