Displaying 20 results from an estimated 1000 matches similar to: "Success at last and thanks!"
2004 Oct 08
4
Problem with VPN routing from internal network
Hi folks,
I have the two firewalls (Slackware current) in differnt cities connected via OpenVPN.
I can ping the network behind server firewall from client firewall server.
But how to route/iptable network traffic from the network behind client firewall to see the netwrok behind server firewall?
Thank you
Remus
2007 Jan 30
2
dev IFB, few questions
I''ve made some tests...
eth2 is my internal interface, LAN is connected here.
Before I had IMQ device in AB mode...
PREROUTING [A]fter NAT, POSTROUTING [B]efore NAT.
I want the same situation on ifb.
I do this in this way:
---
# incoming traffic here from LAN is before NAT
tc qdisc add dev eth2 handle ffff: ingress
# outcoming traffic here from WAN is after NAT
tc qdisc add dev eth2
2005 Jun 27
0
Just let whiners whine... Please?
There'll be whiners on all lists, and no list is ever going to be pleasing
everybody... (And everyone should decide for themselves whether or not
they belong to that group, as I will not be mentioning names! I'm sure
there are those who'll think *I* am a whiner...)
So at some point just let it be and continue the thread. Keeping on and on
about it only increases noise to post
2002 May 03
2
Some questions concerning IPtables (& IMQ/SFQ)
Hi there!
Some questions I couldn''t find an answer for:
IPtables:
- Is it possible to filter those ACK-packets (to eleminate problems
with ADSL-connections) with IPtables? It wasn''t possible with IPchains,
so u32 had to be used. Now there is this nice little --tcp-flags
option. But I just don''t know if this is all I need. The u32 was
checking for packetsize too. So if
2005 Jan 10
1
Could anyone explain the slot and bucket concept in SFQ to me?
Dear all,
I''m reading codes in sch_sqf.c in kernel 2.4 of Linux.
I find I messed up with the concept of slot, bucket and hash tables. Could
anyone explain the data stucture of the hash tables a little to me.
Thanks very much.
Best,
Franklin
BTW: I can not understand why the number of entries of dep[SFQ_DEPTH*]
should be twice:(
_______________________________________________
LARTC
2002 May 04
0
SFQ queue lengths - generalization
> > SFQ is very useful as a leaf qdisc. But by default, its internal queue
> > length is 128 which is too much for small classes or even for
> > not-so-fast links. Changing SFQ_DEPTH in net/sched/ sch_sfq.c to about
> > 10-20 results in flows responding much faster to bandwidth changes.
I''m not sure I understand what problem is being described, but I
suspect
2005 Jan 18
2
Reverse phone lookup interface with asterisk
I've had some success setting up a crude "screen pops" using Jabber, and am
pretty happy with it. But I'd love to have it pop up with the full name and
address of the caller.
The easiest way to do this is using ServiceObjects "GeoPhone" web service -
although it's expensive for small shops (free trial, but $50+/mo after
that). The interface would be pretty simple
2016 Jan 27
3
[PATCH] documentation: Add disclaimer
Peter Zijlstra <peterz at infradead.org> wrote:
> +==========
> +DISCLAIMER
> +==========
> +
> +This document is not a specification; it is intentionally (for the sake of
> +brevity) and unintentionally (due to being human) incomplete. This document is
> +meant as a guide to using the various memory barriers provided by Linux, but
> +in case of any doubt (and there
2016 Jan 27
3
[PATCH] documentation: Add disclaimer
Peter Zijlstra <peterz at infradead.org> wrote:
> +==========
> +DISCLAIMER
> +==========
> +
> +This document is not a specification; it is intentionally (for the sake of
> +brevity) and unintentionally (due to being human) incomplete. This document is
> +meant as a guide to using the various memory barriers provided by Linux, but
> +in case of any doubt (and there
2005 Aug 17
1
[PATCH] Builder with hash for style attribute
The attached patch transparently extends the Builder from util.js to
take an object/hash value for the style attribute. The elements of the
hash are then used to set the respective properties of the style
object.
The purpose of this patch is twofold: (1) Make it easier to use the
Builder with generated style properties. (2) I''m not sure if assigning
a string to element.style is even
2013 Feb 02
1
KVM virtio block layer - is TRIM/DISCARD supported?
Hi,
One question please:
If I use SSD as a storage on a host machine, does KVM's virtio I/O layer
pass the TRIM/DISCARD commands to the SSD?
I guess the question would be twofold:
1) is TRIM supported/forwarded if only one LVM'ed partition of SSD is
forwarded?
2) is TRIM supported/forwarded if full SSD is forwarded (i.e. /dev/sdX)
--
Best regards,
Dmitry Mikhailov
2011 Feb 07
1
waveThresh plot axis
Dear,
I am using WaveTresh for Haar Wavelets. It works all fine exept when I
want to adjust the axis on the wavelet coefficient plot:
input: wlh_ponds<-wd(input_waves[,1], family="DaubExPhase",filter.number=1)
plot: plot(wlh_ponds,scaling="by.level")
My problem is twofold=
-I want the original x-axis of the data on that plot, not 1/2 of the
axis. This would make
2003 Jan 08
1
[Q] e2image: tools for sparse files & e2sfck support
Hi,
i have two twofold e2image related questions:
1) The man page mentions "cp (1)"'s --sparse=always option. I
wonder if there are sparse aware tools which
a) display the "real" amount of disk space occupied by a
sparse file
b) compress sparse files (other than compressing very
thightly several GiB of zeros)
2) "E2fsck, mke2fs, etc.
2005 Apr 18
1
Forcing best-fit lines to go through the origin
Dear All,
I have a rather unusual problem. I have a set of data for a class in
subsurface processes. From that dataset, I must calculate the slope of
the best-fit line (which is the parameter of interest). The problem I
have is twofold: 1) for the purposes of the exercise, I must force my
best-fit line to go through the origin (0,0), and 2) the line must be
linear, even though the data is
2012 Apr 21
1
Script Help Or Excel Add-in
Hello,
I have been using R/S+ for years and love the software. Still a novice but
I can do what i need to.
Anyway, I am working on a forecasting project and would like to create a
script that automates the following steps:
order data by X
Create groupings 1...N
Separate test data set
run regression on each group
Determine result. (A mathematical formula is run on the forecasted output)
Repeat
2004 Oct 05
1
Using parameters in lpq command conflicts with background lpq
I have an application than makes use of the "lpq command" and uses the %U parameter in the command string. The application returns a personalized queue list based on the value of %U. This technique worked well in older versions of Samba (circa RedHat 8), but I have run into some trouble with Samba 3. The issue appears to be twofold.
1) The lpq command is now run from the
2009 Nov 19
2
Windows port of daemon?
I think there's some demand internally for a version of libguestfs
where the appliance part actually runs on Windows. So I'm creating
this thread to discuss the issue.
The reason to want a Windows appliance at all is twofold: (1) better
support for NTFS filesystems and Windows-native filesystem features
(attributes, volume management etc), and (2) so we can run Windows
CMD.EXE commands
2009 Mar 11
1
Easy "Recall" to get ls(..., all.names=TRUE)?
Dear useRs,
I have a utility function which is meant to be a clone of ls(), except
with the option all.names=TRUE. Currently however, the function merely
consists of a copy of the source code of ls(), except the default value
of all.names is different. That approach has the drawback of future
inconsistency if the code for ls() ever changes. No comment on whether
that is likely or not; I would
2009 Aug 29
1
domU reboot leaves VM crashing continually
Greetings,
I?m new to xen virtualization on CentOS, but I have been unable to find the
answer to this problem I?m experiencing.
My setup: AMD quad core (64bit), 8Gb ram. CentOS 5.3 dom0, CentOS 5.3
domU?s (paravirtualized).
Dom0 is set up with two NIC?s, the built-in and a PCI card, and I set up xen
bridging on both interfaces.
My domU?s seem to boot up fine, run fine, and
2009 Aug 05
2
using ddply but preserving some of the outside data
I have a bit of a quandy. I'm working with a data set for which I
have sampled sites at a variety of dates. I want to use this data,
and get a running average of the sampled values for the current and
previous date.
I originally thought something like ddply would be ideal for this,
however, I cannot break up my data by date, and then apply a function
that requires information