Fonera: Unterschied zwischen den Versionen
MovGP0 (Diskussion | Beiträge) |
MovGP0 (Diskussion | Beiträge) |
||
Zeile 179: | Zeile 179: | ||
192.168.1.4 ftp.mydomain.com ftp.lan ftp | 192.168.1.4 ftp.mydomain.com ftp.lan ftp | ||
Hint: you can also use a hosts file to block bad sites; see also [http://en.wikipedia.org/wiki/Hosts_file#Custom_hosts_files custom hosts files] | Hint: you can also use a hosts file to block bad sites; see also [http://en.wikipedia.org/wiki/Hosts_file#Custom_hosts_files custom hosts files] | ||
=== /etc/networks === | |||
lists the names and addresses of your own, and other, networks. this file is used by the route command. Example: | |||
<pre> | |||
default 0.0.0.0 # default route - mandatory | |||
loopnet 127.0.0.0 # loopback network - mandatory | |||
wlan 192.168.0.0 # local wireless network | |||
lan 192.168.1.0 # local wired network | |||
</pre> | |||
=== /etc/config/network === | === /etc/config/network === |