Difference between revisions of "Linux networking"
Jump to navigation
Jump to search
(→Related Pages: more stuff) |
(→Related Pages: resolv.conf) |
||
Line 7: | Line 7: | ||
* [[dnsmasq]] is a [[daemon]] for providing [[DNS]] and [[DHCP]] services on a [[Linux]] server. It can be used to replace those services typically provided by residential router/gateway hardware, but with much more flexibility (and without having to lose the network connection whenever a change is made). | * [[dnsmasq]] is a [[daemon]] for providing [[DNS]] and [[DHCP]] services on a [[Linux]] server. It can be used to replace those services typically provided by residential router/gateway hardware, but with much more flexibility (and without having to lose the network connection whenever a change is made). | ||
* [[nsswitch.conf]] tells [[Linux]]'s [[domain name resolver]] what methods to use for resolving [[domain name]]s both within the local network (if any) and on the internet. Among the choices are DNS (best for internet domain names) and WINS (often used for [[Windows (Microsoft)|Windows]]) | * [[nsswitch.conf]] tells [[Linux]]'s [[domain name resolver]] what methods to use for resolving [[domain name]]s both within the local network (if any) and on the internet. Among the choices are DNS (best for internet domain names) and WINS (often used for [[Windows (Microsoft)|Windows]]) | ||
+ | * [[resolv.conf]] is the [[domain name resolver]] configuration file | ||
* [[Samba]]: when communication with [[Windows (Microsoft)|Windows]] is part of the picture, the configuration of Samba may be relevant. | * [[Samba]]: when communication with [[Windows (Microsoft)|Windows]] is part of the picture, the configuration of Samba may be relevant. | ||
* [[WINS]] is the protocol used to convert [[Windows (Microsoft)|Windows]] SMB names into (usually [[local IP address|local]]) IP addresses | * [[WINS]] is the protocol used to convert [[Windows (Microsoft)|Windows]] SMB names into (usually [[local IP address|local]]) IP addresses |
Revision as of 17:18, 18 December 2006
computing: software: operating systems: Linux: networking
Overview
This is a general guide to Linux networking, mostly as a collection point for links to relevant articles.
Related Pages
- dhclient (a.k.a. dhcpcd) is the Linux program which manages the conversation with a DHCP server and thereby sets the client's IP address and other related settings.
- dnsmasq is a daemon for providing DNS and DHCP services on a Linux server. It can be used to replace those services typically provided by residential router/gateway hardware, but with much more flexibility (and without having to lose the network connection whenever a change is made).
- nsswitch.conf tells Linux's domain name resolver what methods to use for resolving domain names both within the local network (if any) and on the internet. Among the choices are DNS (best for internet domain names) and WINS (often used for Windows)
- resolv.conf is the domain name resolver configuration file
- Samba: when communication with Windows is part of the picture, the configuration of Samba may be relevant.
- WINS is the protocol used to convert Windows SMB names into (usually local) IP addresses