Equipment/Boole: Difference between revisions
From London Hackspace Wiki
(update with the changes to denning etc.) |
(note about the v6 route) |
||
Line 26: | Line 26: | ||
http://lists.debian.org/debian-devel/2012/11/msg00038.html I added sleep 10 to the unbound init scripts. | http://lists.debian.org/debian-devel/2012/11/msg00038.html I added sleep 10 to the unbound init scripts. | ||
--- | |||
We have have installed the latest version of the rp-pppoe ppp plugin so we can use a 1508 byte mtu to avoid having to do mss clamping. | |||
--- | |||
Sometimes we lose the ipv6 default route, doing <code>poff a-and-a ; pon a-and-a</code> makes it work again, but we don't know the underlying cause. |
Revision as of 21:05, 10 March 2014
A 1U Intel Atom machine in the rack in the basement, specs etc here
Boole is our core router, has both FTTC lines connected to it. DHCP and DNS server. Runs the spacefed node for the space and is an ldap server.
Issues
On boot unbound can fail to start due to ipv6 dad not finishing in time for it to bind to it's ipv6 address, see this:
http://lists.debian.org/debian-devel/2012/11/msg00038.html I added sleep 10 to the unbound init scripts. --- We have have installed the latest version of the rp-pppoe ppp plugin so we can use a 1508 byte mtu to avoid having to do mss clamping. ---
Sometimes we lose the ipv6 default route, doing poff a-and-a ; pon a-and-a
makes it work again, but we don't know the underlying cause.