Arch linux xen pfsense
-
I am trying to move pfsense to vm and just instaled pfsense 2.0.1. I have poweredge 860 and it has two network ports. I am trying to get two interfaces assigned to pfsense. I wan to attach eth1 to wan. I had found script for multiple bridges but I can get eth1 bridged and attached to em1 on pfsense. I wonder if anyone has better scripts directions on how to get eth1 up with no ip address and briged.
-
Well I had solved this.
The first step is to create multiple-bridge script in /etc/xen/scripts/etc/xen/scripts/network-bridge netdev=eth0 bridge=xenbr0 start /etc/xen/scripts/network-bridge netdev=eth1 bridge=xenbr1 start
now we need to edit xend-config.sxp
change
(network-script network-bridge)
to
(network-script multiple-bridge)
After xend restart or rebootI get bridge name bridge id STP enabled interfaces xenbr0 8000.0015c5f54501 no eth0 tap1.0 tap2.0 vif1.0 vif2.0 xenbr1 8000.0015c5f54502 no eth1 tap1.1 vif1.1
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.