Accessibles publiquement :
– ”Le Guide du Rootard”, Eric Dumas, 1998,
http ://www.freenix.fr/unix/linux/Guide/
– ”The Network Administrator’s Guide”, 2nd Ed., Olaf Kirch et Terry Dawson, 2000,
http ://www.tldp.org/guides.html (The Linux Documentation Project, voir ce
# sa -s
695190 6364383.82re 18439.48cp 34avio 382k
2063 19440.61re 14199.00cp 8484avio 2k ftp
6039 2446.77re 473.90cp 547avio 518k pwd_mkdb
38562 86.21re 472.61cp 2avio 951k cat
38392 6683.32re 377.77cp 3avio 449k dialog
223 354.57re 314.74cp 1394avio 11k rcp
...
# ac -d
...
Feb 10 total 109.55
Feb 11 total 140.15
Feb 12 total 71.94
Feb 13 total 39.11
Feb 14 total 37.76
laser:\
:lp=:rm=laser310:sd=/var/spool/laser:sh:\
:lf=/var/log/laser:af=/var/adm/laser:
<Location />
Order Deny,Allow
Deny From All
Allow From 192.168.0.*
</Location>
.........
# Pilote à charger
forceload: drv/plotter
# Positionnement de maxusers à 40
set maxusers=40
image=/boot/vmlinuz-2.2.14
label=2.2.14
image=/boot/vmlinuz-2.2.13
label=2.2.13
other=/dev/hda2
label=freebsd
table=/dev/hda
terminal
2|std.9600|9600-baud:\
:sp#9600:
h|std.19200|19200-baud:\
:sp#19200:
Couche Présentation
Couche Session
Couche Transport
Couche Réseau
Couche Liaison
Couche Physique
Couche Application
Couche Transport
Couche Internet
Couche Réseau
HOSTNAME="romuald.isty-info.uvsq.fr"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
...
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=193.51.33.1
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=""
LANCONFIG_ARGS[0]="ether"
DHCP_ENABLE[0]=0
Exemples :
– FreeBSD :
$ /sbin/ifconfig -a
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 193.51.24.1 netmask 0xffffffe0 broadcast 193.51.24.31
ether 00:a0:c9:ee:76:58
media: autoselect (100baseTX <full-duplex>) status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
– HP-UX :
$ /usr/sbin/ifconfig lan0
lan0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST>
inet 193.51.33.1 netmask ffffff00 broadcast 193.51.33.255
Exemple :
$ netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
fxp0 1500 <Link> 00.a0.c9.ee.76.58 599269 1 614046 0 0
fxp0 1500 193.51.24/27 193.51.24.1 599269 1 614046 0 0
lo0 16384 <Link> 46738 0 46738 0 0
lo0 16384 127 127.0.0.1 46738 0 46738 0 0
$ /usr/sbin/arp -an
(193.51.33.32) at 0:0:a7:2:56:ee ether
(193.51.33.2) at 8:0:9:c4:12:fc ether
(193.51.33.5) at 8:0:9:e:41:8a ether
(193.51.33.41) at 0:0:a7:3:78:24 ether
(193.51.33.42) at 0:0:a7:3:78:41 ether
(193.51.33.106) at (incomplete)
...
– Suppression : arp -d nom/adresse-IP
– Ajout :
arp -s nom/adresse-IP adresse-MAC [option]
arp -f nom-de-fichier
edu fr
prism isty−info
romuald
arpa edu fr
prism isty−info
193
51
romuald
33
> romuald.isty-info.uvsq.fr
Name: romuald.isty-info.uvsq.fr
Address: 193.51.33.1
disabled = yes
}
includedir /etc/xinetd.d
. 3600000 NS B.ROOT-SERVERS.NET.
B.ROOT-SERVERS.NET. 3600000 A 128.9.0.107
. 3600000 NS C.ROOT-SERVERS.NET.
C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12
...
zone "." {
type hint;
file "root.cache";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "prim/local/localhost";
};
zone "isty-info.uvsq.fr" {
type master;
file "prim/uvsq/isty-info";
};
zone "33.51.193.in-addr.arpa" {
type master;
file "prim/uvsq/33.isty-info";
};
zone "25.51.193.in-addr.arpa" {
type slave;
file "second/uvsq/25.prism";
masters {
193.51.25.1;
};
};
; Les serveurs
romuald IN A 193.51.33.1
IN MX 100 soleil.uvsq.fr.
IN MX 200 shiva.jussieu.fr.
www IN CNAME romuald
athanase IN A 193.51.33.2
IN MX 100 soleil.uvsq.fr.
IN MX 200 shiva.jussieu.fr.
...
#%PAM-1.0
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_nologin.so
auth sufficient /lib/security/pam_unix.so
auth sufficient /lib/security/pam_krb5afs.so try_first_pass \
tokens debug
auth required /lib/security/pam_pwdb.so shadow nullok
account required /lib/security/pam_pwdb.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_pwdb.so shadow nullok \
use_authtok
session optional /lib/security/pam_console.so
session optional /lib/security/pam_krb5afs.so
session required /lib/security/pam_pwdb.so