Difference between revisions of "Linux networking"
Jump to navigation
Jump to search
(→Related Pages: more stuff) |
|||
Line 4: | Line 4: | ||
This is a general guide to [[Linux networking]], mostly as a collection point for links to relevant articles. | This is a general guide to [[Linux networking]], mostly as a collection point for links to relevant articles. | ||
==Related Pages== | ==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). | * [[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. | + | * [[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]]) |
* [[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 |
Revision as of 03:02, 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)
- 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