Displaying 20 results from an estimated 3000 matches similar to: "Tools can capture Q-in-Q VLAN packets?"
2010 Feb 04
5
Can I pass 802.1q (VLAN tagged) through a VPN Tinc in HUB/Switch mode?.
Hello to everybody,
Sorry if my english isn?t very good.
I need pass 802.1q through a VPN between two offices.
I have mounted a WRT54GL, with OpenWRT firmware, conected to a switch trunk
port in both offices.
In the switch of the first office I have created five tagged VLANs and I
need pass these VLAN to the second offices where it has created it too.
Can I do this with Tinc in HUB/Switch
2007 Jan 18
9
Problem with VLANs on tg3 NICs
I have 3 machines,
T60 thinkpad with e1000 NIC
Dell PowerEdge 2950 with bnx2 NIC
HP DL360 G4P with tg3 NIC
All running xen 3.03 / 2.6.16.29-xen
I have a netbootable image with 2.6.16.29-xenU. This image when it
boots creates a vlan eth0.4002, and then tries to communicate on that
interface to a central server.
On the machines with e1000 an bnx2 NICs, this works fine. On the
2008 Mar 31
4
Packet corruption in re0
----- Original Message ----
> From: Pyun YongHyeon <pyunyh@gmail.com>
> To: Ian FREISLICH <ianf@clue.co.za>
> Cc: FreeBSD Current <freebsd-current@freebsd.org>; Robert Backhaus <robbak@robbak.com>
> Sent: Monday, March 17, 2008 8:12:03 AM
> Subject: Re: Packet corruption in re0
>
> On Fri, Feb 22, 2008 at 10:43:22AM +0200, Ian FREISLICH wrote:
>
2004 Aug 06
1
CPU Utilization Weirdness
Well, thought I would try one stream only to see if that makes a difference.
Apparently not. Here is a listing of the logs and I have attached the conf
file and the startup scripts that I use.
icecast.log
[06/Feb/2002:14:45:25] [1:Calendar Thread]
directory_touch_xa([yp.icecast.org:80]) completed...server id = 69
[06/Feb/2002:14:46:19] [96:Connection Handler] Kicking source 92
[192.168.1.5]
2007 Mar 28
7
(no subject)
Hi all,
I''m having a hell of a time getting my IFB to work. I know I''ve done
this before, so I''m missing something stupid. Can anybody tell me what
it might be?
Configs as follows:
--------
#!/bin/sh
modprobe ifb numifbs=1000
modprobe act_mirred
modprobe 8021q
brctl addbr br0
brctl setfd br0 0
brctl stp br0 off
brctl addif br0 eth1
brctl addif br0 eth2
ifconfig eth1
2018 Dec 16
3
macvtap and tagged VLANs to the VM
Hi,
I would like to run a network firewall as a VM on a KVM host. There are
~ 25 VLANs delivered to the KVM host on three dedicated links, no LACP
or other things. I have the VLANs 100-180 on the host's enp1s0, the VLANs
200-280 on the host's enp2s0 and the VLANs 300-380 on the host's enp3s0.
To save myself from configuring all VLANs on the KVM host, I'd like to
hand the entire
2006 Aug 30
4
pps limit ?
Hello, list members,
can i limit pps rate with linux? How?
-m limit does not fit, as i understood: it can help with low rates only
(is that true? any suggestions?)
Thank you,
--
_,-=._ /|_/|
`-.} `=._,.-=-._., @ @._,
`._ _,-. ) _,.-''
` G.m-"^m`m'' Dmytro O. Redchuk
2003 Jun 09
2
looking for Prof Bates' file
Hello
I'm reading up on fitting truncated Weibull distribution to data.
There are posts in 2002 that point to this presentation by Prof Bates:
http://www.stat.wisc.edu/~bates/JSM2001.pdf
but now the file is not there. I can't find it anywhere else, Google
doesn't have a cached copy for it.
Could someone please give me a copy of this file, if they have it?
Thanks and regards,
2010 Jun 25
1
No connection in DomUs with network-route
Hi,
I would like to know if somebody can point me out how to configure
several DomUs in a private LAN (for example 192.168.100.0/24) and one
DomU with two interfaces (one - 192.168.100.0/24 and two - internet).
So far I have enabled in xend-config.sxp:
(network-script network-route)
(vif-script vif-route)
My config files have:
/mnt/VM/1.cfg:vif = [''ip=192.168.1.3'']
2015 Jun 12
2
Packet size issue with direct UDP connections
This makes it work for us:
> On Jun 12, 2015, at 5:02 PM, Chris Clements <cclements at outlook.com> wrote:
>
> This looks like the culprit:
>
> http://www.tinc-vpn.org/git/browse?p=tinc;a=commit;h=7730d5f3ed9bd7c011dced5808130ffcbd74ea6b <http://www.tinc-vpn.org/git/browse?p=tinc;a=commit;h=7730d5f3ed9bd7c011dced5808130ffcbd74ea6b>
>
>
>> On Jun 12,
2015 Nov 13
2
[cfe-dev] [Openmp-dev] LLVM Social in Austin - Nov. 15?
----- Original Message -----
> From: "Sebastian Pop" <spop at codeaurora.org>
> To: "James H Cownie" <james.h.cownie at intel.com>
> Cc: "Hal Finkel" <hfinkel at anl.gov>, "John Leidel (jleidel)" <jleidel at micron.com>, "LLVM Dev"
> <llvm-dev at lists.llvm.org>, "cfe-dev" <cfe-dev at
2015 Nov 14
2
[cfe-dev] [Openmp-dev] LLVM Social in Austin - Nov. 15?
Hearing no opinions to the contrary, let's say Banger's 6pm (tomorrow). Address and web site below. I submitted online for a reservation early this morning, and I'll try to get an updated head count on Sunday morning.
-Hal
Sent from my Verizon Wireless 4G LTE DROID
On Nov 14, 2015 11:21 AM, Chandler Carruth <chandlerc at google.com> wrote:
Did this ever get settled?
On Fri,
2004 Aug 03
3
dots expansion
Hi list,
I'm trying to write a function similar to rbind, except that needs to
add a factor to each component array before rbinding them together so
that the rows from different arrays are distinguishable.
The problem that arose is how to loop through arguments in the dots
"..." list. I need to get a hand on each of them but don't know how many
of them there are and what
2010 Jan 10
7
IIS + Apache + Mongrel: Problem with big data submit form
Hi all,
I deployed a Rails application on a Windows Server 2003 machine as
follows:
+ I created two instances of Mongrel at ports 4001, 4002 to serve the
application
+ I set up an Apache instance at port 8080 for balancing load for the
two Mongrels => So I can access my website at URL http://mywebsite:8080/
+ I want to allow users access my website without typing port 8080 in
the URL.
2005 May 30
2
Proxy ARP working from Internet but not from fw and loc
Hello everybody.
I could not find an answer to my problem in the archive. (But that may just
be me :-) )
I have a problem with proxy arp and connection from loc (localnet) and from
the firewall.
Works fine from internet to dmz / proxy arp and vise versa.
I have a feeling the solution is simple, but I''m no guru in Linux routing
etc.
The problem seems to be the routing setup.
loc -
2007 Apr 18
1
[Bridge] Unexpected bridge behavior (Bug? You decide.)
While using the linux bridge module in 2.6.10, the kernel seems to
munge the source IP address of broadcast UDP packets if they come from
"0.0.0.1", and sticks on an address of the linux host.
I humbly submit that re-writing the source address of packets is not
proper behavior for a bridge, even if those source addresses are not
traditionally valid.
Sure, 0.0.0.1 isn't a valid
2007 Apr 18
2
[Bridge] aoe/vblade on "localhost"
hello !
i try to use a network technology on one single host, which wasn`t designed for that.
to give a short overview of what i`m talking about:
AoE is just like a "networked blockdevice" (just like nbd/enbd) - but without tcp/ip.
AoE kernel driver is the "client end" (see this like an iSCSI initiator) - and an etherblade storage appliance is the "server end"
2012 Jul 31
11
A lot of kernel martian source messages in /var/log/messages
Hi all:
I see a lot of the errors below in /var/log/messages on my firewall:
Aug 1 00:47:44 munin kernel: [109008.257109] martian source 192.168.1.5 from 127.0.0.1, on dev eth1
Aug 1 00:48:44 munin kernel: [109068.257384] martian source 192.168.1.5 from 127.0.0.1, on dev eth1
Aug 1 00:49:44 munin kernel: [109128.257509] martian source 192.168.1.5 from 127.0.0.1, on dev eth1
Aug 1 00:50:44
2012 Jan 10
3
Exec depends on ressources that are several different types
Hi dear puppet users.
I have an perl file that depends on a lib, that I want to execute.
I have stripped the parts of config that weren''t relevant here such as
owner, group and so on
In perl script : use Config::Tiny.
Script is stored on puppet master.
Manifest :
____
file { "/path/to/file.pl": source => "puppet:///file.pl, mode =>
"0755" }
package {
2004 Jul 19
11
(no subject)
Hi
I want to block the IP traffic between any 2 hosts on a switched ethernet
LAN. Will setting all the possible IP addresses on a linux machine in the
LAN do the trick or there is another easier solution?
--
Anton Glinkov
network administrator
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: