## Current State + Analysis > Current (default) `ens3` interface configuration ```fish ae@hyrule ~> ip -6 addr 1: lo: mtu 65536 state UNKNOWN qlen 1000 inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: ens3: mtu 1500 state UP qlen 1000 inet6 fe80::a0c7:1fe3:4851:b2b4/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: docker0: mtu 1500 state DOWN inet6 fe80::42:9ff:fe40:1e1c/64 scope link proto kernel_ll valid_lft forever preferred_lft forever ``` However the address should actually be `2402:7340:5000:1800::a`. Using the `2402:7340:5000::1` gateway. IPv6 allocations are viewable under the VPS `Control Panel / Network` tab ## Guides + Resources Mini guide on configuring IPv6 for NixOS: https://nlewo.github.io/nixos-manual-sphinx/configuration/ipv6-config.xml.html This forum post says how to do everything: https://discourse.nixos.org/t/how-to-setup-ipv6-correctly-so-that-ping-6-google-com-works/33686