Módosítások

Cloud for Education

626 bájt hozzáadva, 2017. március 21., 02:38
Csatlakozás Linux alapú operációs rendszer alól
=== Csatlakozás Linux alapú operációs rendszer alól ===
==== Előkészületek ====
# Konfigurálni kell az interfészeket
Ez az Debian base image-nél alapból konfigurálva van az alábbi módon:
 
 
 
root@iscsiteszt:/home/debian# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface auto lo iface lo inet loopback
 
# The normal eth0
auto eth0
iface eth0 inet dhcp
 
# Maybe the VM has 2 NICs?
allow-hotplug eth1
iface eth1 inet dhcp
 
# Maybe the VM has 3 NICs?
allow-hotplug eth2
iface eth2 inet dhcp
=== Csatlakozás Windows alapú operációs rendszer alól (hamarosan) ===

Navigációs menü