Page 1 of 1

Interface selection list in WebGUI

Posted: 30 Dec 2014 10:20
by Predictor
Hi,

When I setup my box with vlans on top of a lagg my interface selection list won't show the vlan interfaces with some services.
Now, correct me if i'm wrong, the interface selection is done in /etc/inc/util.inc (according to pfsense forum ;) )
Why are vlan interfaces filtered out here? Could You, in an upcoming release or update, include them in the list?
I now need to patch the util.inc file every boot:

--snip--
437c437
< if (!preg_match("/^(ppp|sl|gif|faith|lo|vlan|tun|plip|ipfw|usbus|carp)/", $ifname)) {
---
> if (!preg_match("/^(ppp|sl|gif|faith|lo|tun|plip|ipfw|usbus|carp)/", $ifname)) {
--snip--

Thanks in advance

Re: Interface selection list in WebGUI

Posted: 30 Dec 2014 14:58
by alexey123
If you define your lagg or vnet interface as optN, you can attach it anywhere

Re: Interface selection list in WebGUI

Posted: 31 Dec 2014 08:19
by Predictor
Hi alexey123,

Thanks for quick answer!
But... My system has 2 physical nics bonded as a lagg interface (lagg0), on top of this lagg interface I add 3 vlan interfaces (so the underlying vlan interface is my lagg interface). One of my vlan interfaces is my LAN interface.
When I try to enable fuppes I need to select an interface, in the list I can choose igb0, igb1 and lagg0, no vlanX...

kind regards,

Rick