Fixing some tags
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 23s
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 23s
This commit is contained in:
parent
1f64c6d716
commit
b3a1718a62
@ -3,7 +3,6 @@ title: About IPv6 Multicast Addresses
|
||||
date: 2025-04-05T18:55:00+02:00
|
||||
draft: false
|
||||
tags:
|
||||
- Post
|
||||
- IPv6
|
||||
- Networking
|
||||
---
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
date: 2025-03-25T21:16:00+01:00
|
||||
draft: false
|
||||
title: Finding out what nodes are on an IPv6 Network
|
||||
tags:
|
||||
- IPv6
|
||||
- Networking
|
||||
---
|
||||
On an IPv4 network it is possible to find out what hosts are on a network by queering the local dynamic host configuration protocol (DHCP) server for IP leases, or since the IP Address space is so small simply scanning the network for all addresses is feasible. With IPv6 however both of these options are not available. Firstly many IPv6 networks leverage stateless address auto-configuration (SLAAC) and neighbour discovery (ND) to configure hosts without a server to maintain a list of addresses, and secondly the address space for IPv6 is huge. A standard /64 IPv6 subnet contains 18,446,744,073,709,551,61 possible addresses, this would take an enormous amount of time to scan. The solution here is to use multicast addresses.
|
||||
|
||||
|
||||
@ -3,7 +3,6 @@ date: 2025-04-11T21:19:45+00:00
|
||||
draft: false
|
||||
title: Setting up Unique Local Addresses (ULA) on OPNsense
|
||||
tags:
|
||||
- Post
|
||||
- IPv6
|
||||
- Networking
|
||||
---
|
||||
|
||||
@ -3,7 +3,6 @@ date: 2025-04-13T00:00:00+00:00
|
||||
draft: false
|
||||
title: Testing IPv6 precedence
|
||||
tags:
|
||||
- Post
|
||||
- IPv6
|
||||
- Networking
|
||||
---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user