I'm having trouble with this one since I'm neither good at ESXi or networking so I'm mostly just following tutorials without being very sure about what I'm doing.
So I just followed this guide to use a separate VM as a router. Everything went fine up until the last step, since the "test" VM has no connection (the router one does).
This tutorial is supposed to work for an IPv6 subnet, as stated in the conclusion
By following these steps, servers with VMware vSphere will be able to use IPs from both IPv4 and IPv6 subnets.
But I'm just unable to install the "test" debian VM with an IPv6 (I don't have any more IPv4 other than the one for the router, just a /64 IPv6 subnet).
So, suppose I've done all the previous steps well (A big assumption, but I did not stray from the guide), then I'm at the Debian installation, the steps I'm following are:
- Autoconfiguration and DHCP fail as expected. I choose manual configuration
- As an IP address I enter an IPv6 IP unused in the router machine (e.g.
2001:db8:1234::4
)
- As a netmask I use
ffff:fff:fff:ffff::
- As a gateway I use the one commented with
# IPv6 address for bridged interface
(In the tutorial, it specifies another IPv6 as a gateway that hasn't appeared anywhere until now, is this a mistake?), also, I tried with the IPv6 commented as # one IPv6 address of IPv6 prefix
, but no luck
- I enter the three nameservers given in the last example
- The installation only fails when choosing a mirror
Is there anything I'm doing wrong?