Re: Can Ethernet and wi-fi be used concurrently?

2019-06-23 Thread John Lyon
rim > wrote: > >> On 2019-06-22 19:05, John Lyon wrote: >> You should be able to use the lagg driver to combine the two >> interfaces in failover mode to achieve your goal. > > lagg doesn't apply here because Thomas's issue is routing failover. The > master

Re: Can Ethernet and wi-fi be used concurrently?

2019-06-22 Thread John Lyon
You should be able to use the lagg driver to combine the two interfaces in failover mode to achieve your goal. Sent from my iPhone > On Jun 22, 2019, at 9:24 PM, Thomas Mueller wrote: > > I would like to know if it is possible to have both Ethernet and wi-fi > running concurrently? > > Purpo

Re: Need Netgraph Help [fixed]

2018-04-23 Thread John Lyon
That's interesting. Why did you insert ng_vlan "backwards". My though is that you would want to do something like this (because the whole point is you want to remove the VID=0 tag since FreeBSD won't bind to VID=0): ONT]em0]lower---downstream_vlan0[VLAN]--downstream [eapfilter:]nomatch--

Re: Need Netgraph Help [fixed]

2018-04-23 Thread John Lyon
If you found that thread, you found my answer. :-) I'm one of the posters on that particular PFSense thread. In short summary, I have a theory that should work but I haven't tested it yet due to a lack of opportunity. The netgraph code that forwards the EAP-OL traffic works. The problem is hand

Re: Need Netgraph Help [fixed]

2018-01-06 Thread John Lyon
ks again for all the help! John L. Lyon PGP Key Available At: https://www.dropbox.com/s/skmedtscs0tgex7/02150BFE.asc On Sat, Jan 6, 2018 at 2:39 PM, Julian Elischer wrote: > On 6/1/18 9:22 pm, John Lyon wrote: > > I just woke up with a follow-up question t

Re: Need Netgraph Help [fixed]

2018-01-06 Thread John Lyon
. Thanks. Sent from my iPhone > On Jan 5, 2018, at 11:16 PM, John Lyon wrote: > > Julian, > > So this didn't work when I tried to implement it on hardware in real life and > I can't figure out why. I am sure it's really basic, but the error message > is

Re: Need Netgraph Help [fixed]

2018-01-05 Thread John Lyon
com/s/skmedtscs0tgex7/02150BFE.asc On Fri, Dec 29, 2017 at 4:06 AM, Julian Elischer wrote: > On 29/12/17 10:52 am, John Lyon wrote: > > It works!!! In virtual machine land at least, it works! It will be > interesting to see what happens when the rubber meets the road and I > actually

Re: Recommendations for cheap PCI-E network adapter ?

2018-01-03 Thread John Lyon
and now. John L. Lyon PGP Key Available At: https://www.dropbox.com/s/skmedtscs0tgex7/02150BFE.asc On Wed, Jan 3, 2018 at 3:13 PM, Ronald F. Guilmette wrote: > > In message ail.com>, > John Lyon wrote: > > >What's your use case?

Re: Recommendations for cheap PCI-E network adapter ?

2018-01-02 Thread John Lyon
Work and work well are two very different things. :-) What's your use case? If this is for a home box, developer box, or something that is not "enterprise production," then I wouldn't worry about RealTek cards bought in the last 5 years. Their 10/100 cards from 15 years ago were crap, which is h

Re: Need Netgraph Help [fixed]

2017-12-28 Thread John Lyon
- John L. Lyon PGP Key Available At: https://www.dropbox.com/s/skmedtscs0tgex7/02150BFE.asc On Thu, Dec 28, 2017 at 9:48 AM, Julian Elischer wrote: > On 28/12/17 9:59 pm, Julian Elischer wrote: > >> On 28/12/17 1:37 am, John Lyon wrote: >> >>> Julian, >

Re: Need Netgraph Help

2017-12-28 Thread John Lyon
At: https://www.dropbox.com/s/skmedtscs0tgex7/02150BFE.asc On Thu, Dec 28, 2017 at 11:10 AM, Julian Elischer wrote: > On 28/12/17 11:58 pm, John Lyon wrote: > > Julian, > > That looks exactly like what I want! It also looks like what I thought I > was doing. I have no idea why

Re: Need Netgraph Help

2017-12-28 Thread John Lyon
https://www.dropbox.com/s/skmedtscs0tgex7/02150BFE.asc On Thu, Dec 28, 2017 at 8:59 AM, Julian Elischer wrote: > On 28/12/17 1:37 am, John Lyon wrote: > > Julian, > > Unfortunately, this issue remains unresolved. I would like to think that > this is just a PEBKAC issue, but I have tri

Re: Need Netgraph Help

2017-12-27 Thread John Lyon
et a resolution to this issue? > > > On 16/12/17 2:59 am, John Lyon wrote: > >> Harry and Eugene (and others), >> >> I appreciate all of your help. It's been really insightful. Although I >> feel like I'm getting much closer to the solution, I do

Re: Need Netgraph Help

2017-12-18 Thread John Lyon
Harry, Thanks for the help. I haven't had the chance to sit down and tinker over the weekend, but I hope I may get sometime in the next day or two. I will see what happens when I try to connect my filter as you suggested. My intention is essentially to use NetGraph in order to add some simple l

Re: Need Netgraph Help

2017-12-15 Thread John Lyon
y Available At: https://www.dropbox.com/s/skmedtscs0tgex7/02150BFE.asc On Fri, Dec 15, 2017 at 3:48 AM, Harry Schmalzbauer wrote: > Bezüglich Eugene Grosbein's Nachricht vom 14.12.2017 23:07 (localtime): > > 15.12.2017 4:27, John Lyon wrote: > > > >>>> I'

Re: Need Netgraph Help

2017-12-14 Thread John Lyon
Thanks for the advice. The issue may be a shell issue, but without knowing which argument is "invalid," it's hard to debug. I took your advice and skipped the naming to simplify debugging and also tried different approaches to quoting the braces (or lack thereof), including: msg em0:lower se

Need Netgraph Help

2017-12-13 Thread John Lyon
Hello All, I'm a new Netgraph user, but am having some problems with a simple Netgraph script I have written. Unfortunately, the error message is cryptic and I can't tell what I am doing wrong since my script closely follows the example provided in the ng_etf man page. For some context, I'm tryi