Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "GruppoTest/Hardware/Rete/Cablata"
Differenze tra le versioni 6 e 7
Versione 6 del 23/12/2009 16.20.07
Dimensione: 2304
Commento:
Versione 7 del 23/12/2009 16.31.38
Dimensione: 2296
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 6: Linea 6:
[[Indice(depth=3)]] [[Indice(depth=2)]]
Linea 8: Linea 8:
== Cabled Network == = Cabled Network ===
Linea 11: Linea 11:
=== Test Automatic Connectivity === == Test Automatic Connectivity ==
Linea 22: Linea 22:
=== Verify Release of Device === == Verify Release of Device ==
Linea 28: Linea 28:
=== Verify Manual Connectivity === == Verify Manual Connectivity ==
Linea 37: Linea 37:
== Ulteriori risorse == = Ulteriori risorse =

Include(GruppoTest/Header) BR Indice(depth=2)

= Cabled Network ===

Test Automatic Connectivity

Case ID: hcn-001

  1. Ensure that NetworkManager is running (computer icon in the notification area) and that no networks are currently connected.

  2. Open gnome-terminal (Applications -> Accessories -> Terminal).

  3. In the terminal, run ifconfig. Verify that only the loopback device ("lo") is listed.

  4. Connect the network adapter to a network with a DHCP server.
  5. After approximately 30 seconds, run ifconfig in the terminal. Verify that a new network device is present and has received an IP address. Note the interface name (e.g. eth0).

  6. In the terminal, run route -n. Note the IP address that is not "0.0.0.0" in the Gateway column.

  7. In the terminal, run ping -c 5 [gateway] where [gateway] is the IP address of the Gateway, above. Verify that the command reports "5 packets transmitted, 5 packets received".

Verify Release of Device

Case ID: hcn-002

  1. In the terminal, run ifdown [interface] where [interface] is the interface name, above.

  2. In the terminal, run ifconfig and verify that only the loopback device ("lo") is listed.

Verify Manual Connectivity

Case ID: hcn-003

  1. In the terminal, run ifconfig [interface] [staticIP] where [interface] is the interface name and [staticIP] is a valid unused IP address on the current network. (Consult your network administrator if you do not know such an address.)

  2. In the terminal, run ifconfig. Verify that the network device is again listed and has the IP address ([staticIP]) as given above.

  3. In the terminal, run ping -c 5 [gateway] where [gateway] is the IP address of the Gateway, above. Verify that the command reports "5 packets transmitted, 5 packets received".

  4. In the terminal, run ifdown [interface] where [interface] is the interface name, above.

Ulteriori risorse


CategoryComunita