Jump to content
Updated Privacy Statement
  • 0

Installing Openwrt on Xen server


Moussa El-hallak

Question

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 https://openwrt.org/docs/guide-user/virtualization/xen and I though this may work on xcp-ng but I need some help.

  • I am not sure where to place the domain configuration file Xen-OpenWrt.conf
  • I am assuming the network configuration below is done at the xcp-ng terminal, right?

 

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

 

  • Where to find the Xen domain configuration file?

 

Thanks in advance for your help and input.

Link to comment

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...