<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[installing Openwrt on xcp-ng]]></title><description><![CDATA[<p dir="auto">I have a small PC that I was using as a pfsense router/firewall. I wanted to add WIFI capability to the unit. I tested openwrt on the current hardware and it worked. Now, I virtualized the pfsense (working) and I would like to add the openwrt. There are instruction on how to install openwrt on Xen <a href="https://openwrt.org/docs/guide-user/virtualization/xen" target="_blank" rel="noopener noreferrer nofollow ugc">https://openwrt.org/docs/guide-user/virtualization/xen</a> and I though this may work on xcp-ng but I need some help.</p>
<ul>
<li>
<p dir="auto">I am not sure where to place the domain configuration file <code>Xen-OpenWrt.conf</code></p>
</li>
<li>
<p dir="auto">I am assuming the network configuration is done at the xcp-ng terminal, right?</p>
</li>
</ul>
<pre><code>brctl addbr owrt-lan
ip link set owrt-lan up
ip addr add 192.168.1.42/24 dev owrt-lan

brctl addbr owrt-wan
ip link set dev eth0 up
brctl addif owrt-wan eth0
ip link set owrt-wan up
</code></pre>
<ul>
<li>Where to find the Xen domain configuration file?</li>
</ul>
<p dir="auto">Please note I have no IT background but I love tinkering. Thanks in advance for your help and input.</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1589981176455-untitled_1_odg.png" alt="Untitled_1_odg.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://xcp-ng.org/forum/topic/3065/installing-openwrt-on-xcp-ng</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 01:11:48 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/3065.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 May 2020 13:39:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to installing Openwrt on xcp-ng on Wed, 27 May 2020 18:58:33 GMT]]></title><description><![CDATA[<p dir="auto">I am back to the office and I am troubleshooting different settings and connection setups. I appreciate all your input. The issue is configuring the right NIC0/NIC1/WAN/ and LAN. Once I am done I post my setting. Thanks again for everyone.</p>
]]></description><link>https://xcp-ng.org/forum/post/27039</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/27039</guid><dc:creator><![CDATA[moussa854]]></dc:creator><pubDate>Wed, 27 May 2020 18:58:33 GMT</pubDate></item><item><title><![CDATA[Reply to installing Openwrt on xcp-ng on Sat, 23 May 2020 13:56:26 GMT]]></title><description><![CDATA[<p dir="auto">Is OpenWRT's wan assigned to xcp-ng's NIC1/Lan ?</p>
<p dir="auto">Do you have more than 2 physical NIC's or is OpenWRT's lan assigned to NIC0?</p>
]]></description><link>https://xcp-ng.org/forum/post/26942</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/26942</guid><dc:creator><![CDATA[mortenchristensn]]></dc:creator><pubDate>Sat, 23 May 2020 13:56:26 GMT</pubDate></item><item><title><![CDATA[Reply to installing Openwrt on xcp-ng on Fri, 22 May 2020 21:05:04 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">how have you configured the network for your vm?</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/heman" aria-label="Profile: HeMaN">@<bdi>HeMaN</bdi></a> I set everything to go through pfsense. Hence, the openwrt VM WAN is connected to static IP from pfsense 192.168.30.12. The openwrt VM LAN is 192.168.20.1/24.</p>
]]></description><link>https://xcp-ng.org/forum/post/26938</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/26938</guid><dc:creator><![CDATA[moussa854]]></dc:creator><pubDate>Fri, 22 May 2020 21:05:04 GMT</pubDate></item><item><title><![CDATA[Reply to installing Openwrt on xcp-ng on Fri, 22 May 2020 16:28:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/moussa854" aria-label="Profile: moussa854">@<bdi>moussa854</bdi></a><br />
how have you configured the network for your vm?</p>
<p dir="auto">since you already have pfsense wan with a private ip  I would think you connect the wan side of the vm to the same wan network (also getting an ip handed out by your providers router?)<br />
lan side you de not want on the same lan network as pfsense, so a separate network connected to your wifi points?</p>
]]></description><link>https://xcp-ng.org/forum/post/26921</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/26921</guid><dc:creator><![CDATA[HeMaN]]></dc:creator><pubDate>Fri, 22 May 2020 16:28:31 GMT</pubDate></item><item><title><![CDATA[Reply to installing Openwrt on xcp-ng on Thu, 21 May 2020 18:24:53 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">first create a network connected to a physical nic and use that as wan for openwrt<br />
then create en internal network (or use another nic) and use that as lan for openwrt.</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/heman" aria-label="Profile: HeMaN">@<bdi>HeMaN</bdi></a> Thank you for the tip. Just to make sure I understand correctly. I already have WAN and LAN networks for each NIC. But for some reason only the LAN is recognized by the Openwrt and I can not connect to the internet when I am on the LAN. I think it is a network issue this is why I decided to just follow the guide.</p>
<blockquote>
<p dir="auto">ps what is the use of openwrt when you already have pfsense?<br />
both are basically routers<br />
I love pfsense but the OS but the WIFI support lags behind. I am planning to use openwrt for WIFI access.</p>
</blockquote>
<p dir="auto"><img src="/forum/assets/uploads/files/1590084965656-windows_10__running_.png" alt="windows_10__Running_.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://xcp-ng.org/forum/post/26864</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/26864</guid><dc:creator><![CDATA[moussa854]]></dc:creator><pubDate>Thu, 21 May 2020 18:24:53 GMT</pubDate></item><item><title><![CDATA[Reply to installing Openwrt on xcp-ng on Thu, 21 May 2020 07:09:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/moussa854" aria-label="Profile: moussa854">@<bdi>moussa854</bdi></a></p>
<p dir="auto">as I look at it this can all be done with the user interface of xcp-ng (xoa or xcp-ng center).<br />
first create a network connected to a physical nic and use that as wan for openwrt<br />
then create en internal network (or use another nic) and use that as lan for openwrt.</p>
<p dir="auto">create a new vm for openwrt (import the virtual disk of openwrt) connected both networks created above.</p>
<p dir="auto">ps what is the use of openwrt when you already have pfsense?<br />
both are basically routers</p>
]]></description><link>https://xcp-ng.org/forum/post/26826</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/26826</guid><dc:creator><![CDATA[HeMaN]]></dc:creator><pubDate>Thu, 21 May 2020 07:09:38 GMT</pubDate></item></channel></rss>