LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ssh'ing an xbox (https://www.linuxquestions.org/questions/linux-networking-3/sshing-an-xbox-418781/)

kybishop 02-23-2006 11:54 AM

ssh'ing an xbox
 
So I'm trying to install Xebian on my xbox. My only problem is, I can't ssh to it.

When i try to ssh the suggested port, i get a time out message.

Are there any commands or programs that will show me all the ip adresses on my router (192.168.0.1, 192.168.0.2, etc.)

pljvaldez 02-23-2006 12:06 PM

Sometimes you can see where something is connected from the web interface of your router. For example, I can access my Linksys WRT54G at 192.168.1.1 in firefox and one of the pages has a list of IP's already checked out...

kybishop 02-24-2006 12:41 AM

Well, i've made progress. Now I know the xbox's ip, but it won't let me connect.

I type the following, and get the following response

Code:

ssh 192.168.1.108
ssh: connect to host 192.168.1.108 port 22: No route to host

being an ssh noob, what does this even mean, and any clue as to why it isn't working?

pljvaldez 02-24-2006 01:11 AM

Almost sounds like you forgot to turn the xbox on...

nx5000 02-24-2006 04:53 AM

"No route to host"

Maybe there is no route to the host? :D

Like what gives
Code:

#route -n

kybishop 02-24-2006 11:33 AM

Code:

root@ubuntu:~# route -n
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
192.168.1.0    0.0.0.0        255.255.255.0  U    0      0        0 wlan0
0.0.0.0        192.168.1.1    0.0.0.0        UG    0      0        0 wlan0

lol, yes im positive the xbox is on. I can tell its ip from the evox dashboard, and a new ip that shows up when i turn it on in my router's dhcp client table.

nx5000 02-27-2006 06:05 AM

Looks good to me.
You say you can't ssh to it. But can you ping it?
If its only ssh then I suspect a firewall problem.
If there is no connection at all, then one of the 2 wlan adaptators is not working/well configured. Remove WEP/WAP and or try to connect from/to another device (PC,..) to see which one of the 2 is problematic.

BuckRogers01 02-27-2006 07:39 AM

you can use nmap -sP 192.168.1.* to list all the active clients on ur network (IP, MAC etc...) If your xbox appears in the list, and you can ping the IP it's listed under, then either SSH is not running on the box or a firewall is blocking it (I've installed xebian before without problems). If the route to ur box goes thru ur router, then check there is no internal firewall active, otherwise I don't really know

Stefan J 01-26-2007 03:08 PM

Ssh
 
have you tried;
ssh live@your.xbox.ip

with a password of 'live'

I cannot log on to my xbox with the usual 'ssh your.xbox.ip' but the above works fine


Stefan


All times are GMT -5. The time now is 12:48 AM.