<div><div>The commit on which I compiled is:</div><div>de795b1a6</div><div> </div><div>I enabled verbose mode as advised:</div><div><div>ram fs -> use</div><div>ram fs -> inspect</div><div>Switched to Inspect tab</div><div>cd config</div><div>cp managed/nic_router .</div><div>vim nic_router</div><div>:%s/verbose_domain_state="yes"/verbose="yes"</div><div>:w</div></div><div> </div><div>And got these messages in the log with fetchurl trying to access the depot:</div><div>Using UDP link CLN src 10.0.1.2:32768</div><div>New ARP entry 10.0.1.2</div><div>Answer ARP request for router IP</div><div>[uplink] Unroutable packet</div><div> </div><div>I'm testing on a simple network:</div><div>Computer -> ADSL router -> Internet</div><div> </div><div>At first I tried this configuration, which worked:</div><div><domain name="uplink" interface="192.168.1.188/24" gateway="192.168.1.1"></div><div><domain name="default" ...</div><div>  <dhcp-server ...</div><div>In this section I replaced dns_server_from="uplink" with dns_server="8.8.8.8"</div><div> </div><div>Then I tried removing previously mentioned interface and gateway settings, finally leaving just the dns_server setting intact. This was enough to solve the problem:</div><div>ram fs -> use</div><div>ram fs -> inspect</div><div>Switched to Inspect tab</div><div>cd config</div><div>cp managed/nic_router .</div><div>vim nic_router</div><div>:%s/dns_server_from="uplink"/dns_server="8.8.8.8"</div><div>:w</div><div> </div><div>The culprit is Cloudflare's 1.1.1.1 DNS server I used as the default DNS on my ADSL router, but not the alternate 1.0.0.1 or Google's 8.8.8.8. I wonder why it seems incompatible.</div><div> </div><div>I also tested this with Virtualbox on Ubuntu using bridged networking and Sculpt OS 20.02 again, and this time it worked.</div><div>Alternative solution: changing the ADSL router's default DNS in the router's configuration interface.</div><div> </div><div>On a side note, the OS image based on commit de795b1a6 has some issues with the GUI (missing GUI (focus) and GUI server nodes when I want to attach themed wm), but, since network works normally now, I can use Sculpt OS 20.02. There, trying to use ram fs for Virtualbox NOVA and Firefox @ Tiny Core hangs most of the GUI during fetching (out of space?), so I'll have to experiment with a hard drive install.</div><div> </div><div>Thank you for your help,</div><div>Dima</div></div>