Displaying 20 results from an estimated 21 matches for "ebl".
Did you mean:
eb
2004 Aug 29
7
SMS & Asterisk
Hi all! I am intrested in the following scheme
My mobile phone -> SMS to SOMETHING -> Redirect to FWD number -> FDW
redirect to my * -> My * doing smtg
There are companies like calluk.com that provide DIDs for free, but
they do not support SMS.
In http://www.voip-info.org/wiki-Asterisk+cmd+Sms they say
"Works to ETSI ES 201 912 compatible with BT SMS PSTN service in UK"
2007 Apr 18
4
[Bridge] ebtables target to disable an interface
...CL for an ethernet port using ebtables rules, and
if a security violation occurs, to physically disable the port (i.e.
whatever "ifconfig down" does). I did not see such a feature in the
ebtables man page. Does this exist anywhere, or do I have to create a new
extension for it?
--
Dan Eble <dane@aiinet.com> _____ .
| _ |/|
Applied Innovation Inc. | |_| | | "All Protocols MUST be odd"
http://www.aiinet.com/ |__/|_|_| -- RFC 1661 (PPP)
2007 Apr 18
1
[Bridge] Two entries in forwarding database
...faces in the bridge.)
When a static entry is added it should overwrite a non-static entry.
I am going to try to fix this in br_fdb.c and post a patch (ppc kernel
2.4.21-pre4), but I wanted to see if anyone had any advice that would save
me some work or help me do a better job. Thank you.
--
Dan Eble <dane@aiinet.com> _____ .
| _ |/|
Applied Innovation Inc. | |_| | | "All Protocols MUST be odd"
http://www.aiinet.com/ |__/|_|_| -- RFC 1661 (PPP)
2003 Jun 09
1
Have I been hacked?
...while, but it reported no problems. I also checked for
standard stuff like suid binaries and accounts with a uid of 0.
Nothing looks out of place, aside from the messages file being empty
and suddenly filling with data before newsyslog gzips it.
Any thoughts would be greatly appreciated,
Ken Ebling
2002 Jan 25
4
How to add error bars to plot(x,y)in R?
Dear R Experts,
Is there a way in R to add an error bar (say in the y direction) for each data point?
Thanks
Ming Chow
--
__________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",
2002 Jan 25
4
How to add error bars to plot(x,y)in R?
Dear R Experts,
Is there a way in R to add an error bar (say in the y direction) for each data point?
Thanks
Ming Chow
--
__________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",
2007 Apr 18
1
[Bridge] RE: BCP protocol
...t; Could you work with 2.6 rather than 2.4?
I'm truly sorry, but I get paid to work with 2.4. My employer understands
the value of giving back to the open source community, and this is what we
have at the moment. Someone else is going to have to port it to kernel 2.6
and pppd 2.4.2.
--
Dan Eble <dane@aiinet.com> _____ .
Software Engineer | _ |/|
Applied Innovation Inc. | |_| | |
http://www.aiinet.com/ |__/|_|_|
1999 Feb 09
2
PB upgrade to samba 2.0
After I have upgraded from previous version to 2.0, I don't manage to
authenticate from clients (winnt4) to DigitalUnix3.2c with Samba
anymore. Before the upgrade it worked fine. After the upgrade, my
password is rejected.
It's really a authentication problem because it works fine if I add
"guest ok = yes".
On the server I have: security = share
On the client:
2007 Apr 18
0
[Bridge] Re: hang on PPC
Scratch that last comment. The kernel code I have now is identical to what
I posted. Sorry for the misinformation.
> -----Original Message-----
> From: bridge-bounces@lists.osdl.org
> [mailto:bridge-bounces@lists.osdl.org] On Behalf Of Eble, Dan
> Sent: Tuesday, June 29, 2004 12:57 PM
> To: 'arkady-parabel@ngs.ru'
> Cc: bridge@osdl.org
> Subject: RE: [Bridge] Re: hang on PPC
>
>
> Pavel, you may be interested in my work on Cisco HDLC bridging:
> http://marc.theaimsgroup.com/?l=linux-netdev&m=1088...
2004 Aug 30
0
SIP and IAX Registration Problem with Dynamic IP
...o do with the dynamic and
changing IP address but am not sure.
Anybody out there who can verify this or knows the solution
immediately? So far I have a cron job running that stops Asterisk for
10 minutes after I get the new address and that seems to work well so
far.
Kind regards,
Axel
--
Axel Eble, CISSP * Trienter Str. 6b * 87437 Kempten (Allg?u) * Germany
VoIP: 8002887@sipgate.de * cell: +49.178.285-3265
2007 Apr 18
0
[Bridge] Re: hang on PPC
...rnel and make it a
compile-time option.
Oh, it also requires changes to sethdlc that are not in the post cited
above. There are also a few lines of modifications I've made to the kernel
parts since that post. Email me off-list if you are interested and I'll
send you what I have.
--
Dan Eble <dane@aiinet.com> _____ .
Software Engineer | _ |/|
Applied Innovation Inc. | |_| | |
http://www.aiinet.com/ |__/|_|_|
> -----Original Message-----
> From: bridge-bounces@lists.osdl.org
> [mailto:bridge-bounces@lists.osdl.org] On Behalf Of
> arkady-parabel...
2007 Apr 18
2
[Bridge] Bridge and PACKET-socket
Ahoy,
I've encountered some confusing semantics with using PACKET(7) sockets
on bridge-enslaved interfaces. Specifically, if my socket accepts all
types of frame (bind() to ETH_P_ALL) then it gets all packets; but if
it accepts any specific type (e.g. ETH_P_IP), then it receives no
packets at all.
That is how it's coded in net/core/dev.c's netif_receive_skb(). First
ETH_P_ALL
2007 Apr 18
5
[Bridge] Any way of knowing a packet's been defragmented
Hello,
Due to a recent change in the bridge code, we now need a way of knowing if
a packet has been defragmented. The bridge code now checks on the packet
size and drops packets that are too big for the output port. Defragmented
packets will get refragmented later, so they shouldn't be dropped.
I've been reading the defragmentation code and can't find an easy way of
knowing if a
2007 Apr 18
2
[Bridge] Bridging between user processes
Hi,
What is the easiest way to bridge between two
user-space processes that talk directly to Ethernet
interfaces?
I have two applications that write/read Ethernet
frames to/from Linux Ethernet ports (e.g. eth0). The
applications can successfully talk to each other when
they run on two machines connected over Ethernet. I
would like to be able to test them on a single machine
without employing
2020 Jun 11
5
SV: handling spam from gmail.
I know it is not dovecot who should fix this. But anyone using dovecot
is using an MTA, and receiving spam ;) I know how to look at email
headers. Spf and dkim is not solving anything here.
-----Original Message-----
From: Sebastian Nielsen [mailto:sebastian at sebbe.eu]
Sent: donderdag 11 juni 2020 10:23
To: Marc Roos; 'dovecot'; 'users'
Subject: SV: handling spam from
2007 Apr 18
2
[Bridge] Bridge performance problem
I need some help understanding a strange bridge performance problem I am
seeing. Maybe I am making more out of this than I need to. I need your
opinions.
The setup:
The first configuration is two machines connected via a cross over
cable:
Machine A <====> Machine B
The second configuration is two machines with a Linux bridge between
them:
Machine A <===> Linux Bridge
2007 Apr 18
4
[Bridge] MTU Question
I have a bridge that has gigabit interfaces. The machine in question has the
fun job of being a Bridge, Firewall and SMB server. Both of the Gigabit
interfaces are connected to workstations directly via Xover cable (well
MDI-X to be exact). My question is, if I enable jumbo frames on the gigabit
interfaces will that make any difference in overall transfer rate of the
bridge? I was thinking it
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir,
I was trying to install bridge as we are installing
scps gateway in our testbed.This requires us to
install the bridge.
Our Linux version is 2.4.18 ~3 and we are using redhat
7.2
Please let me know which is the bridge I should
install and how to configure it.
Before configuring the bridge what I should check in
my configuration.
Thanks for your time,
Sincerely
Rama
=====
I hear
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...zcma%hV{m0%uy$-tGO=yjm}p{K6Wg{XPA0Z(+n(6Aof8}P%=_K@|EoH?PSx7A*Y4fj
ztMT*`t{^9Y2!{g)0s?|4CHX@M1Ozk;c-6o_0at|2L`s2wu=bLgP9Pvi1OG125xY`j
z;3BrOn1-{movE{%p`!_io0}Vhg{_s7k)gc_gPo&U#uXn92nZ2~)DK}5_sok;H+L1)
z*WMdI7i+?nmk17QfY3=^3z;(tB<`bL?Js>d^^a9Ib=^%}UET9?lm$pJu|MB_3bmsU
z-KTGP$y2aCy?<f}?IEBL8Ghr+IUWVy@U%5eb(8Z#mW(Hp`v3mvTB3Vl3dI*nFF!0#
zFMr3x?NLG>E-P=fd^lU@SnH5cIxl-<@F$Z>sh*oV!u%eR=3i4xt-jX5H`f*iDiUAl
z8uy3EEwDKJ*ms@8I8uy~6g-$r%Eor1wFd0FSXu$qEo(7r0%JCC?d<jZ_<X|Dh5*GF
zP%nuo4h16>zoueQcB5*5CuCu;GI}XORUclK@ZYu^34i|ZiOsuX<n|3k2l@P7>yVs-
zoLTPxi6_&=`G%Gt8o=#eUPki...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...PW+VJeA762
zoV4$D72)7SzX+^Q0QuJ3D46gmQAI1|Wtb%LY?>7YvP=Mij{>cTF)9d^0cVCb9tx5u
z1G6>-_-BCmagDxD)rs^P at j#83_)XK$+D at n>EfT(zlC{vU0K`J28U519>5aBgc_cn2
z8X>yGn>F#_>y40?`Ks5|X8^>e1uzf~sLEwt&Q&Y8*=G?8IpZB`<=_F4%sip{WnTPm
zM_$B=S<f at iImNO3M)=m$glFcJ_qwAk!@o23O(eBL(<g-__5hJchR-O=vx<u?=H%6x
zRrIgBM~{_;Iu!v#4FzO(@1ye03y6)Hb;;4KF%xuBQh*JD44bb>!)d&gn5WCeji_h%
zwT+vww0EIwxG!q(j2?_Ve&|gIBbLhiaC6->IC-bY$Yb8N+`DpJ(sv=_T2;8!b1M%1
z42c+yly_8S)|V4N1`p^T&KF95$6Mx7t;$;&)+JPn;#gNPfVXhB>;?v6a_tQD#9&3N
z8~WmL+}YQo)?XVIAr=_Grvw?l!@&pqC&a...