<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Virtualization — LowEndSpirit DEV</title>
        <link>https://dev.lowendspirit.com/index.php?p=/</link>
        <pubDate>Thu, 04 Jun 2026 14:07:51 +0000</pubDate>
        <language>en</language>
            <description>Virtualization — LowEndSpirit DEV</description>
    <atom:link href="https://dev.lowendspirit.com/index.php?p=/discussions/tagged/virtualization/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>GNU/Linux (Debian) Virtualization on macOS</title>
        <link>https://dev.lowendspirit.com/index.php?p=/discussion/501/gnu-linux-debian-virtualization-on-macos</link>
        <pubDate>Wed, 15 Jan 2020 18:43:19 +0000</pubDate>
        <category>Help</category>
        <dc:creator>Amitz</dc:creator>
        <guid isPermaLink="false">501@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Cheers my dears,</p>

<p>I try to virtualize a Debian installation under macOS and use VirtualBox for this. But I hate VirtualBox. Are you aware of any better solution? Thank you in advance for any good hint!</p>

<p>Kind regards<br />
Amitz</p>
]]>
        </description>
    </item>
    <item>
        <title>Struggling a bit with a Debian Linux bridge configuration</title>
        <link>https://dev.lowendspirit.com/index.php?p=/discussion/559/struggling-a-bit-with-a-debian-linux-bridge-configuration</link>
        <pubDate>Thu, 30 Jan 2020 05:28:43 +0000</pubDate>
        <category>Help</category>
        <dc:creator>CamoYoshi</dc:creator>
        <guid isPermaLink="false">559@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello folks,</p>

<p>First time post here but been lurking for quite a while since 2015 on "the old world". This particular issue has stumped me and I'd like to try and pick someone's brains for some help.</p>

<p>Here's my setup: I have two IPs being used; one for the Debian Linux system in question on the bare metal hardware, and a second IP used by a Windows Server VM running in KVM with libvirtd.</p>

<p>I recently switched over from one dedi to another. On my old dedi, I have a network config that looks like this:</p>

<p>auto br0<br />
iface br0 inet static<br />
address 203.111.0.114<br />
netmask 255.255.255.248<br />
gateway 203.111.0.113<br />
bridge_ports eth0<br />
bridge_stp off<br />
bridge_maxwait 5<br />
dns-nameservers 1.1.1.1 9.9.9.9 74.82.42.42<br />
dns-search example.com</p>

<p>I then set another IP, 203.111.0.115 manually in the VM itself. This works great on this old dedi!</p>

<p>However a newer dedi I am moving to, with the same version of Debian Linux installed, has a slightly different setup. With the old dedi, I get a /29, but this new one, I only get 2 IPs out of a shared /24. So, my network config now looks like this on the new dedi:</p>

<p>auto br0<br />
iface br0 inet static<br />
address 203.111.0.214<br />
netmask 255.255.255.0<br />
gateway 203.111.0.1<br />
bridge_ports eth0<br />
bridge_stp off<br />
bridge_maxwait 5<br />
dns-nameservers 1.1.1.1 9.9.9.9 74.82.42.42<br />
dns-search example.com</p>

<p>I then set a static IP on the VM just like before. Both systems can ping the default gateway at 203.111.0.1, but cannot reach anything beyond it. The Linux system's route table shows 203.111.0.1 as a default route, but is unable to pass any traffic beyond it.</p>

<p>I've made sure that I've gotten things like the bridge utils package installed on both systems.</p>

<p>Now here's the real wrinkle:</p>

<p>If I take out the bridge component on the new dedi, and just set the interface up without the bridge, like so:</p>

<p>auto eth0<br />
allow-hotplug eth0<br />
iface eth0 inet static<br />
address 203.111.0.214<br />
netmask 255.255.255.0<br />
gateway 203.111.0.1<br />
bridge_ports eth0<br />
bridge_stp off<br />
bridge_maxwait 5<br />
dns-nameservers 1.1.1.1 9.9.9.9 74.82.42.42<br />
dns-search example.com</p>

<p>This works perfectly fine and I can get out to internet destinations, as intended.</p>

<p>I've opened a ticket with the provider and they pointed to a issue in my network config, so I'm kind of stumped. I don't know what I'm missing here so I'm hoping someone could point me in the right direction. Thank you all in advance!</p>
]]>
        </description>
    </item>
   </channel>
</rss>
