3,VMware 克隆多臺Linux機器並修改IP等配置
阿新 • • 發佈:2018-12-09
克隆完伺服器後修改配置:
1,修改網絡卡配置
vi /etc/udev/rules.d/70-persistent-net.rules
刪除掉第一個網絡卡配置,將第二個網絡卡名稱修改成eth0
記錄下mac地址修改hwaddr的值
2,修改mac地址vi /etc/sysconfig/network-scripts/ifcfg-eth0
3,修改主機名稱 vi /etc/sysconfig/network
4,修改hosts vi/etc/hosts
5,配置DNS vi/etc/resolv.conf
Nameserver 192.168.25.2(閘道器)
6,重啟伺服器使修改生效 reboot
重啟完後檢查配置:
- Hostname
- Ifconfig
- 網路 ping 百度 看是否能ping通
- 關閉防火牆:永久關閉: chkconfig iptables off
- 檢視防火牆:chkconfig iptables --list
建立使用者修改許可權:
建立使用者: useradd atguigu
切換使用者:su atguigu
切換回root使用者修改許可權:su root
編輯:vi /etc/sudoers
複製一行root的配置,增加atguigu的配置
修改資料夾的許可權為tguigu: sudo chown atguigu:atguigu module/ software/