One, Nat mode network access
(1) Enter commands in Linux ifconfig view network information
(2) Enter commands in Mac Ifconfig view network information
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=1<PERFORMNUD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether a4:5e:60:ec:ff:3f
inet6 fe80::a65e:60ff:feec:ff3f%en0 prefixlen 64 scopeid 0x4
inet 192.168.199.185 netmask 0xffffff00 broadcast 192.168.199.255
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
en1: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether 6a:00:00:60:6a:e0
media: autoselect <full-duplex>
status: inactive
en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether 6a:00:00:60:6a:e1
media: autoselect <full-duplex>
status: inactive
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
ether 06:5e:60:ec:ff:3f
media: autoselect
status: inactive
awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1452
ether 7a:d1:9a:f2:6c:10
inet6 fe80::78d1:9aff:fef2:6c10%awdl0 prefixlen 64 scopeid 0x8
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=63<RXCSUM,TXCSUM,TSO4,TSO6>
ether a6:5e:60:ce:c0:00
Configuration:
id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
ipfilter disabled flags 0x2
member: en1 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 5 priority 0 path cost 0
member: en2 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 6 priority 0 path cost 0
nd6 options=1<PERFORMNUD>
media: <unknown type>
status: inactive
vboxnet0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 0a:00:27:00:00:00
inet 192.168.56.2 netmask 0xffffff00 broadcast 192.168.56.255
vmnet1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:50:56:c0:00:01
inet 192.168.227.1 netmask 0xffffff00 broadcast 192.168.227.255
vmnet8: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:50:56:c0:00:08
inet 172.16.53.1 netmask 0xffffff00 broadcast 172.16.53.255
Found two more Vmnet1,vmnet8 interface, played by VMware know this is a virtual network, VMNET1 is Host-only way, Vmnet8 is the way of Nat.
(3) View VMware Fusion Configuration
@webm ? ~ sudo more /Library/Preferences/VMware\ Fusion/networking
VERSION=1,0
answer VNET_1_DHCP yes
answer VNET_1_DHCP_CFG_HASH ****
answer VNET_1_HOSTONLY_NETMASK 255.255.255.0
answer VNET_1_HOSTONLY_SUBNET 192.168.227.0
answer VNET_1_VIRTUAL_ADAPTER yes
answer VNET_8_DHCP yes
answer VNET_8_DHCP_CFG_HASH ****
answer VNET_8_HOSTONLY_NETMASK 255.255.255.0
answer VNET_8_HOSTONLY_SUBNET 172.16.53.0
answer VNET_8_NAT yes
answer VNET_8_VIRTUAL_ADAPTER yes
(4) Edit the system Ech0 Network,
Select Ip4settings
Method Select "Manual"
Click Add
IP address: 172.16.53.100
netmask: 255.255.255.0
Gateway: 172.16.53.2
(5)Vi/etc/sysoconfig/network-scripts/ifcfg-eth0
Add a line dns1=172.16.53.2(gateway address)
(6) Vi/etc/sysconfig/network
Networking=yes
Hostname=yeahwell.abc.com
(6) Vi/etc/hosts
Add a line to the end of the file 172.16.53.100 yeahwell.abc.com
Service Network restart
(7) Network disconnected and reconnected
(8) Ping www.baidu.com
Using VMware Fusion to install CentOS under "OD Hadoop" Mac