search for: somlo

Displaying 13 results from an estimated 13 matches for "somlo".

Did you mean: solo
2016 Apr 07
0
[PULL] virtio/qemu: fixes for 4.6
...0300) ---------------------------------------------------------------- virtio/qemu: fixes for 4.6 A couple of fixes for virtio and for the new QEMU fw cfg driver. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Gabriel Somlo (1): firmware: qemu_fw_cfg.c: hold ACPI global lock during device access Michael S. Tsirkin (3): qemu_fw_cfg: don't leak kobj on init error virtio: virtio 1.0 cs04 spec compliance for reset MAINTAINERS: add entry for QEMU Stefan Hajnoczi (1): virtio: add VIRTIO_C...
2016 Apr 07
0
[PULL] virtio/qemu: fixes for 4.6
...0300) ---------------------------------------------------------------- virtio/qemu: fixes for 4.6 A couple of fixes for virtio and for the new QEMU fw cfg driver. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Gabriel Somlo (1): firmware: qemu_fw_cfg.c: hold ACPI global lock during device access Michael S. Tsirkin (3): qemu_fw_cfg: don't leak kobj on init error virtio: virtio 1.0 cs04 spec compliance for reset MAINTAINERS: add entry for QEMU Stefan Hajnoczi (1): virtio: add VIRTIO_C...
2008 Mar 08
1
[Bridge] span/monitor port
Hi, I was wondering if there's an established way to set up one or more ports of a bridge as 'span' or 'monitor' ports. I.e., once a port is in this state, it discards any packets it receives, and gets a copy of any other packet the bridge is forwarding out any other port. Kind-of like cisco's span monitor session. If not, I'd be interested in having a go at it, but
2005 Jun 28
0
RE: [Serusers] *** SER - Asterisk
Sorry it's asterisk-users@lists.digium.com --- harry gaillac <gaillacharry@yahoo.fr> a ?crit : > Luca, > > you may find help here: > > http://www.cs.colostate.edu/~somlo/CSU-SIP-notes/ > http://www.asteriskdocs.org/ http://www.voip-info.org/tiki-index.php?page=Asterisk+at+large > > ask for help to asterisk-users@lists.digium.org > > Regards > harry > > --- "lucape@inwind.it" <lucape@inwind.it> a ?crit : > > > i&...
2006 May 09
0
DID -> SER -> Asterisk call transfer
Hi everybody, I am almost there on that one :-) Transfering a DID from SER to Asterisk 1.2.6, but I get 403 forbidden. I tried this example but without success and I also looked at last year's posts.. http://www.cs.colostate.edu/~somlo/CSU-SIP-notes/#3.3 SER is the public access and is on a separate box. The URI is sip:551130256898@sip.provider.com and the Asterisk is correctly registered on SER. Any hint would be greatly appreciated, thanks Fred Here is the sip.conf: -------------------- register => 551130256898:5511...
2007 Apr 02
1
Please Help: Can''t access bands > 10 on prio qdisc
Hi, I''m trying to set up 15 different delay intervals for packets leaving on an interface, using netems hanging off of a 16-band prio. I''m having trouble adding anything to bands higher than 10. Here''s what I tried: tc qdisc add dev eth0 root handle 1: prio bands 16 \ priomap 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I want all default traffic to go to
2016 Feb 21
3
Automatically inferring %d on multi-domain virtual install ?
...cit user at domain authentication, this should also work: > > 10.0.0.100:::::domain:protected=foo.org > 10.0.0.101:::::domain:protected=bar.org > > Not tested, but should work I think. At least with new enough Dovecot > versions. > > > On 19 Feb 2016, at 23:10, Gabriel L. Somlo <gsomlo at gmail.com> wrote: > > > > On Fri, Feb 19, 2016 at 08:41:15AM +0100, Steffen Kaiser wrote: > >>> I'm trying to allow domain-less logins for a multi-domain virtual IMAP > >>> server, and wondering if I can automatically infer the domain (value...
2016 Feb 19
4
Automatically inferring %d on multi-domain virtual install ?
On Fri, Feb 19, 2016 at 08:41:15AM +0100, Steffen Kaiser wrote: > >I'm trying to allow domain-less logins for a multi-domain virtual IMAP > >server, and wondering if I can automatically infer the domain (value of > >variable %d) from the local IP (%l) or the hostname used by the client > >when connecting to my server. > > > >Let's say I have two host
2007 Mar 30
1
Please Help: applying multiple different delays with netem
I''m trying to use tc and netem to delay packets from several different machines as they exit via eth0. Assume two source IPs, 10.0.0.122 and 10.0.0.133. I''d like to delay packets from the first one by 200ms, and packets from the second one by 300 ms. Any other traffic should be sent out normally. Here''s what I tried: # make three classes, 1:1, 1:2, and 1:3: tc qdisc add
2007 Apr 23
1
Multiple bands with equal priority ?
I''m trying to build a wan latency test environment, where packets from different "remote" locations get delayed by different amounts of time, depending on which remote location we''re pretending they are from. Currently, I''m doing this using the ''prio'' qdisc to obtain multiple bands, and hanging a different netem qdisc off each of the branches
2017 Oct 10
3
tunnel device name acquisition?
Numerous how-tos all over the Internet show how one would set up a tunnel using ssh, e.g.: ssh -f -o Tunnel=ethernet <server_ip> true I was wondering if there's a way to subsequently acquire the names of the local and remote tun/tap interfaces (e.g., using the default "-w any:any") for subsequent automatic tunnel configuration, e.g.: ip link set $TapDev up ip link set
2016 Feb 12
2
Automatically inferring %d on multi-domain virtual install ?
Hi, I'm trying to allow domain-less logins for a multi-domain virtual IMAP server, and wondering if I can automatically infer the domain (value of variable %d) from the local IP (%l) or the hostname used by the client when connecting to my server. Let's say I have two host names: mail.foo.org (10.0.0.100) and mail.bar.com (10.0.0.200), with forward and reverse DNS configured to resolve A
2023 Apr 06
0
[Bridge] Option to forward *unconditionally* on a bridge?
TL;DR: Is there a way to force a bridge to forward anything and everything on all ports (except the ingress port) *regardles* of any permanent FDB entries (such as the MAC addresses of interfaces acting as bridge ports)? For context, I'm using a network-namespace (container) based simulator (think GNS3 or CORE), which allow me to run multiple FRR instances in their own dedicated netns,