Network Config File

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen

ARP

Derzeit

/etc/ethers
08:00:02:00:34  Foo
08:00:23:43:16  Bar

use:

MAC-Address hostname.domain-name  hostname.localdomain hostname
/etc/hosts
192.168.0.10        foo
fe80::192.168.0.10  foo
192.168.0.11        bar bar.localdomain bar.mycompany.com 

use:

IPv4-or-IPv6-Address hostname.domain-name  hostname.localdomain hostname

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>
<interfaces>
   <interface device="eth0">
   
   </interface>
</interfaces>