# Idols - Aquamarine Use aqua as a passby router(IPv4 only) to access the global internet. NOTE: dae(running on aquamarine) do not provides http/socks5 proxy server, so a v2ray server is running on [homelab_tailscale_gw](../homelab_tailscale_gw/proxy.nix) to provide the http/socks5 proxy service. ## Troubleshooting ### DNS cannot be resolved 1. `sudo systemctl stop dae`, then try to resolve the domain name again. - If it works, the problem is caused by `dae` service. - check dae's log by `sudo journalctl -u dae` 1. DNS & DHCP is provided by `dnsmasq` service, check the configuration of `dnsmasq`. ## References - -