Giter VIP home page Giter VIP logo

router-playbook's Introduction

Debian 11 / bullseye / stable

Build image with debian image builder Set 1 eth to have static ip run ansible

ansible-galaxy install -r requirements.yml
ansible-playbook -l nanopi -u ed -e @secrets_file.enc --ask-vault-pass playbook.yml --ask-pass --ask-become-pass

ansible-playbook -l nanopi -u ed2 -e @secrets_file.enc --ask-vault-pass playbook.yml 

Interface ordering fix pyavitz/debian-image-builder#40

MTU info https://www.sonicwall.com/support/knowledge-base/how-can-i-optimize-pppoe-connections/170505851231244/

DNS resolution

/etc/resolvconf/update.d/dnsmasq causes the DNS servers to be written to /run/dnsmasq/resolv.conf

IPv6 info

Services and their purpose

  • Radvd -Router Advertisement
  • dnsmasq - internal dhcp, dns
  • dhcpcd5

https://wiki.debian.org/IPv6PrefixDelegation https://wiki.archlinux.org/title/IPv6

https://askubuntu.com/questions/56890/ipv6-over-pppoe https://bbs.archlinux.org/viewtopic.php?id=244241

https://www.reddit.com/r/ipv6/comments/deb531/linux_xfinity_dhcpcd_and_getting_a_local_prefix/

https://vk5tu.livejournal.com/37206.html

https://wiki.gentoo.org/wiki/IPv6_router_guide

DHCPv6 clients

dhcpcd5 https://roy.marples.name/git/dhcpcd Debian version is well out of date

dhcpcd -f /etc/dhcpcd.conf.new -dB

wide-dhcpv6-client - https://github.com/opnsense/dhcp6c looks a bit unmaintained, and especially unmaintained in Debian

isc-dhcp-client - https://www.isc.org/dhcp/ Installed in Debian by default however "ISC has ended development on the ISC DHCP client as of early 2022. This client implementation is no longer maintained and should not be used in production any longer."

https://radvd.litech.org/

systemd/systemd#481

IPv6 Debugging

ping -6 google.com ip -6 route ping ipv6.google.com

https://ipv6-test.com/ https://test-ipv6.com/

Show routing table ip -6 route show or netstat -rn -6

Doing a systemctl restart dhcpcd temporarily improves the ipv6 situation, however it breaks again after restarting pppoe. It can be seen from looking at the ipv6 routing table there is no default route.

wide-dhcpv6-client has been installed manually - uninstall - done

router-playbook's People

Contributors

electrified avatar

Watchers

 avatar James Cloos avatar  avatar

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.