![]() |
2012-01-31
, 12:41
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#2
|
![]() |
2012-01-31
, 14:05
|
Posts: 54 |
Thanked: 5 times |
Joined on May 2008
@ Oulu, Finland
|
#3
|
If both desktop and N810 are on the inside of the router, there is no need to open a port on the router. Now if your outside the router, a local IP will not help much as the router is likely applying NAT. As such, you need to use the IP the outside world sees.
![]() |
2012-01-31
, 14:20
|
Posts: 54 |
Thanked: 5 times |
Joined on May 2008
@ Oulu, Finland
|
#4
|
![]() |
2012-01-31
, 15:26
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#5
|
![]() |
2012-01-31
, 15:55
|
Posts: 54 |
Thanked: 5 times |
Joined on May 2008
@ Oulu, Finland
|
#6
|
When you say linked, you mean that the router NAT/firewall is set to forward incoming port 22 traffic to the N810?
so you have:
Client > router > N810?
![]() |
2012-02-01
, 09:53
|
Posts: 54 |
Thanked: 5 times |
Joined on May 2008
@ Oulu, Finland
|
#7
|
![]() |
2012-02-01
, 10:45
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#8
|
![]() |
2012-02-01
, 10:52
|
Posts: 54 |
Thanked: 5 times |
Joined on May 2008
@ Oulu, Finland
|
#9
|
Perhaps i can shed some light on problems connecting SSH to the n900.
Step 1. Simply enable the extras repository and install openSSH client and server. You can check SSH is now running by using 'ps -ef |grep ssh'
Step 2. try simply ssh root@<lanIP> from another device on the same subnet.....Note: in most cases this will NOT work, even though SSH is set up.
The reason this doesnt work is the way the n900 conserves wifi power and doesnt 'keep alive' the wifi connection
3. From the terminal on the n900, try 'ssh root@127.0.0.1'. Note: in many cases 'localhost' will not resolve so no point using that.
4. if the n900 cant ssh to itself you have an additional problem, but if it does work then all is normal.
5. set the n900 to ping the router.
6. ssh to the n900. the 'pings' keep the wifi alive and you should have no problem getting in
![]() |
2012-02-01
, 13:10
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#10
|
I have a WLAN network at home and can't access the shh server on my n810. I was wondering if it was the network or the device, so I set up an openSSH server on another pc and had no problems accessing it.
Here's the error I get trying to connect to the n810...
ssh user@192.168.10.104
ssh: connect to host 192.168.10.104 port 22: No route to host
192.168.10.104 is a static local ip address for the n810. Port 22 is also opened for this address on the router.
Any ideas?
Thanks.
Hardware: n810 running the latest supported OS.