linux_installation
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux_installation [2007/02/04 21:07] – /* Getting user information from [[LDAP]] */ _bacam | linux_installation [2026/09/27 05:11] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ====== Serial console ====== | ||
| - | |||
| - | |||
| - | If the machine is only providing serial output during bootup, then it may not have been configured for serial logins. | ||
| - | | ||
| - | T0: | ||
| - | |||
| - | which tells init to start the program to provide login prompts. | ||
| - | |||
| - | The original kernel shipped with Debian sarge has a broken serial driver for Ultra 5s. The version in the security updates should work. | ||
| - | |||
| - | |||
| - | ====== Getting user information from [[ldap]] ====== | ||
| - | |||
| - | |||
| - | The < | ||
| - | Also make sure that < | ||
| - | |||
| - | To tell < | ||
| - | the < | ||
| - | give the host and base (< | ||
| - | |||
| - | To tell libc to use < | ||
| - | | ||
| - | passwd: | ||
| - | group: | ||
| - | shadow: | ||
| - | |||
| - | The other databases are best left alone; we don't bother putting host | ||
| - | information or such like in LDAP because we don't see much benefit. | ||
| - | |||
| - | The < | ||
| - | |||
| - | |||
| - | ====== Authenticating with [[ldap]] ====== | ||
| - | |||
| - | |||
| - | Canonical < | ||
| - | | ||
| - | # ** Use trick from / | ||
| - | # | ||
| - | auth [success=1 default=ignore] | ||
| - | auth required | ||
| - | auth required | ||
| - | |||
| - | Note the < | ||
| - | |||
| - | Some more should go here, but doesn' | ||
| - | |||
| - | |||
| - | ====== Multiple VLANs ====== | ||
| - | |||
| - | |||
| - | Some systems need to appear on several VLANs, most notably the router. | ||
| - | | ||
| - | 8021q | ||
| - | |||
| - | to the end of < | ||
| - | | ||
| - | # Admin VLAN | ||
| - | auto eth0.1 | ||
| - | iface eth0.1 inet static | ||
| - | address 192.168.1.6 | ||
| - | netmask 255.255.255.0 | ||
| - | network 192.168.1.0 | ||
| - | broadcast 192.168.1.255 | ||
| - | |||
| - | where < | ||
| - | |||
| - | |||
| - | ====== Logging to the [[log_host]] ====== | ||
| - | |||
| - | |||
| - | To make syslog send logs to the log host, put | ||
| - | | ||
| - | *.* | ||
| - | |||
| - | into ''/ | ||
| - | |||
| - | |||
| - | ====== See also ====== | ||
| - | |||
| - | |||
| - | * [[updating_systems]] | ||
| - | * [[log_host]] | ||
| - | |||
| - | |||
| - | ====== Other stuff that should be documented here, but isn't ====== | ||
| - | |||
| - | |||
| - | * Configuring machines to pass mail on to the mail hub | ||
| - | * Configuring ntp | ||
| - | * Booting our suns from the LAN | ||
| - | * Installing munin | ||
| - | |||
| - | |||
| - | |||
linux_installation.1170623267.txt.gz · Last modified: (external edit)
