how to bind ppp to definite tun device?

2013-05-30 Thread Zeus Panchenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, may somebody help with the subject, please? is there way to bind tun device which ppp creates/uses to the definite one, let's say tun0 ? to avoid interface appointment change (in case I need binding WAN on tunN) for example OpenVPN allows to

vlanXXX vs ifXX.YY notation

2014-03-17 Thread Zeus Panchenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, is there any advantage of using vlanXXX vs ifXX.YY notation? I mean ifconfig em0 vlan777: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 ether 00:1b:b9:8b:ca:33 ... vlan: 777 parent interface: em0 vs

Re: FreeBSD 9.1-RELEASE + bge0 == watchdog timeout

2013-03-06 Thread Zeus Panchenko
Hi, here is my situation, much like the issue On 06.03.2013 12:26, YongHyeon PYUN wrote: If you were using latest stable/8, the result would be same on CURRENT. I use FreeBSD 9.1-RELEASE #0 r243825: amd65 + ZFS on HP ProLiant DL360e Gen8 the box has two 4 headed cards igb(4) I350 and bge(4)

Re: is lagg (re+wlan) working on 11.0-RELEASE?

2016-10-18 Thread Zeus Panchenko
thanks for quick reply J.R. Oldroyd wrote: > There is a work-around. Configure the re interface with the MAC > address of the wlan instead of the other way around. I done it and here is what happens: 1. I boot notebook with wire *not* plugged in wlan is up, associated and

Re: is lagg (re+wlan) working on 11.0-RELEASE?

2016-11-16 Thread Zeus Panchenko
thanks for quick reply J.R. Oldroyd wrote: > There is a work-around. Configure the re interface with the MAC > address of the wlan instead of the other way around. I done it and here is what happens: 1. I boot notebook with wire *not* plugged in, wlan is up, associated and

Re: 8021x on wired Ethernet

2018-05-16 Thread Zeus Panchenko
Bengt Ahlgren wrote: > Is there a standard "rc.conf" way to configure 8021x authentication on > wired ethernet? looks like it's to be something like: ifconfig_em0="WPA" -- Zeus V. Panchenko jid:z...@im.ibs.dn.ua IT Dpt., I.B.S. LLC

ether <-> wlan failover still is broken (was: is lagg (re+wlan) working on 11.0-RELEASE?)

2018-03-22 Thread Zeus Panchenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, while having no any problem with separate (lagg less) mode, when I use ether or wlan without aggregating, I am still experiencing severe problem with ether <-> wlan failover after upgrade to 11.1 I decided to give another try to the handbook

Re: ether <-> wlan failover still is broken

2018-03-22 Thread Zeus Panchenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrey V. Elsukov wrote: > > It will work, if you will change ethernet's MAC address to one, what > wlan interface have. > in my previous attempts it was working this way *only* when interface was in promiscious mode but I'll

ether wlan lagg works only with hint.ath.0.macaddr set (was: ether <-> wlan failover still is broken)

2018-03-22 Thread Zeus Panchenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrey V. Elsukov wrote: > > It will work, if you will change ethernet's MAC address to one, what > wlan interface have. > yes, for me it works *only* if the interface is in promiscious mode, just have checked BUT! what

Re: ether <-> wlan failover still is broken

2018-03-22 Thread Zeus Panchenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eugene Grosbein wrote: > > You should try forcing lagg to use MAC of wireless card instead of fabricated > one: > ifconfig lagg0 ether $(ifconfig wlan0 | awk '/hwaddr/ {print $2}') > as I wrote in previous message, it works