Fonera: Unterschied zwischen den Versionen
MovGP0 (Diskussion | Beiträge) |
MovGP0 (Diskussion | Beiträge) |
||
Zeile 140: | Zeile 140: | ||
yes | yes | ||
***** | ***** | ||
=== network configuration files === | |||
{| | |||
! file !! description | |||
|- | |||
| ''/etc/ethers'' || specifying static IP addresses via DHCP | |||
|- | |||
| /etc/dnsmasq.conf || configures DNS masquerading | |||
|- | |||
| /etc/hosts || maps IP-address to hostname | |||
|- | |||
| ''/etc/networks'' || maps network addresses to network name | |||
|- | |||
| /etc/protocols || maps protocol to port number | |||
|- | |||
| /etc/config/dhcp || configures dhcp server | |||
|- | |||
| /etc/config/dropbear || | |||
|- | |||
| /etc/config/firewall || configures firewall | |||
|- | |||
| /etc/config/network || | |||
|- | |||
| /etc/config/system || | |||
|- | |||
| /etc/config/wireless || configures wireless lan adapter | |||
|- | |||
|} | |||
=== /etc/ethers === | |||
This file maps a given MAC-address to an IPv4-Address via DHCP. Example: | |||
# desktop | |||
xx:xx:xx:xx:xx:xx 192.168.1.2 | |||
# laptop | |||
xx:xx:xx:xx:xx:xx 192.168.1.3 | |||
# another desktop | |||
xx:xx:xx:xx:xx:xx 192.168.1.4 | |||
Hint: You get the MAC-address using <code>ipconfig -all</code> on Windows or <code>ifconfig</code> on Linux/Unix. | |||
== CLONING == | == CLONING == |