Re: Temporary failure in name resolution error when I try to ping Debian 12 / DomU running on top of the Devuan 5 host os / Dom0

2023-11-20 Thread Andrew M.A. Cater
On Sun, Nov 19, 2023 at 10:54:08PM +0100, Mario Marietto wrote: > Hello. > > I'm trying to configure Debian 12 / DomU on my (Arm32) Chromebook because I > want to use the Internet and I want its IP address to be seen from > "outside" of my LAN. > > This is the tutorial that I'm following : > I

Re: Temporary failure in name resolution error when I try to ping Debian 12 / DomU running on top of the Devuan 5 host os / Dom0

2023-11-19 Thread Mario Marietto
It does not care anymore. The instructions on the website are working. It's me that I totally forgot to add the IP on the VIF statement of the debian.cfg file. As soon as I added it and I changed $main_ip with $ip on the vip-route-local,the network started working like a charm. To work the vif-rou

Re: Temporary failure in name resolution error when I try to ping Debian 12 / DomU running on top of the Devuan 5 host os / Dom0

2023-11-19 Thread jeremy ardley
On 20/11/23 05:54, Mario Marietto wrote: root@bookworm:~# ifup enX0 root@bookworm:~# ip a 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 for

Re: Temporary failure in name resolution error when I try to ping Debian 12 / DomU running on top of the Devuan 5 host os / Dom0

2023-11-19 Thread Mario Marietto
Errata corrige : nano debian.cfg : kernel = '/Dati/xen/kernels/zImage-6.1.61-stb-xen-cbe+' memory = '768' name = 'Debian-bookworm' vcpus = '1' disk = [ '/Dati/xen/debian.img,,xvda,w' ] vif = [ 'type=vif,mac=00:16:3e:12:34:56,script=vif-route-*local*' ] extra = 'console=hvc0 root=/dev/xvda rw init

Temporary failure in name resolution error when I try to ping Debian 12 / DomU running on top of the Devuan 5 host os / Dom0

2023-11-19 Thread Mario Marietto
Hello. I'm trying to configure Debian 12 / DomU on my (Arm32) Chromebook because I want to use the Internet and I want its IP address to be seen from "outside" of my LAN. This is the tutorial that I'm following : https://github.com/mobile-virt/u-boot-chromebook-xe303c12/tree/chromebook/xen#star