问题描述 在上网的时候有时出现took interface rtls0 down提示,过一会又出现up,上网查了一下,主要是nwam问题,当你在终端输入:#svcs physical。会显示nwam enable, 而default disable。
原因 大概原因是nwam的连接中只能有一个是激活的,这是我在网上看到的,原文:
Note that in auto-magic mode, there is a limitation that
only one link is active at a time. This mode is thus not
recommended for machines which use more than one link at
once. For machines with wired and wireless links, wired
is preferred by default, although this can be adjusted by
altering the order of the lines in the plain text file
/etc/nwam/llp
. Note, however, that this interface is
Volatile and may change in a future release.
解决方法 转换模式: #svcadm disable svc:/network/physical:nwam
#svcadm enable svc:/network/physical:default
然后进入到网络管理界面,把以太网连接接口rtls0激活,在属性了设置为DHCP,启用连接,启动时激活,
确定后,重启系统。
详细内容参考:
http://opensolaris.org/os/project/caiman/Slim_Install/project_documents/slim_install_getstarted
/slim_install_GetStarted_nwam/
阅读(1313) | 评论(0) | 转发(0) |