请有经验的前辈指点一下,是不是solaris的防火墙搞的鬼?还是我的solaris哪里设置的不对。
我的solaris是装在VMWare中的,应该跟虚拟机没关系。
QUOTE:
是不是solaris的防火墙搞的鬼?
Could be but not necessary.1. Try on the server svcs -a|grep ssh or telnet to see whether the service is running or not
2. netstat -na|grep LISTEN|grep 23 (for telnet) or 22 (for ssh) to make sure the port is listening
3. telnet or ssh on the local machine to see whether it works or not.
4. From the client machine, ping the server (assume ping is not disabled on your network devices or on the server)
5. telnet or ssh to the server
If not working, check server-side firewall or tcp wrapper (/etc/hosts.allow) and sshd_config file
From console telenet localhost,if can't login,check telnet daemon.
If you use root to ssh login the solaris, please modify /etc/ssh/sshd_config and restart ssh
# svcadm restart ssh
if telnet modify /etc/default/login to comment the line "CONSOLE=/dev/...."
23端口telnet可以不?
谢谢前辈们的帮助,问题已经解决。
具体是什么问题呀.请楼主说明一下.谢谢!!
后来发现FAQ中写到这点了。看来下次还是要先看FAQ。
会员注册
会员登录
个人空间