Parallels Desktop 7 for Mac, ESD Podręcznik Użytkownika Strona 202

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 201
202
Tips and Troubleshooting
Configuring a Network in Linux
When setting up network in Linux, you may need to configure the DHCP client to send the virtual
machine's ID in DHCP requests. For information on how to configure your DHCP client, refer to the
DHCP client documentation.
For example, in Red Hat Linux guest OSs, you need to edit the DHCP client configuration file.
1 Open the dhclient.conf file and make sure that the following lines are present.
interface "eth0" {
send dhcp-client-identifier 1:<MAC address>;
}
2 If there are no such lines, add them manually to the file and save it.
When the dhclient.conf file contains these lines, DHCP client sends the virtual machine's ID to
the DHCP server. The DHCP server sends an IP address in response.
Tip
To locate the dhclient.conf file, in a terminal, enter:
strings /sbin/dhclient | grep etc | grep dhclient.conf
or:
rpm -ql dhclient
Przeglądanie stron 201
1 2 ... 197 198 199 200 201 202 203 204 205 206 207 ... 215 216

Komentarze do niniejszej Instrukcji

Brak uwag