similar to: openvpn + routing

Displaying 20 results from an estimated 400 matches similar to: "openvpn + routing"

2015 Dec 07
2
openvpn + routing
Helmut Drodofsky wrote: > Hello, > > there is one route missing: > > 128.0.0.0/1. > Did you mean 127.0.0.0? mark > config client: > route-nopull > redirect-gateway def1 bypass-dhcp > > best regards > Helmut > > Viele Gr??e > Helmut Drodofsky > > Internet XS Service GmbH > He?br?hlstra?e 15 > 70565 Stuttgart > > Gesch?ftsf?hrung
2015 Dec 07
0
openvpn + routing
Hello, there is one route missing: 128.0.0.0/1. config client: route-nopull redirect-gateway def1 bypass-dhcp best regards Helmut Viele Gr??e Helmut Drodofsky Internet XS Service GmbH He?br?hlstra?e 15 70565 Stuttgart Gesch?ftsf?hrung Dr.-Ing. Roswitha Hahn-Drodofsky HRB 21091 Stuttgart USt.ID: DE190582774 Tel. 0711 781941 0 Fax: 0711 781941 79 Mail: info at internet-xs.de
2007 Apr 18
1
[Bridge] Some newbe questions
[desktop] ----- lan ----eth0 [notebook] eth1 192.168.?.? ` ----- wlan ---- [speedport(hub and router)] -- internet 192.168.2.x So on my laptop I have eth0 beeing lan, eth1 beeing wlan ethernet card. When only using eth0/1 everything is fine. Now I want to be able to use internet from both [desktop] and [notebook]. Typically you set up a bridge with
2009 Nov 04
2
error in install.packages() (PR#14042)
Full_Name: Michael Spiegel Version: 2.10 OS: Windows Vista Submission from: (NULL) (76.104.24.156) The following error is produced when attempting to call install.packages. Here is the results of the traceback: > source('http://openmx.psyc.virginia.edu/getOpenMx.R') Error in f(res) : invalid subscript type 'list' > traceback() 7: f(res) 6: available.packages(contriburl =
2004 Aug 06
3
Trouble with LiveIce
Hi Folks, I'm having the weirdest trouble with liveice. When I start it up with the correct servername, it grinds to a halt with these messages: playlist 0 Initialising Soundcard 16Bit 22050Hz Stereo opening connection to localhost 8000 Attempting to Contact Server connection successful: forking process opening pipe!... writing password Then it waits there. Now, when I tried it with a
2013 May 21
1
Failed to authenticate device "Ext 110"
I'm having a strange problem recently with a Yealink SIP-T28P phone connected to Asterisk 11.4.0 via openvpn. It was working fine for months, and now when I dial anything from the phone, it shows "Forbidden", and the Asterisk console shows: [May 21 10:47:49] NOTICE[28518][C-00000004]: chan_sip.c:25189 handle_request_invite: Failed to authenticate device "Ext 110" <
2003 Dec 05
2
attempting login with hostname not username
Hi. I'm running a RH 9 machine with Samba 3.0.0 as a domain member of a Win2003 ADS domain. I've setup samba w/ winbind and added a test share on the Linux box. I can see and access Windows shares from my Linux box, but I cannot access the Linux share from a Win2k machine. I can see the Linux machine and the just fine when browsing the network, but when I attempt to access the share I
2010 Oct 31
3
BLAS benchmarks on R 2.12.0
Hi, I saw on the mailing list and in the NEWS file that some unsafe math transformations were disabled for the reference BLAS implementation that is used in R. We have a set of performance tests for the OpenMx library, and some of the tests have a x3-10 slowdown in R 2.12.0 versus 2.11.1. When I copy the shared library libRblas.0.dylib from the 2.11.1 installation into the 2.12.0 installation,
2003 Mar 15
1
For cut it up
Dear John, this is an article appeared thursday on the New York Times, and reported by Die Spiegel, about how american see the war ... and they do not look all of the same idea! http://www.spiegel.de/politik/ausland/0,1518,240009,00.html Could you please add it to cut it up?? Corrado
2009 Aug 28
1
c() poor error reporting (PR#13917)
Full_Name: Michael Spiegel Version: 2.9.1 OS: linux Submission from: (NULL) (137.54.6.192) The function c() gives a cryptic error message if an "empty" argument is accidentally passed to the function. The expression c(,,,) yields the error message "argument is missing, with no default". For comparison, the expression sum(,,,) yields the error message "element 1 is
2011 Oct 11
1
R CMD INSTALL configure.args and CC customization
One way to deal with this is to install R itself with mpicc. Then all packages are installed with mpicc and get the required MPI libraries and includes by default. I have done this with R-2.13.0 on an Opteron cluster running CentOS-5 a while ago and so far it has worked out great. I crosspost to r-sig-hpc and welcome others to comment if there are potential downsides to this solution. George
2004 Feb 04
3
debian packages: krb5
Does anyone know where I can find the needed Debian packages for installing Kerberos 1.3.1? >From what I've been told I need these for ADS support in Samba. There are no backports for Kerberos 1.3 or higher. If anyone has any suggestions besides building from source, I'd like to hear them. Thanks, Brian
2010 Oct 27
2
windows 64-bit package build on 32-bit machine
Hello, Is it possible to build a 64-bit package on a 32-bit machine on windows? I can cross-compile for x86, x86_64, and ppc on a 32-bit OS X machine. And it looks like I could build a 32-bit library on a 64-bit windows machine. But it doesn't look possible to build a 64-bit library on a 32-bit windows machine? Thanks, --Michael
2011 Sep 28
1
serialize/unserialize vector improvement
Hi folks, I've attached a patch to the svn trunk that improves the performance of the serialize/unserialize interface for vector types. The current implementation: a) invokes the R_XDREncode operation for each element of the vector type, and b) uses a switch statement to determine the stream type for each element of the vector type. I've added R_XDREncodeVector/R_XDRDecodeVector functions
2009 Sep 16
1
list of symbols to substitution
Hi, I'm trying to use a list of symbols as one of the values to be substituted in a substitute expression, but I can't figure out how to write the correct expression for my problem. Let me illustrate a simple example of what I'm trying to do. The following code snippet will evaluate to '5': symname <- 'foo' foo <- 5 expr <- substitute(c(expr), list(expr =
2004 Jan 15
2
copying from Win to Linux
Hi, I'm about to migrate a lot of files from a windows server to a new, shiny samba-server. I just got a small problem : What is the best way to do this? I'e tried rsync, but it croaks on some files with names like "somethign :some.eml" the same does cp. What I'm wondering about, is has anyone else had these problems, and if so, how did you solve them? Do you have a
2008 Jan 27
3
WPA question
HI I admit up front that I know just enough about wireless networking to know that I don't know much at all about it. That said, I'm hoping someone can help me learn a little bit... Specifically, could a laptop running Centos 5.1 be expected to (be able to) connect to a wireless access point using WPA2 security settings? I don't know if WPA depends on hardware support, or if
2003 Dec 19
1
FW: Cannot access shares from a Win2k client
Here's a followup. I also get these errors in the smbd logs. The thing is, the share directory has full permissions (0777) and the smb.conf is set to be fully readable, writeable and okay for guests. [2003/12/19 15:21:23, 0] smbd/service.c:make_connection_snum(677) '/home/bspiegel/test/' does not exist or is not a directory, when connecting to [test] [2003/12/19 15:21:23, 3]
2012 Sep 13
1
package installation problem.
Dear friends from the R-community, I am djipie, bokaha and live in Germany. I am a student and user of R. During the installation of the package "Metrics" I had a pronlem as shown below: > install.packages("Metrics") Warnung in install.packages("Metrics") : Argument 'lib' fehlt: nutze 'C:\Users\Guyso\Documents/R/win-library/2.10' --- Bitte einen
2009 Nov 18
1
where can I download package svIO?
Hello, today I upgraded R to 2.10 and Tinn-R to 2.3.3.1. Tinn-R needs the package svIO, but it is not available anymore on the package lists. Every session I start R and chose the CRAN-Mirror I receive the following warning: Bitte einen CRAN Spiegel f?r diese Sitzung ausw?hlen --- Warnmeldung: In getDependencies(pkgs, dependencies, available, lib) : package ?svIO? is not available Lade