Alex/ff/logbuch: Unterschied zwischen den Versionen

Aus Wiki CCC Göttingen
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Logbuch 20141130 root@vm04:~# cat /etc/debian_version 7.7 deb http://repo.universe-factory.net/debian/ sid main deb http://download.opensuse.org/repositori…“)
 
Keine Bearbeitungszusammenfassung
Zeile 14: Zeile 14:


  aptitude install sudo bridge-utils batctl=2013.4.0-1 openvpn haveged fastd radvd isc-dhcp-server bind9 git alfred alfred-json batman-adv-dkms nagios-nrpe-server ntp
  aptitude install sudo bridge-utils batctl=2013.4.0-1 openvpn haveged fastd radvd isc-dhcp-server bind9 git alfred alfred-json batman-adv-dkms nagios-nrpe-server ntp
IP Forwarding aktivieren
Konfigurationsdatei /etc/sysctl.d/forwarding.conf
forwarding.conf
<syntaxhighlight lang="conf">
# IPv4 Forwarding
net.ipv4.ip_forward=1
# IPv6 Forwarding
net.ipv6.conf.all.forwarding = 1
</syntaxhighlight lang="conf">
Jetzt solltest du noch einmal rebooten, um diese Änderung zu aktivieren.

Version vom 30. November 2014, 23:36 Uhr

Logbuch 20141130

root@vm04:~# cat /etc/debian_version 
7.7
deb http://repo.universe-factory.net/debian/ sid main
deb http://download.opensuse.org/repositories/home:/fusselkater:/ffms/Debian_7.0/ /
deb http://http.debian.net/debian wheezy-backports main
gpg --keyserver pgpkeys.mit.edu --recv-key 16EF3F64CB201D9C
gpg -a --export 16EF3F64CB201D9C | apt-key add -
wget http://download.opensuse.org/repositories/home:fusselkater:ffms/Debian_7.0/Release.key
apt-key add - < Release.key
aptitude update
aptitude install sudo bridge-utils batctl=2013.4.0-1 openvpn haveged fastd radvd isc-dhcp-server bind9 git alfred alfred-json batman-adv-dkms nagios-nrpe-server ntp


IP Forwarding aktivieren

Konfigurationsdatei /etc/sysctl.d/forwarding.conf

forwarding.conf <syntaxhighlight lang="conf">

  1. IPv4 Forwarding

net.ipv4.ip_forward=1

  1. IPv6 Forwarding

net.ipv6.conf.all.forwarding = 1 </syntaxhighlight lang="conf"> Jetzt solltest du noch einmal rebooten, um diese Änderung zu aktivieren.