Chinaunix首页 | 论坛 | 博客
  • 博客访问: 187934
  • 博文数量: 54
  • 博客积分: 1542
  • 博客等级: 上尉
  • 技术积分: 537
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-24 11:51
文章分类

全部博文(54)

文章存档

2017年(1)

2008年(2)

2007年(20)

2006年(31)

我的朋友

分类:

2007-05-25 14:56:07

you will probably get the error failed to plumb pcn0
If so follow these steps, if not, and everything magically works..cool

AFTER INSTALL
--------------------
for networking.
--------------------
shutdown the VM

edit the .VMX file in the virtual machine folder on the host OS and add the following line
ethernet0.virtualDev = "e1000"

then startup Solaris

-----------------------------------------------
then

Go to a console window and type the following

Ifconfig e1000g0 plumb
ifconfig e1000g0 dhcp

ifconfig -a is the equivalent of ipconfig /all

-----------------------------------------------
then type

touch /etc/dhcp.e1000g0
touch /etc/hostname.e1000g0

rm /etc/dhcp.pcn0
rm /etc/hostname.pcn0

then edit /etc/inet/hosts

add the following

127.0.0.1 localhost.localdomain localhost loghost
remove any other entries

----------------------------------------------
then

rename /etc/nsswitch.conf to nsswitch.old
rename /etc/nsswitch.dns to nsswitch.conf

reboot (logout doesn't switch the nameserver settings, have to reboot)

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