Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

0 votes
0 answers
11 views
Canonicle MaaS with multipass local network connection
I have KVM libvirt hypervisor with br0 interface, connected to local 192.168.10.0/24 network. When I install maas via [multipass][1], they created an external bridge mpqemubr0 with 10.52.158.0/24 network, which not accessible from external network, because this subnet resides behind multipass NAT. I...
I have KVM libvirt hypervisor with br0 interface, connected to local 192.168.10.0/24 network. When I install maas via multipass , they created an external bridge mpqemubr0 with 10.52.158.0/24 network, which not accessible from external network, because this subnet resides behind multipass NAT. I relaunched maas by:
launch --name maas -c4 -m8GB -d32GB --network "name=br0" --cloud-init  maas.yml
multipass successfully starts maas, shows additional interface, ping to 192.168.10.39 ok, but now no access via http://192.168.10.39:5240 or http://10.52.158.178:5240
# multipass info
Name:           maas
State:          Running
Snapshots:      0
IPv4:           10.52.158.178
                192.168.10.39
                10.10.10.1
Release:        Ubuntu 24.04.2 LTS
Image hash:     071fceadf1ea (Ubuntu 24.04 LTS)
CPU(s):         4
Load:           1.00 0.99 0.73
Disk usage:     2.4GiB out of 30.9GiB
Memory usage:   602.6MiB out of 7.7GiB
Mounts:         --
In a "multipass shell mass" port 5240 not listen by any process.
root@maas:/var/log# ss -tunlp
tcp   LISTEN 0      4096        127.0.0.53%lo:53        0.0.0.0:*    users:(("systemd-resolve",pid=562,fd=15))              
tcp   LISTEN 0      32             10.10.10.1:53        0.0.0.0:*    users:(("dnsmasq",pid=4821,fd=7))                      
tcp   LISTEN 0      4096           127.0.0.54:53        0.0.0.0:*    users:(("systemd-resolve",pid=562,fd=17))              
tcp   LISTEN 0      4096                    *:22              *:*    users:(("sshd",pid=1028,fd=3),("systemd",pid=1,fd=156))
tcp   LISTEN 0      4096                    *:8443            *:*    users:(("lxd",pid=4562,fd=3))                          
root@maas:/var/log#

root@maas:/var/log# snap list
Name          Version                  Rev    Tracking       Publisher   Notes
core20        20250213                 2501   latest/stable  canonical✓  base
core22        20250315                 1908   latest/stable  canonical✓  base
lxd           5.0.4-497fe1e            31333  5.0/stable     canonical✓  -
maas          3.5.4-16349-g.4dbbed5f4  38907  3.5/stable     canonical✓  -
maas-test-db  14.2-34-g.f09c893        179    3.5/stable     canonical✓  -

root@maas:/var/log# maas status
MAAS is not configured
What I need to start multipass+maas on the local network? Thank you
Sergey (1 rep)
Apr 16, 2025, 09:32 AM
0 votes
1 answers
266 views
Most stable/efficient method for OpenStack deployment using Debian
I was wondering witch method to use to deploy OpenStack. I read [guides][1] of OpenStack, but there is no focusing on Debian. What is the most stable method to deploy OpenStack on Debian? [1]: https://docs.openstack.org/wallaby/deploy/index.html
I was wondering witch method to use to deploy OpenStack. I read guides of OpenStack, but there is no focusing on Debian. What is the most stable method to deploy OpenStack on Debian?
Zaman Oof (123 rep)
Sep 30, 2021, 11:39 AM • Last activity: Jan 29, 2024, 01:22 PM
1 votes
0 answers
1548 views
Using a nameserver provided by KVM host
My bridge device is set up on the `192.168.1.0/24` network, and my KVM devices are set up on a virtual network (NAT to br0) in the `192.168.100.0/24` network. I have a MAAS server in KVM at `192.168.100.10` which provides DNS services for all my KVM guests. I am trying to ssh to these guests using t...
My bridge device is set up on the 192.168.1.0/24 network, and my KVM devices are set up on a virtual network (NAT to br0) in the 192.168.100.0/24 network. I have a MAAS server in KVM at 192.168.100.10 which provides DNS services for all my KVM guests. I am trying to ssh to these guests using their hostname, but it is not working. # /etc/conf.d/net # Set up the initial layer 2 bridge interface bridge_br0="enp4s0" # bridge config_br0="dhcp" bridge_forward_delay_br0=0 bridge_hello_time_br0=1000 dns_domain="maas" dns_servers="192.168.1.1 192.168.100.10 8.8.8.8" dhcp="nodns" # /etc/resolv.conf # Generated by net-scripts for interface br0 domain maas nameserver 192.168.1.1 nameserver 192.168.100.10 nameserver 8.8.8.8 # Some Tests damaya@data ~ $ ssh ubuntu@juju.maas ssh: Could not resolve hostname juju.maas: Name or service not known damaya@data ~ $ host juju.maas Host juju.maas not found: 3(NXDOMAIN) damaya@data ~ $ host juju.maas 192.168.100.10 Using domain server: Name: 192.168.100.10 Address: 192.168.100.10#53 Aliases: juju.maas has address 192.168.100.178 My question: What network settings do I need in order to allow my host system to be able to use the DNS server provided by MAAS?
Franz Kafka (338 rep)
Jun 28, 2018, 11:14 PM
Showing page 1 of 3 total questions