VM के निर्माण के दौरान, NAT को नेटवर्किंग सेट करें।
लिनक्स गेस्ट पर: हार्डवेयर एड्रेस HWaddr
, ब्रॉडकास्ट एड्रेस Bcast
, IPv4 इंटरनेट एड्रेस inet addr
और मास्क Mask
का इस्तेमाल करने के लिए ifconfig चलाएं ।
UbuntuGuest$ifconfig
eth0 Link encap:Ethernet HWaddr 00:0c:29:53:bf:e5
inet addr:192.168.213.129 Bcast:192.168.213.255 Mask:255.255.255.0
<snip>
लिनक्स अतिथि पर: नेमसर्वर जानकारी देखें
UbuntuGuest$cat /etc/resolv.conf
nameserver 192.168.213.2
domain localdomain
search localdomain
लिनक्स गेस्ट पर: गेटवे एड्रेस लुकअप करें: (लाइन के गेटवे कॉलम में सूचीबद्ध 0.0.0.0 डेस्टिनेशन के रूप में।)
UbuntuGuest$route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.213.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.213.2 0.0.0.0 UG 100 0 0 eth0
OS X होस्ट पर: Linux अतिथि को एक स्थिर IP पता असाइन करने के dhcpd.conf
लिए vmnet8
(NAT वर्चुअल स्विच) के लिए फ़ाइल संपादित करें । (चौथी पंक्ति पर अपनी पसंद के संपादक का उपयोग करें)
OSXHost$cd /Library/Application\ Support/VMware\ Fusion/vmnet8/
OSXHost$sudo chmod u+w dhcpd.conf
OSXHost$sudo cp dhcpd.conf dhcpd.conf.bak.20100619
OSXHost$sudo emacs dhcpd.conf
OS X होस्ट पर: फ़ाइल कुछ इस तरह दिखने लगेगी:
# Configuration file for ISC 2.0 vmnet-dhcpd operating on vmnet8.
#
# This file was automatically generated by the VMware configuration program.
# See Instructions below if you want to modify it.
#
# We set domain-name-servers to make some DHCP clients happy
# (dhclient as configured in SuSE, TurboLinux, etc.).
# We also supply a domain name to make pump (Red Hat 6.x) happy.
#
###### VMNET DHCP Configuration. Start of "DO NOT MODIFY SECTION" #####
# Modification Instructions: This section of the configuration file contains
# information generated by the configuration program. Do not modify this
# section.
# You are free to modify everything else. Also, this section must start
# on a new line
# This file will get backed up with a different name in the same directory
# if this section is edited and you try to configure DHCP again.
# Written at: 12/26/2009 10:35:10
allow unknown-clients;
default-lease-time 1800; # default is 30 minutes
max-lease-time 7200; # default is 2 hours
subnet 192.168.213.0 netmask 255.255.255.0 {
range 192.168.213.128 192.168.213.254;
option broadcast-address 192.168.213.255;
option domain-name-servers 192.168.213.2;
option domain-name localdomain;
default-lease-time 1800; # default is 30 minutes
max-lease-time 7200; # default is 2 hours
option routers 192.168.213.2;
}
host vmnet8 {
hardware ethernet 00:50:56:C0:00:08;
fixed-address 192.168.213.1;
option domain-name-servers 0.0.0.0;
option domain-name "";
option routers 0.0.0.0;
}
####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######
पर ओएस एक्स मेजबान: एक नया बनाएं host
नीचे प्रविष्टि डीओ, उसे संशोधित धारा । यह प्रविष्टि लिनक्स अतिथि को एक स्थिर आईपी प्रदान करेगी। लिनक्स अतिथि से hardware ethernet
मिलान करने की आवश्यकता है । के लिए उपलब्ध स्थिर पता चुनें । , , और विकल्पों में दिए गए मैच के लिए जरूरत की धारा । (जो हम पहले ही लिनक्स अतिथि पर एकत्रित जानकारी के खिलाफ मिलान कर चुके हैं।) इस उदाहरण में मेजबान प्रविष्टि है:HWaddr
ifconfig
fixed-address
option broadcast-address
option domain-name-servers
option domain-name
option routers
subnet
dhcpd.conf
####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######
host serpents-hold {
hardware ethernet 00:0c:29:53:bf:e5;
fixed-address 192.168.213.3;
option broadcast-address 192.168.213.255;
option domain-name-servers 192.168.213.2;
option domain-name localdomain;
option routers 192.168.213.2;
}
OS X होस्ट सहेजें पर dhcpd.conf
और अपने संपादक को बंद करें।
OS X होस्ट और सभी मेहमान: सभी VMs और VMware को बंद करें।
OS X होस्ट पर: VMware सेवाओं को पुनरारंभ करें:
OSXHost$cd /Library/Application\ Support/VMware\ Fusion/
OSXHost$sudo ./boot.sh --restart
OS X होस्ट पर: देखें Activity Monitor
और सुनिश्चित करें कि प्रत्येक नाम की दो प्रक्रियाएं vmnet-dhcpd
चल रही हैं। (एक vmnet8
, NAT नेटवर्क के लिए है, दूसरा होस्ट केवल नेटवर्क के लिए है।) यदि आप दोनों को नहीं देखते हैं, तो संभवतः vmnet8/dhcpd.conf
OS X होस्ट पर फ़ाइल में कोई समस्या है । इसे ठीक करें और VMware सेवाओं के पुनरारंभ को दोहराएं।
OS X होस्ट पर: VMware और Linux अतिथि VM को प्रारंभ करें।
Linux अतिथि पर अतिथि VM जाँच करें कि सेटिंग्स अपेक्षित हैं:
UbuntuGuest$ifconfig
eth0 Link encap:Ethernet HWaddr 00:0c:29:53:bf:e5
inet addr:192.168.213.3 Bcast:192.168.213.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe53:bfe5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:103 errors:0 dropped:0 overruns:0 frame:0
TX packets:71 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10961 (10.9 KB) TX bytes:9637 (9.6 KB)
lo <snip>
UbuntuGuest$cat /etc/resolv.conf
nameserver 192.168.213.2
domain localdomain
search localdomain
UbuntuGuest$route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.213.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.213.2 0.0.0.0 UG 100 0 0 eth0
UbuntuGuest$
लिनक्स अतिथि पर: जांचें कि बाहरी दुनिया उपलब्ध है:
UbuntuGuest$ping google.com
PING google.com (72.14.213.104) 56(84) bytes of data.
64 bytes from pv-in-f104.1e100.net (72.14.213.104): icmp_seq=1 ttl=128 time=47.6 ms
64 bytes from 2.bp.blogspot.com (72.14.213.104): icmp_seq=2 ttl=128 time=48.7 ms
64 bytes from 2.bp.blogspot.com (72.14.213.104): icmp_seq=3 ttl=128 time=48.2 ms
^C
--- google.com ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3093ms
rtt min/avg/max/mdev = 47.687/48.223/48.714/0.491 ms
UbuntuGuest$
OS X होस्ट पर:hosts
फ़ाइल में hostname के लिए एक मैपिंग जोड़ें :
OSXHost$cd /etc
OSXHost$sudo emacs hosts
लिनक्स अतिथि के होस्टनाम और ऊपर निर्दिष्ट आईपी पते का उपयोग करके होस्ट फ़ाइल के अंत में एक पंक्ति जोड़ें।
192.168.213.2 serpents-hold
OS X होस्ट पर: फ़ाइल को सहेजें और Emacs से बाहर निकलें।
OS X होस्ट पर: टेस्ट करें कि लिनक्स गेस्ट होस्टनाम द्वारा उपलब्ध है:
OSXHost$ping serpents-hold
PING serpents-hold (192.168.213.3): 56 data bytes
64 bytes from 192.168.213.3: icmp_seq=0 ttl=64 time=0.169 ms
64 bytes from 192.168.213.3: icmp_seq=1 ttl=64 time=0.244 ms
^C
--- serpents-hold ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.169/0.207/0.244/0.037 ms
OSXHost$