首页 > 其他 > 详细

Solaris 10 x86-64 虚拟机配置

时间:2020-05-15 18:33:18      阅读:40      评论:0      收藏:0      [点我收藏+]


1.关闭图形界面: /usr/dt/bin/dtconfig -d

2.网络配置 :
/etc/hosts 添加 ip 和 node名称映射 :192.168.38.190 node80
/etc/netmasks 添加子网信息 : 192.168.38.1 255.255.255.0
/etc/defaultrouter 添加路由信息 :192.168.38.1
/etc/resolv.conf 添加dns Nameserver : nameserver 223.5.5.5
/etc/nsswitch.conf 找到host: files 后追加dns
重启

3.修改ssh 允许root登录
先关闭ssh :svcadm disable ssh
修改: /etc/ssh/sshd_config 把 premitRootLogin no ==》yes
重启ssh :svcadm enable ssh

Solaris 10 x86-64 虚拟机配置

原文:https://www.cnblogs.com/luyang08/p/12896238.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!