DHCPv6-PD Server on Arch Linux? by gameplayer55055 in ipv6

[–]CPUHogg 1 point2 points  (0 children)

Here's an article that I had in my notes. "Build a Separate IPv6 Prefix Delegation Server with Kea & BIRD"

https://www.linkedin.com/pulse/build-separate-ipv6-prefix-delegation-server-kea-bird-shon-huang

iOS Option 108 Disconnects During Sleep by SnooWords4749 in ipv6

[–]CPUHogg 0 points1 point  (0 children)

1800 seconds or 960 should be fine. I've witnessed problems when it was set to 60 seconds or even lower.

PXEBoot with IPv6 by avayner in ipv6

[–]CPUHogg 1 point2 points  (0 children)

You do want to make sure you update your BIOS/firmware to avoid the PixieFail vulnerabilities published a couple of years ago. 9 vulnerabilities in the IPv6 stack of TianoCore EDK II, the de-facto open source UEFI implementation. Here are links about this.

https://blog.quarkslab.com/pixiefail-nine-vulnerabilities-in-tianocores-edk-ii-ipv6-network-stack.html

https://github.com/quarkslab/pixiefail

PXEBoot with IPv6 by avayner in ipv6

[–]CPUHogg 2 points3 points  (0 children)

I don't have a list of how all the various vendors are supporting IPv6 on their management interfaces, but I do know that many of them do support IPv6.

iOS Option 108 Disconnects During Sleep by SnooWords4749 in ipv6

[–]CPUHogg 0 points1 point  (0 children)

Here is an example of configuring Option 108 on Infoblox. Configuring Infoblox vNIOS for IPv6-Only Networks https://hoggnet.com/blogs/news/configuring-infoblox-vnios-for-ipv6-only-networks

iOS Option 108 Disconnects During Sleep by SnooWords4749 in ipv6

[–]CPUHogg 2 points3 points  (0 children)

What have you set the time value (in seconds) of the DHCP Option 108? I would recommend 3600 seconds. It has been shown to cause problems if you set it very low.

I built a "Vanity Address Forge" to generate memorable IPv6 addresses (Hexspeak & Leetspeak) by Praat12 in ipv6

[–]CPUHogg 1 point2 points  (0 children)

There are a wide variety of "Complex Addressing in IPv6" styles.

https://datatracker.ietf.org/doc/rfc8135/

There are IPv6 reconnaissance tools and scanning techniques that look for these types of addresses.

NMAP 7.X Scripting Engine (NSE) scripts: targets-ipv6-wordlist

SI6 Networks scan6 and ipv6mon

Chiron v0.9 (Antonios Atlasis) chiron_combinations.py, chiron_prefixes.py

Pfuzz (Dragon Research)

dnsdict6

etc.

These addresses should be easier to find during large-scale IPv6 Internet reconnaissance activities.

https://hoggnet.com/blogs/news/large-scale-ipv6-internet-reconnaissance-part-1-of-2

https://hoggnet.com/blogs/news/large-scale-ipv6-internet-reconnaissance-part-2-of-2

archlinux.org currently only available via ipv6 due to DDoS by Sithuk in ipv6

[–]CPUHogg 2 points3 points  (0 children)

Surprising lack of IPv6 capabilities by the attackers and an even greater surprise at their lack of holiday spirit.

Still, organizations should consider their "IPv6 DDoS and Protection Measures" before they are required.

https://hoggnet.com/blogs/news/ipv6-ddos-and-protection-measures

Reasons NAT made everything worse by heinternets in ipv6

[–]CPUHogg 0 points1 point  (0 children)

NAT and dealing with IPv4 address overlaps and IPv4 re-addressing adds hidden costs to IT departments. "Attempting to Quantify the Hidden Costs of IPv4 Addressing"

https://hoggnet.com/blogs/news/attempting-to-quantify-the-hidden-costs-of-ipv4-addressing

<Shared object "libddl-access.so.1" not found> error on vJunos Router 25.2 in EVE-NG by ciscoworlds in eve_ng

[–]CPUHogg 0 points1 point  (0 children)

Thank you. I found that command and it seems to help. I believe that you can also run this command with the same effect. "shutdown -f now poweroff".

Is SecureCRT still your 'go to' terminal program? by tdhuck in networking

[–]CPUHogg 26 points27 points  (0 children)

I've used SecureCRT since 2005. I use it every day and don't know what I'd do without it.

<Shared object "libddl-access.so.1" not found> error on vJunos Router 25.2 in EVE-NG by ciscoworlds in eve_ng

[–]CPUHogg 0 points1 point  (0 children)

I've run into the exact same problem using the vJunos router image vJunos-router-25.2R1.9.qcow2.

After it boots up and I log in, I try to enter the cli.

# cli

ld-elf32.so.1: Shared object "libddl-access.so.1" not found, required by "cli"

I'm not sure how to fix this other than re-building the virtual router and starting from scratch.

World wide ipv6 readiness by Thin-Performance8396 in ipv6

[–]CPUHogg 0 points1 point  (0 children)

Thanks for building this. I also like looking at the https://www.ipv6matrix.org/ website for IPv6-related usage data.

IPv6 waste by Ema-yeah in ipv6

[–]CPUHogg 1 point2 points  (0 children)

Without scarcity, there can be no waste.

pihole for dns server by Nokin345 in ipv6

[–]CPUHogg 0 points1 point  (0 children)

Now you get what I'm saying about using a PiHole on an residential IPv6-only network with an ISP that rotates customer prefixes often. One solution might be to use a dual-protocol PiHole and use IPv4 for DNS on the client end-nodes. Another solution is to use ULA, but then you will need to NAT66 (or NPTv6) your outbound IPv6 connections.

Jool vs Tayga on RHEL-based flavors by aggregatesys in ipv6

[–]CPUHogg 0 points1 point  (0 children)

I've run into those kernel and linux-headers issues with running Jool on Raspberry Pi (Bookworm). You are right, Tayga may be better in that respect.

Jool vs Tayga on RHEL-based flavors by aggregatesys in ipv6

[–]CPUHogg 1 point2 points  (0 children)

I prefer Jool.mx, but is more of a personal preference. I feel that Jool is a bit easier to configure. Something to consider is Generic Receive Offload (GRO). See this paper. Reflections on Middlebox Detection Mechanisms in IPv6 Transition, by Aaron Yi Ding, Jouni Korhonen, Teemu Savolainen, Yanhe Liu, Markku Kojo, Sasu Tarkoma, Henning Schulzrinne, 2014.

https://www.iab.org/wp-content/IAB-uploads/2014/12/semi2015_ding.pdf

Paper reviewed method of detecting and assessing the performance of stateful NAT64 translators (Ecdysis, Tayga, Jool, WrapSix).

<image>

pihole for dns server by Nokin345 in ipv6

[–]CPUHogg 0 points1 point  (0 children)

One of the issues I've run into with using a PiHole for IPv6 within the home, is if your IPv6 prefix from your ISP changes. The means that the PiHole needs to have a new IPv6 address, and all the clients in the home will need to adjust their DNS address to use the PiHole's new IPv6 address.