search for: layer2

Displaying 20 results from an estimated 81 matches for "layer2".

Did you mean: layer
2013 Dec 03
1
layer2 tunnel between guests across hosts
Hi, Is it possible to setup layer2 tunnels between guests across hosts? Using vrbr? -- i.e the Guest is unaware. On Host 1: guest (a) --- vrbr0 ------- | | On Host 2: | guest(b) -- vrbr0 ------ Has there been any work done around it? TIA, -...
2003 May 31
3
Packet flow through IPFW+IPF+IPNAT ?
...On my FreeBSD 4.8 configured IPFW2+IPF+IPNAT and I use them all: - IPFW - traffic accounting, shaping, balancing and filtering; - IPFilter - policy routing; - IPNAT - masquerading. I want to know, how IP-packets flow through all of this components? What's the path? incoming: IPFW Layer2 -> IPFW&Dummynet -> IPNAT -> IPFilter ? outgoing: IPFW Layer2 -> IPFW&Dummynet -> IPFilter -> IPNAT ? Is this correct? Or IPNAT on the incoming packets run before IPFW L3: incoming: IPFW Layer2 -> IPNAT -> IPFW&Dummynet -> IPFilter ? I think this path is...
2006 Jun 30
1
police rate doesn''t work ?
...e 2500000 burst 90k drop tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 2 fw police rate 1500000 burst 90k drop tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 3 fw police rate 1000000 burst 90k drop I generate traffic with smartbits and i made this test: 1)len packet layer2 64 byte, packets per second 5500 = 2810000 bit per second 2)len packet layer2 1000 byte, packets per second 350 = 2800000 bit per second The 2 test is good i receive a trafiic with 2500000 rate limit ! The problem is with 1 test because i received full band 2810000 without any limit! Is there any...
2004 Aug 06
2
compiling error
...ring directory `/lame-3.93.1/mpglib' /bin/bash ../libtool --mode=link gcc -O3 -fomit-frame-pointer -ffast-math -funroll-loops -mcpu=ultrasparc -mtune=ultrasparc -Wall -o libmpgdecoder.la common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo -lsocket rm -fr .libs/libmpgdecoder.la .libs/libmpgdecoder.* .libs/libmpgdecoder.* ar cru .libs/libmpgdecoder.al common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo ../libtool: ar: command not found make[2]: *** [libmpgdecoder.la] Err...
2004 Sep 17
3
Cisco 7940/7960 QOS?
If I relay through my Cisco 7940/7960, does it do QOS, even with a dumb switch? I know you can set quality/qos but only if you have a layer2/layer3 switch that supports the tagging. A simple little linksys 5 port switch wouldn't know about QOS, it'd give everybody equal priority. If a computer plugged into the phone, and the phone into the dumb 5 port switch and then to the internet, and the computer started uploading a 3mb...
2007 Jan 09
5
filtering in layer 2 [but is not a bridge]
I have a linux AP with prism2 (hostap) wireless nic. I whant to filter traffic that pass betwen clients of the AP, this is layer 2 traffic (802.11) and netfilter does not sees it, at first i think in physdev target, but is for layer2 bridged interfaces, and this is not the case. There is a way to filter layer2 traffic independet if it is from a bridged iface or not? -- Luciano
2006 Feb 11
0
html question
...#39;printing'' html and I don''t exactly know how to handle this. On screen...I have no problems but print preview - I have a problem Consider 2 layers defined in <head> #layer1 { height: 118px; width: 100px; left: 36px; top: 20px; position: absolute; visibility: visible; } #layer2 { height: 150px; width: 752px; left: 36px; top: 20px; position: absolute; visibility: visible; } --></style> </head> <body> <span id="layer1"> <img src="/images/pic.gif" alt="" height="112" width="128&qu...
2014 Oct 08
1
can I check the mac address on DHCP from my command line
Hi, I have an interesting problem. I want to be able to verify that my hostname, ipaddress, and mac address are correct in the DNS/DHCP. I have the values, how do I compare. I am able to use NSLOOKUP for the hostname=ip confirmation How do I do the ip addresss = mac address comparison I tried arp and a few other things. Almost everything on google says either to logon to DHCP (which I do
2004 Jul 06
1
zaphfc 2 cards working with P2P Mode ?? - massive Problems
...- when both cards are connected to the NTBAs, and asterisk is started, the Ports in the VST from Colt drop. - when only one card is connected, the Port stays up. - I played with various timing setups... second span with timing=2, or timing=0, but in all cases, the Switch at Colt drops the line... (Layer2-failure they told me).... Has anybody a working setup, with two or more HFC-Cards ?? Can you please give me a hint, and which Telco-Carrier you use ?? TIA for all help regarding this..... Here the setup: zaptel.conf: span=1,1,3,ccs,ami bchan=1-2 dchan=3 span=2,1,3,ccs,ami bchan=4-5 dchan=6...
2019 Sep 20
2
7.7.1908, interface bonding, and default route
...( /etc/sysconfig/network-scripts/ifcfg-bond0): TYPE=Bond BOOTPROTO=none DEFROUTE=yes IPV4_FAILURE_FATAL=yes NAME=bond0 DEVICE=bond0 ONBOOT=yes IPADDR=10.3.20.131 PREFIX=24 GATEWAY=10.3.20.1 DNS1=10.3.2.8 BONDING_MASTER=yes BONDING_OPTS="mode=802.3ad xmit_hash_policy=layer2 miimon=100" The slaves (two of them) are configured like TYPE=Ethernet BOOTPROTO=none NAME=bond0-slave0 DEVICE=em3 ONBOOT=yes MASTER=bond0 SLAVE=yes After booting, the routing table is 10.3.20.0/24 dev bond0 proto kernel scope link src 10.3.20.131 metric 300 with no defaul...
2019 Sep 20
0
7.7.1908, interface bonding, and default route
...TPROTO=none > DEFROUTE=yes > IPV4_FAILURE_FATAL=yes > NAME=bond0 > DEVICE=bond0 > ONBOOT=yes > IPADDR=10.3.20.131 > PREFIX=24 > GATEWAY=10.3.20.1 > DNS1=10.3.2.8 > BONDING_MASTER=yes > BONDING_OPTS="mode=802.3ad xmit_hash_policy=layer2 miimon=100" > > The slaves (two of them) are configured like > > TYPE=Ethernet > BOOTPROTO=none > NAME=bond0-slave0 > DEVICE=em3 > ONBOOT=yes > MASTER=bond0 > SLAVE=yes > > After booting, the routing table is > > 10.3.20.0/24 de...
2011 Jul 18
1
cluster by unique value
Hi, I need to make a cluster classification by the unique values of the data frame. I explain the problem. I need to classify this table, and assign to the same cluster each row that has the same combination of value: > data1 layer_1 layer_2 layer_3 [1,] 0.2460000000 2 -0.1 [2,] 0.5460000000 3 -0.1 [3,] 0.2460000000 2 -0.1 [4,]
2004 Apr 08
1
Asterisk & 3com nbx 100 support
Does anybody know if the 3com NBX 100 phones will work with Asterisk? The phones require a boot image to be sent either through layer2 or layer3 before they will function properly after being powered on each time. Thanks.
2004 Dec 14
1
ISDN HiSax: unauthorized source code changes
...(Billion HFC PCI) on a Xorcom Rapid ISO I get: HISAX Dec 12 16:25:35 localhost kernel: HiSax: Linux Driver for passive ISDN cards Dec 12 16:25:35 localhost kernel: HiSax: Version 3.5 (module) Dec 12 16:25:35 localhost kernel: HiSax: Layer1 Revision 1.1.4.1 Dec 12 16:25:35 localhost kernel: HiSax: Layer2 Revision 1.1.4.1 Dec 12 16:25:35 localhost kernel: HiSax: TeiMgr Revision 1.1.4.1 Dec 12 16:25:35 localhost kernel: HiSax: Layer3 Revision 1.1.4.1 Dec 12 16:25:35 localhost kernel: HiSax: LinkLayer Revision 1.1.4.1 Dec 12 16:25:35 localhost kernel: HiSax: Approval certification failed because of De...
2014 Aug 14
0
[Bug 969] New: Include L2 information in PCAP output
...correctly. After a quick search, I found the following discussion on your mailing list : http://marc.info/?l=netfilter&m=140625326302696&w=2 Since I did not find an opened ticket regarding this, I figured I'd create one. "Another solution would be to add an options forcing the layer2 type for all logged packets of given pcap output. This would allow to use kernel provided layer2 information and write fully qualified packets for encapsulation like Ethernet." This solution would be enough for my needs ! Thanks. -- Configure bugmail: https://bugzilla.netfilter.org/userpre...
2006 Jan 24
4
Xen in a routed network environment?
Hello, I''m used to using Xen in a bridge mode where my dom0 and all domUs are on the same layer 2 network. However now I have to set up a server whose eth0 is on one network and the domUs will be on another /29. So, for example, if the eth0 of dom0 is 192.168.1.214/24, then I have 10.1.1.0/29 (10.1.1.0 -> 10.1.1.7) routed to it for use in domUs, how would I go about setting that up?
2012 Dec 20
1
Plot multiple Graphics via Layers
...on(x) { barplot(x, horiz=T, xlim=c(-.75,.75), ylim=c(0,10),col=c("black"), axes=F, width = .5, space = .5) axis(side=1, labels=F)} ) magenta3 <- c(rep(0,length(X[1,])),X[2,],rep(0,length(X[-(1:2),]))) X2 <- matrix (magenta3, ncol=13, byrow=T) layer2 <- glayer(apply(X=X2[,1:13], MARGIN = 2, FUN=function(x) { barplot(x, horiz=T, xlim=c(-.75,.75), ylim=c(0,10),col=c("magenta3"), axes=F, width = .5, space = .5) axis(side=1, labels=F)} )) dodgerblue1 <- c(rep(0,length(X[1:4,])),X[5,],re...
2010 Apr 06
1
"Mode Switch" and "Tunnelserver Yes" cause unnecessary traffic to clients (proposed patch)
...report, and a proposed patch. Using latest stable tinc 1.0.12. I have a central server and a few clients connecting to this server. I don't want clients to speak directly, but I want all the communications to pass by the server. My configuration is: Mode = switch TunnelServer = Yes I need layer2 because of some ethernet stuff on the clients. When you have these two things set up it happens that the tincd damon will ignore any Subnet add request, if not allowed in the configuration file. This means that, because tincd is working on L2, it will not learn the MAC addresses of the other peers...
2006 Oct 23
4
Problems with chan-capi and Eicon Diva 4BRI
...on-zero on 'CAPI/ISDN2/32xx11-8ab8' Oct 20 17:18:26 VERBOSE[2663] logger.c: == ISDN2#02: CAPI Hangingup for PLCI=0x202 in state 7 Oct 20 17:18:26 VERBOSE[19772] logger.c: > ISDN2#02: CAPI INFO 0x34e6: Recovery on timer expiry What does the timer expiry exactly mean? Was it a Layer2 or Layer 3 problem? How can I find out more or how can I activate more BRI debugging for the case it happens again? Are there any known problems? We are using: Asterisk 1.2.12.1 chan_capi-0.7.0 divas4linux-melware-3.0.3-106.650-1 Diva Server 4BRI-8M 2.0 PCI Thanks Klaus
2018 Jan 29
2
Re: issue with openssh-server running in a libvirt based centos virtual machine
...linux bridge br0 to the > windows host, the IP and TCP headers in those frames wrongly consider > the 0x00 padded bytes as part of the user data, therefore the upstream > protocol (SSH in my case) tries to interpret them, and this is why > Putty hangs. Those 0x00 padded bytes are at the layer2 Ethernet frame > level, and should not be considered in the user data of the higher > level protocols. Ok, so I found a workaround for this, even if I do not know who caused this issue. Basically I noticed that I have this ssh connection issue only when the ssh client runs on a windows host...