Mihael Mihalkov wrote:
> Имам още един въпрос - Как мога от компютър, вързан в мрежата да се 
> свържа конзолно с  gateway-а. Когато пробвам с SSH ми връща следната 
> грешка:
>
> $ ssh 192.168.0.1 <http://192.168.0.1> -l root
> ssh: connect to host 192.168.0.1 <http://192.168.0.1> port 22: 
> Connection refused

Или нямаш пуснат SSH демон или демона не слуша на интерфейса
с адрес 192.168.0.1 или защитната стена забранява връзката.

netstat -tnpl | grep 22
iptables -nvL INPUT

>
>
> -- 
> Mihael Mihalkov
> ------------------------------------------------------------------------
>
> _______________________________________________
> Lug-bg mailing list
> [email protected]
> http://linux-bulgaria.org/mailman/listinfo/lug-bg
>   

--
Alexander Iliev
_______________________________________________
Lug-bg mailing list
[email protected]
http://linux-bulgaria.org/mailman/listinfo/lug-bg

Reply via email to