similar to: Routing for Dual ISP connections

Displaying 20 results from an estimated 300 matches similar to: "Routing for Dual ISP connections"

2007 Sep 16
0
Dual Connections with Soekris net4801and Pyramid Linux
I''m trying to connect to two ISPs the connections are as follows: Eth0 IP: 192.168.1.1 Mask: 255.255.255.0 Eth1 IP: 216.167.217.241 Mask: 255.255.255.0 Eth2 IP: 216.167.208.40 Mask: 255.255.255.0 Here are the commands to set things up: #Load modules insmod /lib/modules/2.6.19.2- pyramid.metrix.net/kernel/net/ipv4/multipath_drr.ko insmod
2012 Apr 12
2
pyramid.plot in plotrix, axis labelling
Hi, I've been looking at ways to make pyramid plots in R. I like the pyramid.plot method in plotrix as it seems the simplest to use and building them in ggplot looks a bit more code intensive than I'd like, being as I'm new to R. This package does pretty much what I need it to do, however I can't seem to scale the x axis labels. The other labels scale fine with labelcex. I
2004 Jan 30
1
How to create own distance measure in cluster ?
Hi everyone, I want to create my own distance measure, other than 'euclidean' or 'manhatan', to use in cluster pckgs. To do this I think that I need to change dist(), in mva pckg, or daisy(), in cluster pckg. (or is there a cleaver way ?) But this functions are in fact things like: .Fortran( "daisy", ... ) or .C("dist",...). I tried unsuccessfully to find
2008 Aug 31
1
how to draw a perspective pyramid
Dear list, I am trying to construct a perspective plot of a 2D triangle, or pyramid. I can easily do the one dimensional plot (code below), but I can't figure out how to do it in a perspective plot for two input variables. Does anyone have a simple solution? Thanks! Derek #code for a triangle u <- seq(-1,1,.001) tri <- (1-abs(u)) plot(tri~u,type="l",main="Second
2011 Nov 14
1
Confused with an error message related to "plotrix" library in the newer versions of R.
Dear R Users, Greetings! I am confused with an error message related to "plotrix" library in the newer versions of R. I used to run an R script without fail in the earlier versions (R 2.8.1) of R; but the same script is now throwing up an error message in the newer versions (Now I have R 2.13.0 & R 2.14.0). Herewith I am furnishing the same code for your perusal. It would
2007 Sep 27
1
Zap channel stuck in conference
Hello, I have a strange problem with one of my Zap channels. A user told me that he was in a voicemail system during a call, hit the Flash button, and the call hung up. Now we get no dialtone on the phone hooked up to the channel. Here's the status of the channel: jmartin at rogue:~$ sudo asterisk -r -x "zap show channel 7" Parsing /etc/asterisk/extconfig.conf Channel: 7 File
2010 Feb 13
4
Labels on a pyramide
I am using pyramid.plot() from the plotrix package. I have something like this ############################################ xy.pop<-dados$masfr xx.pop<-dados$femfr #agelabels<-dados$femlab xycol<-color.gradient(c(0,0,0.5,1),c(0,0,0.5,1),c(1,1,0.5,1),11) xxcol<-color.gradient(c(1,1,0.5,1),c(0.5,0.5,0.5,1),c(0.5,0.5,0.5,1),11) xylab<-dados$maslab xxlab<-dados$femlab
2005 Aug 23
1
Problem with RCMD build ...
Hi I have write A function to draw pyramid of age. I have two function draw.pyramide(h,f,l) , pyramide(h,f,l) and a data frame with data. I first use package.skeleton("pyra") I got the package structure Then in my shell I use > RCMD build pyra I get this : check for description ... OK .... removing junk files but "cannot open
2009 Jul 30
1
Transparency and pyramid.plot
Hi all Another question related to my earlier -- how might I get transparency to work with pyramid.plot in library(plotrix)? I can't figure it out, and the help page says it is there but doesn't give an example. Thanks!
2012 May 22
2
getting a Likert plot from a data frame
I'm creating a stacked bar chart using the likert command in the HH package. My data are in a data frame, with two numeric variables and a categorical variable, I can't get likert to use the column containing the categorical variable as a my y axis label. Here is a quick example: library(HH) #my data are:
2012 Sep 24
1
Adding textbox to multiple panels in lattice
Dear R-users, I am trying to add some text in a textbox to all panels in the following example file. Using the panel-function, I can add a white rectangle with panel.rect but then I have to fit in the text into the box by hand and it will not automatically be centered. Does anyone know how to add the text centered with a white box around it automatically? Is there something like panel.textbox for
2010 Apr 18
0
PVQ/CWRS with separated signs
The attached code implements PVQ encoding/decoding with separated signs [1]. It's in Python to use the unlimited-precision integers. The concept is to map vectors on some L-dimensional pyramid into integers 0...N, just like the standard PVQ. The only change is the mapping itself. The mapping is altered so that all sign data is in the least significant bits. A vector with Z nonzero
2002 Nov 22
0
RE: License Metering Software to work with SAMBA
Andrew: Thanks for the heads up. As always, the support you guys give to an open source product amazes me. We worked with Jeremy & John Terpstra a few years ago when there was a problem with how AutoCAD was creating lock files (AutoCAD R14 running against SAMBA 1.9.something; it ended up being a timing issue that AutoDesk & Microsoft resolved, as well as samba 2.0 provided an
2010 Nov 22
8
Router for SOHO network - hardware considerations
Hi, Last week I finished installing a small network in a private school : one server (an old IBM X225), seventeen desktops (Fujitsu Siemens PIV 2.4 GHZ, 512 MB RAM, 40 GB HD), all running CentOS 5.5. One extra machine is acting as a router, in that it is installed between the DSL modem and the network, with two Ethernet cards, and it's taking care of DHCP, DNS, NTP and also acts like a
2017 Jun 22
1
Back to back barplot
Dear Gentlemen, i want to create a back-to back barplot in R, close to a pyramid chart, but with categories, please help; Here is a sample, Franklin. -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 8108 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20170622/75cf841c/attachment.png>
2009 Jul 09
1
PRI failover to SIP trunk
Hello, I've found a little documentation on voip-info and on the asterisk- users list, although I was hoping for an example of a tried-and-true failover setup between PRI and SIP. We are an outgoing call center that uses asterisk 1.4 connected to 2 PRIs from the local telephone company in one group (g1) and a SIP trunk from bandwidth.com. The PRIs are the primary outgoing service,
2010 Sep 16
1
Weibull simulation- number of items to replace is not a multiple of replacement length
Hi, I write below code for simulation for weibull- estimating parameters by weibullMLE function, Although I define metrix for the variables still I got this message: number of items to replace is not a multiple of replacement length Any suggestion > est=matrix (NA, 2,2) > se=matrix (NA, 2,2) > for ( p in 1:2) { + sampleSize <- 20 + shape.true <- 1.82 + scale.true <- 987 +
2012 Feb 03
2
Clear last x entries of R console
Hi All, I am trying to build in a progress-tracker into my loops that let me have a sense of their progress. I'd like to be able to output to screen a series of periods "...." etc. for each completion of the loop, but I <don't> want to build a pyramid, e.g. . .. ... .... etc. So I need to be able to delete <the last line> of the console entry to accomplish this.
2008 Oct 22
4
A matrix automation problem
[I am really sorry if it is double posted, I doubt me previous post could not reach forum due to some problem with net] Suppose I have a matrix : a = matrix(1:9, 3) >From this matrix, I construct 9 additional matrices : i = 1:9 bi = a * i Now combining all those 9 new matrices, I construct a final metrix as : c = b1 b4 b7 b2 b5 b8 b3 b6 b8 I want to automate this procedure for any
2017 Apr 28
1
PVQ Quantization
Hi, I'm studying at ETH Zurich and want to use a pyramid vector quantization for my semester thesis. Unfortunately, I have some troubles with generating the codebooks for high dimensions. For vectors with dimension bigger than 12 it takes such a long computation time to generate. I thought maybe you could help me out with a efficient way to do this? Is there some code available? Thanks for