IPv6, DHCPd, OpenLDAP on FreeBSD

Just a few small misc notes from my old FreeBSD server setup. There is a chance these are completely obsolete.

IPv6 setup

Add to rc.conf:

ipv6_enable="YES"
ipv6_ifconfig_fxp0="FEEE::1"
ipv6_defaultrouter="FEEE::1"
rtadvd_enable="YES"
rtadvd_interfaces="em1"

Edit  /etc/rtadvd.conf

em1:\
    :addrs#1:addr="FEEE::":prefixlen#64:tc=ether:

DHCPd

ISC dhcpd in FreeBSD 8.2

Install the port:
net/isc-dhcp41-server

Set in rc.conf
dhcpd_enable="YES"

OpenLDAP

OpenLDAP 2.4 on FreeBSD 7.1

Lars Sommer, [email protected], 2009-01-18
DISCLAIMER: This is a personal note made for personal usage. It might not be easy usable nor explaining.


Install this port:
net/openldap2.4-server
With the option SASL enabled

Misc. base system notes

Base system configuration

Set root password
# passwd

Add a user for administration
# adduser

enable sshd and set interface adresses.

Create resolv.conf


Install these ports:
sysutils/screen
security/sudo

Skriv et svar

Din e-mailadresse vil ikke blive publiceret. Krævede felter er markeret med *