Hi List, I'm using the Debian Version of virt-manager to try to install Debian Bookworm (net install ISO). I get the ISO to launch and where it tries to create the network config it fails with the error : "Network Auto configuration failed Your network is probably not using DHCP. Alternately, the DHCP server may be slow or some network hardware may not be working properly." If I run IP ADDR and get the IP address from virbr0 and manually add it it I can get past that screen and then finish until it's time to get the packages from the repositories and then it tells me the repo is unavailable. I'm assuming this means the network isn't talking. So how do I fix it? The output from IP ADDR: ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> 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: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 30:9c:23:47:64:c5 brd ff:ff:ff:ff:ff:ff inet 192.168.0.91/24 brd 192.168.0.255 scope global dynamic noprefixroute enp1s0 valid_lft 2931sec preferred_lft 2931sec inet6 fe80::329c:23ff:fe47:64c5/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether e6:06:c5:d3:90:00 brd ff:ff:ff:ff:ff:ff permaddr e0:d4:64:e0:c2:89 4: virbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 52:54:00:f4:b8:83 brd ff:ff:ff:ff:ff:ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 valid_lft forever preferred_lft forever 5: tun0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN group default qlen 1000 link/none inet 10.162.132.125/10 scope global tun0 valid_lft forever preferred_lft forever inet6 fd7d:76ee:e68f:a993:6c33:1401:f02c:98a8/48 scope global valid_lft forever preferred_lft forever 18: vnet12: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master virbr0 state UNKNOWN group default qlen 1000 link/ether fe:54:00:a3:ff:7f brd ff:ff:ff:ff:ff:ff inet6 fe80::fc54:ff:fea3:ff7f/64 scope link valid_lft forever preferred_lft forever and from NFT LIST TABLES table inet filter table ip sshguard table ip6 sshguard table ip filter table ip nat table ip mangle table ip6 filter table ip6 nat table ip6 mangle table ip6 wg-quick-tun0 table ip wg-quick-tun0 (I'm guessing ip &ip6 filter,mangle and NAT were created by virt- manager, I didn't create them) Help would be appreciated, I don't know if other distros work on this since I haven't tried yet. Thanks! -- <tmcconnell168@xxxxxxxxx>