Displaying 20 results from an estimated 4000 matches similar to: ""Virtual" routing"
2004 Apr 04
1
Routing through dummy interfaces?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a linux system with 4 ethernet interfaces, eth0 goes to the internet,
eth1, eth2, and eth3 are NAT''d LANs.
I want to use an ingress filter to prioritize bandwidth
(downstream from internet) to various IPs.
I want to sett it up something like this....
eth0 <--[NAT]--> dummy0 <---> dummy1 <---> eth1,eth2,eth3
dummy1
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"
2007 Dec 04
1
Xen not applying custom network script on startup
I'm seeing an issue with xend not running a custom network script
automatically, but works when I run it manually.
In /etc/xen/xend-config.sxp I've changed:
(network-script network-bridge)
TO:
(network-script network-custom)
Here is /etc/xen/scripts/network-custom:
# !/bin/bash
# network-custom
script=/etc/xen/scripts/network-bridge
case $1 in
start)
$script start vifnum=0
2004 Jun 18
5
Lag on network using Samba
I am using Samba for a file server and get a lag when accessing files
across the network, I assume it is due to inactivity, because the first
file I access takes the longest to access, and then other files I access
immediatly after are much faster. If I do not access any files for a
while I get the problem again. It all works well, but I would really
like to get rid of this Lag when opening a
2015 May 27
2
dummy interface shenanigans - CentOS6
tl;dr - a renamed dummy interface is not persisting across reboots on Cent6.
I have a situation where I need to rename a dummy interface on my system.
I have a total of 3 dummy interfaces:
dummy0
dummy1
adummy0
I've been doing some puppet testing in a vbox VM to get this all
sorted out to deploy to a group of boxes. Every time I reboot my VM,
it comes up WITHOUT adummy0, but I notice
2015 May 27
1
dummy interface shenanigans - CentOS6
Frank Even wrote:
> On Wed, May 27, 2015 at 1:37 AM, Frank Even
> <lists+centos.org at elitists.org> wrote:
>> tl;dr - a renamed dummy interface is not persisting across reboots on
>> Cent6.
>>
>> I have a situation where I need to rename a dummy interface on my
>> system.
>>
>> I have a total of 3 dummy interfaces:
>>
>> dummy0
2015 May 27
0
dummy interface shenanigans - CentOS6
On Wed, May 27, 2015 at 1:37 AM, Frank Even
<lists+centos.org at elitists.org> wrote:
> tl;dr - a renamed dummy interface is not persisting across reboots on Cent6.
>
> I have a situation where I need to rename a dummy interface on my system.
>
> I have a total of 3 dummy interfaces:
>
> dummy0
> dummy1
> adummy0
>
> I've been doing some puppet testing in
2004 Aug 20
4
Unusual behaviour
Hi,
I've just noticed something strange in dovecot 0.99.10.5. I created
some IMAP folders from the command line (mkdir .INBOX.Folder1) as a
different user to the owner of the mailbox. Obviously when I tried to
view them via IMAP I got an error message, but the message to the client
was "internal error[date time]" where date and time appeared to be the
current date and time.
Is
2005 Jun 12
8
proxy_arp: Permission denied
Dear All,
I have a problem to start Shorewall on a Debian 1.3 Linux box. Here is
some info:
Output of ''/sbin/shorewall trace start 2> /tmp/trace'' is in the attachment.
Shorewall version: 2.2.3
Output of ''ip addr show'':
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: bond0:
2007 Jul 06
5
Text Mining
Hi everybody,
I am a new R user. Is there any package devoted to "text mining" analysis in
R ?
Thanks
Gilles
lepape.gilles at neuf.fr
2006 Jul 24
2
Samba connections issues (3.0.23 on Solaris 8 with NIS+)
I'm curious if anyone has suggestions about a problem we have encountered.
We have recently upgraded a 2.2.8a server to 3.0.23. The server in question
is running Solaris 8 with NIS+. Storage is from our SAN. Since the
migration, we have found that we no longer have access to several shares.
They are connected, but we are unable to get to them.
Samba will indicate that we are connected to
2005 Jul 05
1
calling fortran functions CHOL and DPOTRF form Fortran
Hi all,
I'm working out some Fortran code for which
I want to compute the Choleski decomposition of a covariance matrix
in Fortran.
I tried to do it by two methods :
1) Calling the lapack function DPOTRF.
I can see the source code and check that my call is correct,
but it does not compile with:
system("R CMD SHLIB ~/main.f")
dyn.load("~/main.so")
I get:
Error in
2005 Sep 25
0
iproute2/nano-howto: dual external routing, a "virtual subnet"
A site I administer has dual T1''s. We have this set up according to
NANO-HOWTO[1] using Julian''s routes patch on a late model 2.4 kernel.
All is well, has been working well for a long time.
Recently one of our T1 providers went belly up and we got something
better. Now we have a /28 where previously we only used one IP per
interface.
Present interfaces:
eth0 - T1#1, single
2005 May 01
0
dll symbol loading: possible bug
Dear R-devel,
I think the following describes a bug in R. It seems to be associated with
dyn.load() and/or something that happens at start-up. I have not filed a
bug report yet (because I doubt my ability to rule out other explanations)
but would happily do so if requested.
Observation:
If two dlls are loaded as a result of dyn.load() calls in .Rprofile,
subsequent calls to dyn.load()
2007 Feb 09
6
syslinux-3.36-pre8 feedback
Tested floppy boot on two machines (one PII 350, one 486DX4)
Floppy boot with syslinux is very very slow, more than 18 mn to boot a linux
kernel from floppy on the 2 machines.
Tested with 3 different disquettes that were know to work, boot is reached
after this very long time.
Noise from floppy head make think floppy wait approximatly one minute
between each read.
No problem with pxe boot with
2006 Aug 14
3
php include() equivalent
Is there an equivelent ruby function that is similar or exactly the same
as the php include() function? I would like to be able to include a
header for my RoR web application that refers to a url. Thanks!
-Gilles
--
Posted via http://www.ruby-forum.com/.
2007 Oct 17
1
problem with anova() and syntax in lmer
Dear R user
I have 2 problems with lmer.
The statistical consultance service of my university has recomended to me to
expose those problems here.
Sorry for this quite long message.
Your help will be greatly appreciated...
Gilles San Martin
1) anova()
I fit a first model :
model1 <- lmer(eclw~1 + density + landsc + temp + landsc:temp + (1|region) +
(1|region:pop) + (1|region:pop:family),
2006 Aug 17
2
redirect
Is there a way in RoR to automatically redirect to a different page
through some method within the view, not the controller?
-Gilles
--
Posted via http://www.ruby-forum.com/.
2005 Jun 14
1
Calling C from Fortran
I would like to call C routines from Fortran as suggested in section 5.6 of
the "Writing R extensions" documentation.
I'm familiar with Fortran but not with C.
I understand the example provided in Fortran:
subroutine testit()
double precision normrnd, x
call rndstart()
x = normrnd()
call dblepr("X was", 5, x, 1)
call rndend()
end
but I don't understand the purpose
2005 Feb 28
3
Dovecot response to "FETCH" command
Hi folks.
I just converted my site from UW+mbox to dovecot+maildir (stable-test59,
2005/02/25). For the most part, everything is great. The server seems
faster and less memory intense than the UW server (this part has made me
very happy). And it's definitely more user friendly to me than Courier.
There is one thing however...
A few of my users are using the web based mail reader