Skip to content
Snippets Groups Projects
Unverified Commit 34dad1fd authored by anarcat's avatar anarcat
Browse files

ipv6 idrac

parent 899e6497
No related branches found
No related tags found
No related merge requests found
......@@ -583,6 +583,21 @@ change](https://gitlab.torproject.org/tpo/tpa/team/-/issues/40097#note_2718312)
seconds, but it's unclear if that is because the VLAN was changed or
it is because the change took 30 seconds to take effect.
More practically, it could be useful to use IPv6 instead of
renumbering that interface, since access is likely to be over
link-local addresses anyways. This will enable IPv6 on the iDRAC
interface and set a link-local address:
racadm config -g cfgIPv6LanNetworking -o cfgIPv6Enable 1
The current network configuration (including the IPv6 link-local
address) can be found in:
racadm getniccfg
See also [this helpful guide for more network settings](https://www.aftershox.com/2013/07/11/how-to-configure-a-dell-idrac-card-using-the-racadm-command-line-tool/), as the
official documentation is rather hard to parse.
### Other documentation
* [Integrated Dell Remote Access Controller](https://www.dell.com/support/manuals/ca/en/cabsdt1/integrated-dell-remote-access-cntrllr-7-v1.50.50/idrac7ug1.50.50-v1/overview) ([PDF](https://dl.dell.com/topicspdf/integrated-dell-remote-access-cntrllr-7-v1.50.50_users-guide_en-us.pdf))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment