Network Config File

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Version vom 24. März 2008, 12:17 Uhr von MovGP0 (Diskussion | Beiträge) (Die Seite wurde neu angelegt: == ARP == ;Derzeit /etc/ethers 08:00:02:00:34 Foo 08:00:23:43:16 Bar /etc/hosts 192.168.0.10 Foo fe80::192.168.0.10 Foo 192.168.0.11 Bar ;P...)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springenZur Suche springen

ARP

Derzeit
/etc/ethers
08:00:02:00:34  Foo
08:00:23:43:16  Bar
/etc/hosts
192.168.0.10        Foo
fe80::192.168.0.10  Foo
192.168.0.11        Bar
Proposal
<hosts>
   <host name="Foo">
      <address type="mac">08:00:02:00:34</address>
      <address type="ipv4">192.168.0.10</address>
      <address type="ipv6">fe80::192.168.0.10</address>
   </host>
   <host name="Bar">
      <address type="mac">08:00:02:00:34</address>
      <address type="ipv4">192.168.0.11</address>
   </host>
</hosts>