Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM虚拟机网络环境配置 #9

Open
pearfl opened this issue Jun 24, 2019 · 0 comments
Open

VM虚拟机网络环境配置 #9

pearfl opened this issue Jun 24, 2019 · 0 comments

Comments

@pearfl
Copy link
Owner

pearfl commented Jun 24, 2019

VM虚拟机网络环境配置

第一步

将虚拟机中的网络模式改为net模式

第二步

在root权限下,进入vi/etc/hosts,将里面的地址更改为你自己定义的地址

你自己定义的地址  hadoop
127.0.0.1      localhost

网关查询方式:①、windows下 cmd下 ipconfg中的VMnet8有一个ipv4地址,网关是此地址最后一位改成2

​ ②、也可在虚拟机中的编辑(左上角)中的虚拟网络编辑器,点击第二行VMnet8,然后点击 NAT设置,可以看到自己的网关和子网掩码

第三步

vi /etc/sysconfig/network  #将里面的hostname更改为hadoop或其他名称

更改的名字与第二步中更改的名字相同

vi /etc/hosts    #你自定义的地址 空格 你上面定义的名字

第四步

root权限下

# cd /etc/sysconfig/network-scripts
# vi ifcfg-etho

更改几个参数:

①、HWADDR:你当前机子的mac地址(ip addr中可以查找到)

②、CNBOOT = yes(若无请自己添加)

③、IPADDR(改成你之前自定义的地址)

④、GATEWAY(改成你虚拟机的网关)

⑤、DNS1 = 8.8.8.8, DNS0 = 114.114.114.114

第五步

关闭防火墙(仅centos7下适用)

# systemctl stop firewalld
# systemctl disable firewalld

第六步

reboot重启

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant