SRV-LIN1-01

Serveur DNS, DHCP & LDAP. Ce serveur servira également de passerelle.

OS

Debian GNU/Linux 12 (bookworm)

Logins

  • root : LIL-fesm-zont (connexion SSH par mot de passe désactivée)

  • pj55iye : ZALD-frop-vold

  • LAM

    • lam : LIL-fesm-zont (edit server profiles)

    • admin : LIL-fesm-zont

SSH configuration (clé)

mkdir -p /root/.ssh
echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOGVi0MNingnvScAJJHb9+EYPngweg1PJfgUfsN5vwSS" >> /root/.ssh/authorized_keys
chmod -R go= /root/.ssh
chown -R root:root /root/.ssh

Configuration IP

ens33 = interface NAT

# The primary network interface
allow-hotplug ens33
iface ens33 inet dhcp

ens36 = interface host-only

# Interface local
allow-hotplug ens36
iface ens36 inet static
 address 10.10.10.11
 netmask 255.255.255.0
 gateway 10.10.10.11
 dns-nameservers 127.0.0.1

Last updated