Displaying 20 results from an estimated 1000 matches similar to: "[Bridge] Out of memory problem"
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
2011 Jan 08
4
Help How to create DSL for conditional validations
Hi All,
I am new to Ruby and ROR
I were trying to create small DSL for conditional validations
valid_with_cond :bypass_validation do
if self.addresses > 3
errors[:base] << "Can not have more than 3 addresses".
end
end
By this I wanted to create array of method and call them all in custom
validation method.
this above code I wanted to do
attr_accessor
2008 Aug 23
3
Postfix and Dovecot SASL authentication error
ear All,
I configured Postfix 2.3.3-2 on CentOS 5.2 using SASL Dovecot
authentication put I am facing the problem to receive mails . My postconf -n
result is:
[root at mails ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
2005 Feb 10
5
priorizing vlans in a bridge
Hi, this is my Linux Box
----------------------------
LAN 1 -----|--eth1 <---br1--->eth0.1 |
| \ |
| eth0--|----- 802.1q tagged 1 Mbps link
| / |
LAN 2 -----|--eth2 <---br2--->eth0.2 |
----------------------------
I have to bridge the 2 lans
2011 Aug 18
4
splitting sample names
I have a data frame like this
xx<-data.frame(cbind(Sample=c('Ctrl_6h','1+0_6h','1+200_6h','1+5k_6h','Ctrl_5K_6h','ConA_6h'),
IFIT1=c(24,25,24.7,24.5,24.2,24.8)))
grep('[[:digit:]]h',xx$Sample)
yy<-xx$Sample
strsplit(yy,"_")
I have to extract the time information separated by '_' in the sample
2014 May 30
3
Centos box and Cisco 3750 VLAN's
Hello all,
I have a CentOS box that has a NIC (eth0) on which I defined 4 VLAN's
(counting the NIC itself): eth0, eth0.1, eth0.2 and eht0.3. Initially the
Cisco switch was not partitioned into VLAN's which means that the only VLAN
running on it was the default one (VLAN 1).
I have then played with VLAN's a bit on the switch and at this point have
two: VLAN 1 (which is default and can
2003 Feb 27
2
epoch time conversion in R
I have a data file where each entry is indexed by the time in seconds since
epoch (e.g. 1046315697). Is there an easy way to convert this time value into
a more friendly time (such as Month-Year) when plotting it?
I searched through the manual, mailing lists, and functions like as.POSIXct
and strptime, but didn't find what I need.
Thanks,
Sharad.
2011 Oct 10
4
correlation matrix
Hello Gurus
I have two correlation matrices 'xa' and 'xb'
set.seed(100)
d=cbind(x=rnorm(20)+1,
x1=rnorm(20)+1,
x2=rnorm(20)+1)
d1=cbind(x=rnorm(20)+2,
x1=rnorm(20)+2,
x2=rnorm(20)+2)
xa=cor(d,use='complete')
xb=cor(d1,use='complete')
I want to combine these two to get a third matrix which should have half
values from 'xa' and half
2011 Oct 27
2
help with paste
Hello gurus,
I have some variables, and i am creating combinations for analysis in the
end i need these variables to be displayed like "LEPTIN+SAA+PTH". currently
i am using loop to perform this. I would appreciate any pointers to do it
without the loop.
> mols=c("LEPTIN","SAA","PTH","sEGFR")
> samples=mols[1:3]
> samples
[1]
2006 Jun 22
7
iptables match u32
hello,
I try to use iptables rules to drop skype trafic. The
iptables rule is :
iptables -I FORWARD -p udp -m length --length 39 -m
u32 --u32 ''27&0x8f=7'' --u32 ''31=0x01020304'' -j ACCEPT
the problem I encounter is that i can''t have the match
u32 for iptables. Could someone help me ?
2010 Sep 16
1
virConnectOpen question.
Hi,
I am using virConnectOpen(const char *uri) to connect to the local
hypervisor. When uri is set to "lxc:///", an error gets logged
in /var/log/messages about failed connection. But I do not see any error
for "xen:///". The machine does not have these drivers installed, and I am
using libvirt 0.6.3. My questions are -
1. Why I see error in /var/log/messages for container
2006 Mar 15
6
load balancing: per route or per interface?
Hi!
I''m doing load balancing for 5 dsl lines, each one with a dsl router
attached to a linux machine ethernet plug. The problem is that I''m
adding 15 more dsl lines, and I don''t have enough PCI slots in the
linux machine to sum up 20 ethernet plugs (I already have 2 quad
ethernet cards).
So I''m considering connecting all dsl routers and the linux machine to
a
2011 Aug 11
2
virInitialize dumps core intermittently.
Hi,
I have a host with 6 VMs set to autostart. When this host reboots, it
starts libvirtd, pegasus cimom and libvirt-cim. It also restarts the VMs.
Intermittently we noticed a core during start up that points to the last
call made by libvirt-cim to "virInitialize". I am thinking that it is a
timing issue where virInitialize is called while libvirt is trying to
autostart the VMs.
2007 Apr 18
2
[Bridge] Getting dynamic ip address for a bridge
Hello,
I how an embedded processor that needs to act as a bridge between a wireless
and wired network. I have managed to bring up the bridge fine. I can also
bring up the bridge with a static ip address. However I can not figure out
how to bring up the bridge with a dynamic ip address.
Is it possible to for a bridge to get a dynamically assigned ip address?
Oliver
2011 Sep 01
1
No buffer space available - loses network connectivity
Hi,
I have a centos 5.6 xen vps which loses network connectivity once in a
while with following error.
=========================================
-bash-3.2# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
2007 May 28
9
2 NICs Bridge + Router
Hi wondering if anyone can help. I have two NICs on a debian sarge based
system and current running as a bridge (br0) which consists of eth0 and
eth1. Is it possible to add a virtual interface to the eth1 so I can
also do NAT on the box as well? I have tried many times and keep coming
up with errors.
Kind Regards
William Bohannan
2006 Mar 30
2
linux bridging vlans?
re
can somebody tell me what am I doing wrong (at this late night hour),
because vlan are not getting bridged at all.
ifconfig eth0 0.0.0.0 up
ifconfig eth1 0.0.0.0 up
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig br0 up
vconfig add br0 X
vconfig add br0 Y
X = vlan-ID (example: 222)
Y = vlan ID (example: 223)
# brctl show
bridge name bridge
2007 Apr 18
2
[Bridge] Neighbour table overflow
Hi,
I had successfully setup my bridge (br0) but after few minutes the br0
interface seems not working.
ifconfig eth0 0.0.0.0
ifconfig eth5 0.0.0.0
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth5
brctl stp br0 on
I check on my system's /var/log/syslog file. It shows something strange
messages as below: -
Jan 2 10:44:22 fw01 kernel: ipt_tcpmss_target: bad length (64 bytes)
2007 Apr 18
2
[Bridge] Help: Bridge and NAT through same NIC?
I am so out of my depth on this one, but I would welcome some help. I
have the following network and did get it to work with m0n0wall (a BSD
firewall) an option called "transparent bridge". I've switched to Clark
Connect because of its support for content filtering, and installed
bridge-utils.
I have a home network based a single WAN-facing NIC, eth0, that gets a
public IP address
2004 Dec 22
6
vpn bridging
[This email is either empty or too large to be displayed at this time]