diff --git a/content/u/projects/jobs-hacks-bounties/contents.lr b/content/u/projects/jobs-hacks-bounties/contents.lr index 7e2fe29..90cf20b 100644 --- a/content/u/projects/jobs-hacks-bounties/contents.lr +++ b/content/u/projects/jobs-hacks-bounties/contents.lr @@ -77,7 +77,12 @@ Create a django project that provides the following features: ## Jobs -Currently there are no permanent job openings. +We are currently looking for three new engineers to join us: + +* Senior DevOps (K8S, cdist, Alpine Linux) Engineer (20-100% role) +* Senior Developer (Python, Django) (20-100% role) + + ## Bounties @@ -106,20 +111,6 @@ updates for some time, so we offer the following bounties: * Eboard does not work in NAT64 scenarios, because it does not have IPv6 support ** Bounty successful when a new eboard release was made with it -### Bounty 2: Alpine Linux installable in IPv6 only networks - -Alpine Linux currently does not start rdnssd in the installer nor does -it have the ndisc package installed. - -The installer in particular needs to assign itself IPv6 addresses -(SLAAC should already work), needs to accept DNS servers and search -suffix from router advertisements (requires rdnssd running) and -wget/curl need to have IPv6 support to retrieve files via IPv6. - -Present a short video that successfully shows the updated upstream -installer working in an IPv6 only network to install Alpine -Linux. Bounty is __100 CHF__. - ### Bounty 3: Enable IPv6 only in the Linux kernel As you might remember, we created @@ -176,3 +167,24 @@ On the wireguard mailing list it was discussed whether a peer can have multiple IP addresses. This could be a proper solution, as it also addresses the case when a VPN server has multiple IPv6 or IPv4 addresses. + +## Historic Bounties + +### Bounty 2: Alpine Linux installable in IPv6 only networks + +Alpine Linux currently does not start rdnssd in the installer nor does +it have the ndisc package installed. + +The installer in particular needs to assign itself IPv6 addresses +(SLAAC should already work), needs to accept DNS servers and search +suffix from router advertisements (requires rdnssd running) and +wget/curl need to have IPv6 support to retrieve files via IPv6. + +Present a short video that successfully shows the updated upstream +installer working in an IPv6 only network to install Alpine +Linux. Bounty is __100 CHF__. + +``` +Solution: Alpine Linux now ships with dhcpcd enabling IPv6 address +acquisition as well as name resolution. +```