--- ip addr show --- 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 52:54:00:ed:d0:52 brd ff:ff:ff:ff:ff:ff altname enp1s0 inet 172.31.255.2/24 brd 172.31.255.255 scope global noprefixroute eth0 valid_lft forever preferred_lft forever inet6 fe80::5054:ff:feed:d052/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 52:54:00:3f:4c:c1 brd ff:ff:ff:ff:ff:ff altname enp2s0 inet6 2620:cf:cf:fc00::2/64 scope global noprefixroute valid_lft forever preferred_lft forever inet6 fe80::5054:ff:fe3f:4cc1/64 scope link noprefixroute valid_lft forever preferred_lft forever 4: nat64: mtu 1500 qdisc fq_codel state UP group default qlen 500 link/none inet 127.0.1.254/32 scope host noprefixroute nat64 valid_lft forever preferred_lft forever inet6 2620:cf:cf:fc00::3/128 scope global noprefixroute valid_lft forever preferred_lft forever inet6 fe80::5424:6f85:cfb0:2506/64 scope link noprefixroute valid_lft forever preferred_lft forever --- ip -4 route show --- default via 172.31.255.1 dev eth0 proto static metric 100 172.31.255.0/24 dev eth0 proto kernel scope link src 172.31.255.2 metric 100 192.168.255.0/24 dev nat64 proto static scope link metric 450 --- ip -6 route show --- ::1 dev lo proto kernel metric 256 pref medium 2620:cf:cf:fc00::3 dev nat64 proto kernel metric 450 pref medium 2620:cf:cf:fc00::/64 dev eth1 proto kernel metric 101 pref medium 2620:cf:cf:fcff::/96 dev nat64 proto static metric 450 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev eth1 proto kernel metric 1024 pref medium fe80::/64 dev nat64 proto kernel metric 1024 pref medium default via 2620:cf:cf:fc00::1 dev eth1 proto static metric 101 pref medium --- /etc/resolv.conf --- ; Created by cloud-init automatically, do not edit. ; nameserver 172.31.255.1 --- NetworkManager system-connections --- --- /etc/NetworkManager/system-connections/ens3.nmconnection --- [connection] id=ens3 uuid=4b50860a-61db-4641-bd95-c70fbbaf11e7 type=ethernet interface-name=ens3 [ethernet] [ipv4] method=auto [ipv6] addr-gen-mode=eui64 method=auto [proxy] --- /etc/NetworkManager/system-connections/nat64.nmconnection --- [connection] id=nat64 type=tun autoconnect=true interface-name=nat64 [tun] pi=true [ipv4] address1=127.0.1.254/32 route1=192.168.255.0/24 method=manual [ipv6] addr-gen-mode=default address1=2620:cf:cf:fc00::3/128 route1=2620:cf:cf:fcff::/96 method=manual [proxy] --- systemctl status unbound.service --- ● unbound.service - Unbound recursive Domain Name Server Loaded: loaded (/usr/lib/systemd/system/unbound.service; enabled; preset: disabled) Active: active (running) since Wed 2025-12-10 06:20:23 EST; 41s ago Process: 2151 ExecStartPre=/usr/sbin/unbound-checkconf (code=exited, status=0/SUCCESS) Process: 2154 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_UNBOUND_ANCHOR" == "yes" ] && [ ! -f /run/unbound/anchor-disable ]; then /usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem -f /etc/resolv.conf -R; else echo "Updates of root keys with unbound-anchor is disabled"; fi (code=exited, status=0/SUCCESS) Main PID: 2166 (unbound) Tasks: 1 (limit: 9855) Memory: 19.2M (peak: 21.2M) CPU: 122ms CGroup: /system.slice/unbound.service └─2166 /usr/sbin/unbound -d Dec 10 06:20:23 nat64-appliance systemd[1]: Starting Unbound recursive Domain Name Server... Dec 10 06:20:23 nat64-appliance unbound-checkconf[2151]: unbound-checkconf: no errors in /etc/unbound/unbound.conf Dec 10 06:20:23 nat64-appliance unbound[2166]: [1765365623] unbound[2166:0] warning: Systemd mandatory ENV variable is not defined: LISTEN_PID Dec 10 06:20:23 nat64-appliance unbound[2166]: [1765365623] unbound[2166:0] warning: Systemd mandatory ENV variable is not defined: LISTEN_PID Dec 10 06:20:23 nat64-appliance unbound[2166]: [2166:0] notice: init module 0: dns64 Dec 10 06:20:23 nat64-appliance unbound[2166]: [2166:0] notice: init module 1: validator Dec 10 06:20:23 nat64-appliance unbound[2166]: [2166:0] notice: init module 2: iterator Dec 10 06:20:23 nat64-appliance unbound[2166]: [2166:0] info: start of service (unbound 1.16.2). Dec 10 06:20:23 nat64-appliance systemd[1]: Started Unbound recursive Domain Name Server. --- systemctl status nat64-v4-dnsmasq.service --- ● nat64-v4-dnsmasq.service - DHCP and DNS for IPv6 NAT64 lab (IPv4 service) Loaded: loaded (/usr/lib/systemd/system/nat64-v4-dnsmasq.service; enabled; preset: disabled) Active: active (running) since Wed 2025-12-10 06:20:22 EST; 42s ago Docs: man:dnsmasq(8) Main PID: 1768 (dnsmasq) Tasks: 1 (limit: 9855) Memory: 1.5M (peak: 2.0M) CPU: 14ms CGroup: /system.slice/nat64-v4-dnsmasq.service └─1768 /usr/local/sbin/dnsmasq --keep-in-foreground --conf-file=/etc/nat64/v4-dnsmasq/dnsmasq.conf --pid-file=/run/nat64-v4-dnsmasq.pid Dec 10 06:20:22 nat64-appliance dnsmasq[1768]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset no-nftset auth no-cryptohash no-DNSSEC loop-detect inotify dumpfile Dec 10 06:20:22 nat64-appliance dnsmasq[1768]: reading /etc/resolv.conf Dec 10 06:20:22 nat64-appliance dnsmasq[1768]: using nameserver 172.31.255.1#53 Dec 10 06:20:22 nat64-appliance dnsmasq[1768]: cleared cache Dec 10 06:20:22 nat64-appliance dnsmasq[1768]: failed to create listening socket for 127.0.2.254: Address already in use Dec 10 06:20:22 nat64-appliance dnsmasq[1768]: failed to create listening socket for 127.0.2.254: Address already in use Dec 10 06:20:22 nat64-appliance dnsmasq[1768]: failed to create listening socket for 127.0.2.254: Address already in use Dec 10 06:20:22 nat64-appliance dnsmasq[1768]: failed to create listening socket for 127.0.2.254: Address already in use Dec 10 06:20:22 nat64-appliance dnsmasq[1768]: failed to create listening socket for 127.0.2.254: Address already in use Dec 10 06:20:24 nat64-appliance dnsmasq[1768]: failed to create listening socket for 127.0.2.254: Address already in use --- systemctl status nat64-v6-dnsmasq.service --- ● nat64-v6-dnsmasq.service - DHCP and DNS for IPv6 NAT64 lab (IPv6 service) Loaded: loaded (/usr/lib/systemd/system/nat64-v6-dnsmasq.service; enabled; preset: disabled) Active: active (running) since Wed 2025-12-10 06:20:22 EST; 42s ago Docs: man:dnsmasq(8) Main PID: 1778 (dnsmasq) Tasks: 1 (limit: 9855) Memory: 1.1M (peak: 1.6M) CPU: 10ms CGroup: /system.slice/nat64-v6-dnsmasq.service └─1778 /usr/local/sbin/dnsmasq --keep-in-foreground --conf-file=/etc/nat64/v6-dnsmasq/dnsmasq.conf --pid-file=/run/nat64-v6-dnsmasq.pid Dec 10 06:20:22 nat64-appliance systemd[1]: Started DHCP and DNS for IPv6 NAT64 lab (IPv6 service). Dec 10 06:20:22 nat64-appliance dnsmasq[1778]: started, version 2.89 cachesize 1000 Dec 10 06:20:22 nat64-appliance dnsmasq[1778]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset no-nftset auth no-cryptohash no-DNSSEC loop-detect inotify dumpfile Dec 10 06:20:22 nat64-appliance dnsmasq[1778]: using nameserver ::1#53 Dec 10 06:20:22 nat64-appliance dnsmasq[1778]: cleared cache