Is vlan working for anyone with 1.2.1
-
A month old info on the blog http://blog.pfsense.org/?p=236
-
Hi
Works just fine in 1.3-AA-1002 build with em and bge.
I neither played any of your cards below nor on 1.2. (1.2.1 did)
Nothing informative but looks like you wanted any response so I did.
cheers,Yep, that´s what i´m trying to do
Asign goes normal
sets vlan0 to lanafter that i get something like
ifconfig vlan0 "no such interface"works fine with 1.2 release
i tried dc,vr,fxp,xl without luck
what driver are you using?
-
There are some VLAN issues that we have not been able to quantify yet. You should read the 1.2.1 known issues sticky post.
http://devwiki.pfsense.org/KnownIssues121 -
yes i seen that, but if it´s just a matter of getting the "right" nic´s i can change to that driver if it meens getting vlan running.
/F
-
Can you please try the attached file and tell if it fixes your problems?
Copy this file into /etc/inc/filter.inc on pfSense. Backup your previous one in case anything goes wrong.
-
I tried that file yesterday with no luck, got some error when typing "reconfigure interfaces"
tnx for the try anyways
/F
@ermal:
Can you please try the attached file and tell if it fixes your problems?
Copy this file into /etc/inc/filter.inc on pfSense. Backup your previous one in case anything goes wrong.
-
Hi
Isn't that a interfaces.inc instead? Header says so…
/* $Id: interfaces.inc,v 1.176.2.145.2.24 2008/09/28 03:31:40 cmb Exp $ */
Cheers
@ermal:
Can you please try the attached file and tell if it fixes your problems?
Copy this file into /etc/inc/filter.inc on pfSense. Backup your previous one in case anything goes wrong.
-
ups yes. Just my bad :)
Copy this file into /etc/inc/filter.inc on pfSense
Should read
Copy this file into /etc/inc/interfaces.inc on pfSense -
It worked for me when I changed line 67 from
$vlanif = "vlan{i}";
to
$vlanif = "vlan{$i}";I tried that file yesterday with no luck, got some error when typing "reconfigure interfaces"
tnx for the try anyways
-
Please test latest snapshot should be fixed.