Code Monkey home page Code Monkey logo

docs's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

VM-IPv4 defaultrouten funktionieren so nicht (immer)

Auf einem Host auf dem die FallOverIPs aus einem /30 vergeben werden sind ist die
als Gateway NICHT die Falloverip auf .254 nutzbar.
Und auch auf Grundlage der OVH-Doku empfiehlt es sich, das gleich "sauber" zu machen.
Also über die post-up ip-routen.
Mir ist nur nicht so recht klar, wie man das allgemeinverständlich formulieren kann.
Vermutlich mit einem Haufen Screenshots...

z.B.

    auto eth0
    iface eth0 inet static
    address 51.255.150.68
    netmask 255.255.255.0
    dns-nameservers 8.8.8.8
    network 51.255.150.0
    broadcast 51.255.150.255
    post-up ip r add 51.254.47.254 dev eth0
    post-up ip r add default via 51.254.47.254 dev eth0

oder

    auto eth0
    iface eth0 inet static
    address 164.132.62.120
    netmask 255.255.255.0
    network 164.132.62.0
    broadcast 164.132.62.255
    dns-nameservers 8.8.8.8
    post-up ip r add 91.121.134.254 dev eth0
    post-up ip r add default via 91.121.134.254 dev eth0

verschiedene konzentrator gits

In der Doku sind unter Konzentrator 2 gits angegeben. Ich empfehle nur eines davon zu verwenden, und das verzeichnis nicht erneut auszuchecken.

Letsencrypt für den proxmox?

Wenn ja?

PM-root#
cd ~
apt-get install git
git clone https://github.com/letsencrypt/letsencrypt

ein script erstellen:

pico /root/le-renew.sh

!/bin/bash

cd /root/letsencrypt
./letsencrypt-auto certonly --standalone --standalone-supported-challenges http-01 -d ffdus-pm-twin.ffdus.de -d dags1.ffdus.de
rm /etc/pve/pve-root-ca.pem
rm /etc/pve/local/pve-ssl.key
rm /etc/pve/local/pve-ssl.pem
cp /etc/letsencrypt/live/ffdus-pm-twin.ffdus.de/chain.pem /etc/pve/pve-root-ca.pem
cp /etc/letsencrypt/live/ffdus-pm-twin.ffdus.de/privkey.pem /etc/pve/local/pve-ssl.key
cp /etc/letsencrypt/live/ffdus-pm-twin.ffdus.de/cert.pem /etc/pve/local/pve-ssl.pem
service pveproxy restart
service pvedaemon restart

chmod +x /root/le-renew.sh
~/le-renew.sh

Konzentrator Bird

Es muss nur das Paket bird installiert werden. bird6 ist da mit drin.

ggf ist bird nicht aktiviert. Es wird also nicht automatisch beim Systemstart gestartet.
nach der Installation muss man deshalb einmalig

systemctl enable bird
systemctl enable bird6

eingeben.

fastd-ipv6 für die Supernodes

Derzeit scheint ein Supernode auf seinem eth0/ens18/whatever kein (public) IPv6 haben zu dürfen, ansonsten zerbricht das FFRL-IPv6 "richtung Konzentrator".

Wünschenswert wäre jedoch IPv6 für fastd, da insbesondere auf DSlite (Docsis LGI/VKD) fastd über IPv6 gefühlt über V6 besser läuft als über das CarrierGrade-NAT, auch was die MTU anbelangt.

(derzeit haben wir in ffdus derzeit IPv6 "vom FFRL" abgeschaltet, da der Performancezuwachs dadurch stärker ist als was man per publicIPv6 'für Knoten' gewinnt.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.