Skip to content

Commit

Permalink
Merge pull request CanonicalLtd#989 from jsseidel/master
Browse files Browse the repository at this point in the history
Reworded beginning
  • Loading branch information
Spencer Seidel authored Aug 31, 2018
2 parents d75b4b4 + 7de157e commit e2afba5
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions en/installconfig-network-ipv6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Title: IPv6

# IPv6

Current support for IPv6 in MAAS is similar to support for IPv4 but with the
following caveats:
Support for IPv6 in MAAS is similar to support for IPv4. Please note the
following:

A rack controller in an IPv6 context needs to have the region API server URL
specified with brackets for the URL.
+ A rack controller in an IPv6 context needs to have the region API server URL
specified with brackets, similar to the example below.

The [Web UI][webui] and the [MAAS CLI][manage-cli] (logging in to the API
server) can be accessed in the same way on both IPv4 and IPv6. To use an IPv6
address in a URL surround it with square brackets. For example, on the local
machine (`::1`, the IPv6 equivalent of `localhost`):
+ The [Web UI][webui] and the [MAAS CLI][manage-cli] (logging in to the API
server) can be accessed in the same way on both IPv4 and IPv6. To use an IPv6
address in a URL, surround it with square brackets. For example, on the local
machine (`::1`, the IPv6 equivalent of `localhost`):

```nohighlight
http://[::1]:5240/MAAS/
Expand All @@ -21,7 +21,6 @@ http://[::1]:5240/MAAS/
!!! Note:
Most BMCs can only be controlled over IPv4.


## Enable IPv6

You enable IPv6 networking in the same way that you enable IPv4 networking:
Expand Down

0 comments on commit e2afba5

Please sign in to comment.