被solaris玩了
作者 佚名技术
来源 操作系统
浏览
发布时间 2012-06-28
本来今天可以在solaris10 上网爽爽的,结果,到现在还是没有任何进展。 下面是转自CU 上面的一篇文章: OK, basicly there are 4 file you have to config at Solaris to go to internet: 1. /etc/hosts or /etc/inet/hosts 2. /etc/resolv.conf 3. /etc/nsswitch.conf 4. /etc/defaultrouter What i have to say is that the files /etc/resolv.conf and /etc/defaultrouter are not existed by default system installation. you have to create that 2 file when you need setup internet. The following are my configuration file: (192.168.0.3 is my solaris 9 system and 192.168.0.1 is the machine of Windows 2000/XP which has 2 network interfice, one connected to internet by 24.101.186.193 and one connected to solaris9 by interfice 192.168.0.1. You have to choose to share internet for the interface that connected to internet at windows as you have) Cat /etc/hosts 127.0.0.1 localhost 192.168.0.3 lion loghost 192.168.0.1 router vi /etc/resolv.conf nameserver 192.168.0.1 vi /etc/nsswitch.conf hosts: files dns vi /etc/defaultrouter router 192.168.0.1 1、我的DNS已经起来了,可以nslookup解析 说明我的/etc/nsswitch.conf和/etc/resolv.conf 没有配错 2、 /etc/hosts 文件不可能配置错误。 3、现在最怀疑的就是defaultrouter了,用netstat -rn 显示的没有问题呀。 到底问题出在那里那?今天一点兴趣都没有了,不知道我的blog还能坚持多少天 现在只有放松一下了 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: freebsd下tripwire的安装与配置下一篇: FreeBSD管理小技巧
关于被solaris玩了的所有评论