![]() |
|
|
google unix.com
|
|||||||
| Forum | Registrati | Regole Forum | Collegamenti | Album | FAQ | Members List | Calendario | Ricerca | Today's Posts | Mark Forums Read |
| Ubuntu Ubuntu è un sistema operativo desktop di Linux, liberamente disponibile con entrambe le comunità e supporto professionale. |
Più di UNIX e Linux Forum Argomenti potreste trovare utili
|
||||
| Filo | Thread Starter | Forum | Risposte | Ultimo Post |
| Route statico | Arun.Kakarla | UNIX for Dummies Domande & Risposte | 2 | 07-17-2008 09:07 AM |
| route statica? | chaandana | Reti IP | 3 | 07-05-2005 03:05 AM |
| Statico | Wojtyla | Di programmazione ad alto livello | 6 | 02-25-2005 11:57 AM |
| IP statico | Reti IP | 7 | 05-18-2003 08:33 PM | |
![]() |
|
|
LinkBack | Thread Tools | Cerca in questo Thread | Rate Thread | Modalità di visualizzazione |
|
|
|
||||
|
Come impostare dei clienti IP statico
Ciao gente, 8,04 server Ubuntu amd64 - host Ubuntu 6.06 server amd64 - ospite KVM Cui ho fatto riferimento; Il Kernel Virtual Machine https: / / help.ubuntu.com / community / KVM e non poteva capire come impostare un indirizzo IP statico ospite Ospitante; / etc / network / interfaces Codice:
# 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
auto eth0
iface eth0 inet manual
# The primary network interface
auto br0
iface br0 inet static
address 192.168.0.110
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
Valutazione; / etc / network / interfaces Codice:
auto lo iface lo inet loopbak # The primary network interface auto eth0 iface eth0 inet dhcp $ Ifconfig Codice:
... inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 .... Ospitante; / etc / libvirt / qemn / reti / default.xml Codice:
<network>
<name>default</name>
<uuid></uuid>
<bridge name="virbr%d" />
<forward/>
<ip address="192.168.122.1" netmask="255.255.255.0">
<dhcp>
<range start="192.168.122.2" end="192.168.122.254" />
</dhcp>
</ip>
</network>
Si prega di un capannone di me un po 'di luce. TIA BR satimis |
|
||||
|
Citazione:
dhcp è IP dinamico. Si sta lavorando. Gli ospiti possono connettersi a Internet. Ho provato a impostare "interfacce", con un indirizzo IP statico, come un foglio a parte per PC che operano da soli, ma senza risultato. Penso che le impostazioni su "l'interfaccia" a tutte le distro Linux sarà la stessa. satimis |
![]() |
| Segnalibri |
| Thread Tools | Cerca in questo Thread |
| Modalità di visualizzazione | Vota questo thread |
|
|