Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1755254
  • 博文数量: 413
  • 博客积分: 8399
  • 博客等级: 中将
  • 技术积分: 4325
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-09 10:44
文章分类

全部博文(413)

文章存档

2015年(1)

2014年(18)

2013年(39)

2012年(163)

2011年(192)

分类: LINUX

2012-10-01 09:27:18

在用Putty连接redhat4时,弹出错误窗口显示:Network error: no router to host

解决方法是,用root用户登录,将iptables关闭:
[oranix@localhost ~]$ id
uid=500(oranix) gid=500(oranix) groups=500(oranix) context=user_u:system_r:unconfined_t
[oranix@localhost ~]$ su -
Password:
[root@localhost ~]# service iptables stop
Flushing firewall rules:                                   [  OK  ]
Setting chains to policy ACCEPT: filter                    [  OK  ]
Unloading iptables modules:                                [  OK  ]
[root@localhost ~]#

这样就可以正常登录了。

阅读(4519) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~