免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 6758 | 回复: 16
打印 上一主题 下一主题

怎样设置Solaris上网 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-10-14 13:49 |只看该作者 |倒序浏览
I find there are many guys don\'t know how to setup files to connected to internet and ask the same question again and again. So, I post my configuration file here for those who need reference for internet set up. Hopefully this can help some one a little.\r\n\r\nOK, basicly there are 4 file you have to config at Solaris to go to internet:\r\n\r\n1.  /etc/hosts or /etc/inet/hosts\r\n2.  /etc/resolv.conf \r\n3. /etc/nsswitch.conf\r\n4. /etc/defaultrouter\r\n\r\nWhat 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.\r\n\r\nThe 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)\r\n\r\nCat  /etc/hosts\r\n\r\n127.0.0.1                     localhost\r\n192.168.0.3                 lion            loghost\r\n192.168.0.1                 router\r\n\r\n---------------------------------------------\r\n\r\n vi   /etc/resolv.conf\r\n\r\nnameserver       192.168.0.1\r\n\r\n-----------------------------------------------\r\nvi   /etc/nsswitch.conf\r\n\r\nhosts:   files   dns\r\n\r\n-----------------------------------------------\r\n\r\nvi    /etc/defaultrouter\r\n\r\nrouter            192.168.0.1\r\n\r\n------------------------------------------------\r\n\r\nGood luck.

论坛徽章:
0
2 [报告]
发表于 2004-10-14 14:38 |只看该作者

怎样设置Solaris上网

有些地方需要设置代理服务器,这个需要在浏览器里面设置proxy.

论坛徽章:
0
3 [报告]
发表于 2004-10-18 12:51 |只看该作者

怎样设置Solaris上网

我按你的方法,怎么还是不行呢?\r\n我可以访问局域网内开的http服务器了,但是还是访问不了外面的网站,比如我在地址栏输入http://www.sohu.com,\r\nnetscape总是提示连接:正在查找主机,然后就没反映了,过了几分钟就提示Netscape无法定位服务器www.sohu.com,请检查服务器名称再试,

论坛徽章:
0
4 [报告]
发表于 2004-10-18 15:03 |只看该作者

怎样设置Solaris上网

我也试着这么做,但还是不能上网。麻烦各位大侠再检查一下,该方法是否有遗漏的地方,然后补充完整! 多谢!!!

论坛徽章:
0
5 [报告]
发表于 2004-10-18 17:08 |只看该作者

怎样设置Solaris上网

我试过了,可以的。\r\n不过第一次的时候不知道,把这句理解错了:\r\nvi /etc/defaultrouter \r\n\r\nrouter 192.168.0.1 \r\n\r\n其实 defaultrouter 只有一行 192.168.0.1 ,前面是没有的。

论坛徽章:
0
6 [报告]
发表于 2004-10-18 18:31 |只看该作者

怎样设置Solaris上网

我把/etc/defaultrouter中我原本设的router去掉了,可还是不行!\r\n我的系统连我的网关都无法拼通,真不知那出了问题,请求大侠们相助呀!!!

论坛徽章:
0
7 [报告]
发表于 2004-10-18 18:42 |只看该作者

怎样设置Solaris上网

应该行的。 温妮 你可能是网卡没配好。\r\nifconfig -a 看一下网卡配置

论坛徽章:
0
8 [报告]
发表于 2004-10-18 20:11 |只看该作者

怎样设置Solaris上网

按上面的做了,但是只能解析ip,可是打不开网页,也无法通信\r\n\r\n只能是ping的时候解析出ip\r\n\r\nvmware上的。。。\r\n和vmware的ip有什么关系吗?\r\n\r\n主机222.xx.xx.xx   192.168.0.1\r\nsolaris 192.168.0.8\r\nvmware nat 192.168.72.0\r\nvmware host -only 192.168.88.0这两个是什么啊?没敢乱动

论坛徽章:
0
9 [报告]
发表于 2004-10-20 11:09 |只看该作者

怎样设置Solaris上网

dajun,\r\n\r\nIf you can 解析出 ip by ping out side, it means you did good in first step. What you do next is to make a change in /etc/resolv.conf.\r\nIf you use real DNS, try to find your domain name server\'s IP address and replace 192.168.0.1. It will work.\r\n\r\n\r\n温妮, \r\n\r\nYou may have network interface config or cable problem, ask some one knows hardware or UNIX system locally to fix your problem. Sorry I am not in China, if we are in same City. I will go check and help. \r\n\r\n\r\nTo anyone:\r\n\r\nMy example is using cross over cable directly connect Solaris to other Windows 2000 workstation. \r\n\r\nIf you connect your Solaris machine to HUB or Router, and you use real DNS services, you have to make changes in /etc/resolv.conf and /etc/defaultrouter, replace IP in that two files right will make it work. Otherwise, you have to learn IP stuff or ask UNIX network adminstrator to help.

论坛徽章:
0
10 [报告]
发表于 2004-10-20 11:13 |只看该作者

怎样设置Solaris上网

这篇帖子是转了谁的?好像不行啊
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP