Network: Difference between revisions
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Wifi == | == Wifi == | ||
* devhack_guest : public | * devhack_guest : public (internet-only) | ||
* InternetOfShit : for all the IOT / misc devices | * InternetOfShit : for all the IOT / misc devices | ||
* wlan0 : internal wifi for members only | * wlan0 : internal wifi for members only | ||
* cyberspace : Internet-only wifi for event on 2024-11-17 | |||
For passwords for wifi networks, contact [[NetworkingTeam]] (avery & eliri) | For passwords for wifi networks, contact [[NetworkingTeam]] (avery & eliri) | ||
Line 34: | Line 35: | ||
== | == VLANs == | ||
* 10 - | These VLANs are configured on both the [[Router]] and the [[Switch]]. The IPs below are the ones configured on the [[Router]]. | ||
* 20 - | * 10 - CORE (10.213.8.1/21) | ||
* 30 - MAAS - | * 20 - MGMT / INT (10.213.0.1/24) | ||
* 30 - PXE / MAAS (10.213.8.1/24) | |||
* 99 - ISP / WAN [[Atlas Networks]] (66.170.190.194/29) | |||
These VLANs are configured on the [[Router]], but aren't setup anywhere else. They're vestigial from the previous version of the network that used the Brocade ICX 6610 as the Switch and the 192.168.0.0/16 address range. They're free to use for other projects. Please move them to the above list when they're actually provisioned. | |||
* 40 - VOIP (192.168.40.1/24) | |||
* 50 - IOT (192.168.50.1/24) | |||
* 70 - FLAN (10.213.28.1/22) | |||
[[Category:Infrastructure]] | [[Category:Infrastructure]] | ||
[[Category:Space]] | [[Category:Space]] |
Latest revision as of 01:03, 18 November 2024
Wifi
- devhack_guest : public (internet-only)
- InternetOfShit : for all the IOT / misc devices
- wlan0 : internal wifi for members only
- cyberspace : Internet-only wifi for event on 2024-11-17
For passwords for wifi networks, contact NetworkingTeam (avery & eliri)
IPv6 Service
AS21903 provides the following IPv6 announced from a machine in KOMO Plaza:
- 2602:fa6d:300::/48
AS21903 (Arnhem Networks LLC) is operated by Alyx, and NOC contact information can be found at ANL-357.
IPv6 service is provided on a best-effort basis.
It's routed over the wg4
Wireguard interface on the Edgerouter.
All interfaces have their own /64
address that matches the IPv4 network (if the v4 network is 192.168.10.0/24
, the corresponding v6 network is 2602:fa6d:300:10::1/64
).
The only exception to this rule is the GUEST network which doesn't have IPv6 configured at all. This is intentional, do not change it.
Disabling IPv6
To disable ipv6 per-machine (for various reasons, for example api.telegram.org bans our ipv6 address), run:
nmcli con m «connection name» ipv6.method disabled
And then restart the connection.
VLANs
These VLANs are configured on both the Router and the Switch. The IPs below are the ones configured on the Router.
- 10 - CORE (10.213.8.1/21)
- 20 - MGMT / INT (10.213.0.1/24)
- 30 - PXE / MAAS (10.213.8.1/24)
- 99 - ISP / WAN Atlas Networks (66.170.190.194/29)
These VLANs are configured on the Router, but aren't setup anywhere else. They're vestigial from the previous version of the network that used the Brocade ICX 6610 as the Switch and the 192.168.0.0/16 address range. They're free to use for other projects. Please move them to the above list when they're actually provisioned.
- 40 - VOIP (192.168.40.1/24)
- 50 - IOT (192.168.50.1/24)
- 70 - FLAN (10.213.28.1/22)