Network Config File: Unterschied zwischen den Versionen
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... |
Keine Bearbeitungszusammenfassung |
||
(3 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== ARP == | == ARP == | ||
=== Derzeit === | |||
;/etc/ethers | |||
08:00:02:00:34 Foo | 08:00:02:00:34 Foo | ||
08:00:23:43:16 Bar | 08:00:23:43:16 Bar | ||
use: | |||
''MAC-Address hostname.domain-name hostname.localdomain hostname'' | |||
;/etc/hosts | |||
192.168.0.10 | 192.168.0.10 foo | ||
fe80::192.168.0.10 | fe80::192.168.0.10 foo | ||
192.168.0.11 | 192.168.0.11 bar bar.localdomain bar.mycompany.com | ||
use: | |||
''IPv4-or-IPv6-Address hostname.domain-name hostname.localdomain hostname'' | |||
=== Proposal === | |||
<hosts> | <hosts> | ||
<host name="Foo"> | <host name="Foo"> | ||
Zeile 25: | Zeile 29: | ||
</host> | </host> | ||
</hosts> | </hosts> | ||
<shedule> | |||
<time-range start="ISO-Date" end="ISO-Date"> | |||
<periodic type="weekend" start="ISO-Time" end="ISO-Time" /> | |||
<rules>...</rules> | |||
</time-range> | |||
</shedule> | |||
<access-lists> | |||
<access-list id="Name"> | |||
<permit source="192.168.1.36" /> | |||
<permit source="192.168.0.45" wildcard="/24" /> | |||
<permit source="192.168.2.25" wildcard="255.255.255.0" /> | |||
<deny /> | |||
</access-list> | |||
<access-lists> | |||
[[Kategorie:Netzwerk]] |
Aktuelle Version vom 24. Januar 2013, 02:29 Uhr
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>
<shedule> <time-range start="ISO-Date" end="ISO-Date"> <periodic type="weekend" start="ISO-Time" end="ISO-Time" /> <rules>...</rules> </time-range> </shedule>
<access-lists> <access-list id="Name"> <permit source="192.168.1.36" /> <permit source="192.168.0.45" wildcard="/24" /> <permit source="192.168.2.25" wildcard="255.255.255.0" /> <deny /> </access-list> <access-lists>