search for: briding

Displaying 20 results from an estimated 86 matches for "briding".

Did you mean: bridging
2023 May 15
2
[Bridge] [PATCH net-next 2/2] bridge: Add a sysctl to limit new brides FDB entries
On 15/05/2023 11:50, Johannes Nixdorf wrote: > This is a convenience setting, which allows the administrator to limit > the default limit of FDB entries for all created bridges, instead of > having to set it for each created bridge using the netlink property. > > The setting is network namespace local, and defaults to 0, which means > unlimited, for backwards compatibility
2023 May 15
1
[Bridge] [PATCH net-next 2/2] bridge: Add a sysctl to limit new brides FDB entries
On Mon, 15 May 2023 10:50:46 +0200 Johannes Nixdorf <jnixdorf-oss at avm.de> wrote: > +static struct ctl_table br_sysctl_table[] = { > + { > + .procname = "bridge-fdb-max-entries-default", That name is too long. Also, all the rest of bridge code does not use sysctl's. Why is this special and why should the property be global and not per bridge? NAK
2006 Aug 21
0
Anyone gotten qemu to operate in bride network mode on centos 4
I have been asking on the qemu list how to get bridge network mode working under centos 4... To no avail. The following script is what I have tried as my /etc/qemu-ifup. It supposedly worked for fedora. #!/bin/sh # # qemu_up # # script to bring up the tun device in QEMU in bridged mode # # This script bridges eth0 and tap0. First take eth0 down, then bring it up with IP 0.0.0.0 # /sbin/ifdown
2020 Jun 08
2
Trying to get bride network on CentOS 7 working with virt-manager
I have these interfaces listed. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.8 netmask 255.255.252.0 broadcast 192.168.3.255 inet6 fe80::e2d5:5eff:fe63:abe5 prefixlen 64 scopeid 0x20<link> ether e0:d5:5e:63:ab:e5 txqueuelen 1000 (Ethernet) RX packets 42411243 bytes 4701898681 (4.3 GiB) RX errors 0 dropped 156
2007 Apr 18
2
[Bridge] Re: Policy match with a bridge
...hout them, packets > are > | only seen encrypted in the OUTPUT chain. > | > Yes -- the ipsec+netfilter patches are applied. Here is the same test > with the bridge removed and the local ip address transfered to one of > the network cards: The problem is ipv4_sabotage_out in the briding code. It prevents the packet from hitting the LOCAL_OUT hook while it is still unencrypted. When it hits the bridging code and its LOCAL_OUT hook it's too late. Not sure how to handle it yet. Regards Patrick
2003 Dec 14
1
Bride of vorbisfile questions
I've been playing around with using ov_test and ov_test_open as an alternative to ov_open in the xmms plugin's vorbis_check_file function. xmms never bothers to cache the result of a file check, so it tends to happen rather a lot. Unfortunately ov_test_open returns OV_EINVAL because ov_test seems to have left vf->ready_state to OPEN rather than PARTOPEN. I'm presuming this is
2007 Oct 26
3
Start call from asterisk
Hi everybody! Can you give me a hint, how can I start a call from asterisk with some (php, bash, etc) script? I need to start two calls and bride it together. Thank you. -- Suich
2013 Sep 04
6
[Bridge] bride: IPv6 multicast snooping enhancements
Hi, Here are two, small feature changes I would like to submit to increase the usefulness of the multicast snooping of the bridge code. The first patch is an unaltered one I had submitted before, but since it got no feedback I'm resubmitting it here for net-next. With the recently added patch to disable snooping if there is no querier (b00589af + 248ba8ec05 + 8d50af4fb), it should be a safe
2006 May 31
14
Linux router performance
...I know it mainly depends on the hardware, I''m trying to find some references on the topic or comparations with other routing solutions (FreeBSD box used as router, Cisco, etc). For example, http://facweb.cti.depaul.edu/jyu/Publications/Yu-Linux-TSM2004.pdf (althought is related with Linux-briding more than with Linux-routing) shows in Figure 14 that with an AMD Duron 1.3GHz 512M RAM a throughput of 90 Mbps can be achieved. Anybody knows any other similar analysis, please? Best regards, -------------------- Fermín Galán Márquez CTTC - Centre Tecnològic de Telecomunicacions de Catalunya Pa...
2006 Feb 12
3
Error when Eager Loading "Not unique table/alias"
Hi list, I get the error "Not unique table/alias" (myql 4.1) when trying eager load 2 classes that use the same base class (not STI) Example: <code> class Wedding < ActiveRecord::Base belongs_to :bride, :class_name => ''Person'', :foreign_key => ''bride_id'' belongs_to :groom, :class_name => ''Person'',
2005 May 26
5
Looking for inexpensive phone to use with Asterisk with message light and a button that will let me play new messages
I'm wanting to have a phone at home next to the garage door that when my bride comes home, she can see that there is a new message, push a button and have the messages played to her. Otherwise, she will not let me install asterisk on my home line. Can someone suggest relatively inexpensive hardware that will do this for me (us)? Thanks, -Peter
2008 May 28
2
PPPoE client help
...d Centos, I hope) router that will connect ethernet to the Speedstream but run PPPoE to his network and get both the IPv4 and IPv6 route delegations. There is no easy way that I know of to test this ahead of time. I basically have to get the box configed, have my ISP switch the Speedstream to briding mode, and GO! So I need to do some reading....
2017 Jun 12
5
Fedora 25 Samba and XP-SP3
Yes, I know, XP-SP3 is very old. It works for what I need it for. I have some programs that will never be updated for Win 7. Note that XP-SP3 and Fedora 14 work together just fine, so I'm guessing that a newer version of Samba is what is keeping me from logging in from XP. But, I do not know what to put in the smb.conf file to allow XP to mount a share. Here is the output from testparm:
2003 Jan 06
1
Linux Bridge
Hello, Just curious if anyone has used shorewall on a Linux Bridge? I know you would have to apply the bridge firewalling patch, but could you then define the bride device in the /etc/shorewall/interfaces, turn on multi, and have it work? Could it be this simple? -- Regards Joseph Watson
2006 Mar 05
1
network bridge empty
My very first xen DomU can not ping anything on my network. Well that is not entirely true, it can ping itself. I did not touch any of the scripts in /etc/xen so xen should be using bridging. My pc is running xen-unstable and uses a 3Com PCI 3c905B Just after the ''xen start'' on Dom0 brctl shows: bash-3.00# brctl show xenbr0 bridge name bridge id STP
2010 May 19
2
xenbr0
How to check which all network card are part of xenbr0 and what way i can add additional nic on the fly in the xenbr0 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Nov 07
1
How do I make this stop? (Bridging of IAX channels?)
-- Attempting native bridge of IAX2/peer1-iax-7 and IAX2/peer2-21 I want everything to stay in the VoIP server rather then briding. I have notransfer=yes on, but it still seems to bridge the call natively.. can I keep the RTP stream on the asterisk server some how?
2002 Jan 04
0
Testing a Port...
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C19533.5BC03B40 Content-Type: text/plain I've been porting a library from the STATLIB site from S+ to R. Unfortunately, I don't have the capability to test the port against the original application. Is there anyone out there who
2004 Feb 24
5
Is it possible to use PXELinux/SYSLinux with out changing DHCP Server settings ?
Hi, We have some 100 Servers (includes both Intel and PPC based systems). Is there any way to easly install OS (different flavours of Linux) on these systems ? We do not have control over the DHCP Server settings so is there any way to do this with out touching the DHCP Server ? We have static IPs for all the systems. Regards, Naveen
2001 Nov 26
1
Possible Bug?
I have this problem with the POSIX functions >version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 3.1 year 2001 month 08 day 31 language R > > dates <-