similar to: Centos6 x86_64

Displaying 20 results from an estimated 1000 matches similar to: "Centos6 x86_64"

2017 Sep 05
0
error while compiling
hello this may not be in the scope of this forum, so am sorry about that i use qmailtoaster with dovecot i am trying to update dovecot to version 2.29, using the source rpm rpmbuild --rebuild --define "dist .qt.el6" dovecot-2.2.29.1-15.qt.src.rpm but getting error as follow. help require to identify the cause please make[3]: Leaving directory
2014 Apr 02
5
[LLVMdev] [lld] adding demangler for symbol resolution
On 4/2/2014 12:23 PM, Nick Kledzik wrote: > On Apr 1, 2014, at 9:19 PM, Shankar Easwaran wrote: > >> Hi Nick, Bigcheese, >> >> When lld is used to link C++ code, it would be required to demangle symbol names by default/user driven option. >> >> The Gnu linker has the following options :- >> >> --demangle=[style] >> --no-demangle >>
2018 Mar 29
3
Tinc and android 6
Hi, I compiled tinc 1.1pre14 for android 6, then i created the config for tinc. When i try to start tinc, it can not connect to /dev/tun I have looked for information on android/tinc and /dev/tun. The information i found is about system permissions, how can i start tinc on android whitout rooting my android tablet ? And set extra routing to the tinc interface. Greeting from Amsterdam,
2017 Feb 02
2
Compiling tinc for android.
I am trying to compile tinc on a android tablet. When i do ./configure it does not run because the shell in not /bin/sh but /data/data/com.termux/files/usr/bin/sh. $ which sh /data/data/com.termux/files/usr/bin/sh What do i have to change to make this part of the compile work ? Greetings from Amsterdam, Perry
2010 Dec 16
3
tinc node behind nat router.
I have some tinc nodes behind a nat router. Which ipaddress should i use in de host file for the tinc nodes behind a nat router. The internet ipaddress or the private ipaddress ? Perry
2011 Mar 27
1
tinc will connect to a vde_switch instance ?
Hi, Can any one explain what the following can be used for ? I want to know , so that i can use it in the future :-) > Add support for VDE through libvdeplug. > > When compiled with vde/device.c, tinc will connect to a vde_switch instance > instead of using a tun/tap device. Perry
2010 Sep 23
1
Multiple tinc vpns between hosts.
Hi, I configured 2 vpn's between 2 servers. When starting the tinc on each server. De 2 vpns's look like 1 vpn. Can tinc be configure for multiple vpn's between 2 hosts or more. Lets say there are 3 servers A, B and C. I want a tinc vpn between host A en host B. And a second vpn between host B en C without is becoming one vpn. And for example a third vpn between host A en host
2010 Aug 04
1
tinc and voip
Hi, I want to use tinc for voip phones. How can i measure the overhead ? Compared to a direct connection ? How can i reduce overhead when tunneling voip over tinc ? Greeting from Amsterdam, Perry Couprie
2019 Sep 14
2
question about Mailcrypt plugin
Hi everybody, I have a question about the Dovecot Mailcrypt Plugin. I'm trying to understand what the security of this plugin is based on. The encryption with private and public key and elliptic curves is basically a good thing. But the keys are in the file system together with the encrypted mails. The passwords for the private keys are in the user database. I guess the passwords have to
2010 Aug 15
1
tinc --chroot and generating keys.
Hi, Is it possible to use the chroot option during generation of the tinc keys. I want to use it like this. mkdir -p /tmp/chroot/etc/tinc/demo/hosts tincd --root /etc/chroot -K -n demo I am creating script to generate config files. And i want to create tmp files first before i copy them to /etc Greeting Perry
2010 Sep 05
1
Maximum device name ?
Hi, How long can the the tinc netname be ? -n, --net=NETNAME Connect to net NETNAME. Perry
2010 Nov 30
1
3 tinc nodes (2 behind nat and 1 with a public ip).
Hi, I have 3 tinc nodes. 2 nodes, A and B are behind a nat router. And node C with a public ipaddress. I don't now the private ipadress for node A en B. So i don't use a ipaddress adres in the host file for node A en B. For node C is use the public ipaddress. node A en B connect to node C. But node A en B don't connect to each other. What do i have to change to connect node A
2013 Sep 21
2
tinc and mac osx
Hi, I am trying to install tinc on a mac. When starting tinc a /dev/tun0 is created, on linux a device is created with a custom name, something like 'ci00001'. How can i achieve the same result on a mac ? Perry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20130921/3acfb278/attachment.html>
2015 Mar 15
1
tinc and polarssl (openwrt)
Hi, Is it possible to compile tinc against polarssl ? Perry
2015 Nov 04
1
Removeing tinc node from vpn without restarting vpn.
Hi, I want a way to remove/deny a node from the vpn without restarting all nodes. What i did is to remove the hostfile and the ConnectTo but the node i removed is still connected. I did do a kill -HUP. How do i purge the node that i removed, without effecting the other nodes ? Greeting from Amsterdam. Perry
2011 Mar 23
1
Tinc graph and label info.
Hi, I use tinc with the option GraphDumpFile=/etc/tinc/ci00036/grapd.dot In the graph there is the label section: ci00036 [label = "ci00036"]; ci00037 [label = "ci00037"]; ci00038 [label = "ci00038"]; Is there an option to set the label in the tinc config file or host file to a custom text ? Something that is easy to read and has some meaning
2011 Jan 06
3
linux ip command and routing
Hi, I have a routing problem. When i start tinc it creates the following route in the main routing table. 192.168.2.0/24 dev nb003004 proto kernel scope link src 192.168.2.8 The problem is that i want to use extra routing tables for each tinc vpn. When i set the netmask for the tinc device to 255.255.255.255. The route is not created, how can i add it to a another route table. Setting a
2010 Oct 01
1
Multiple interfaces
Hi, When is start one vpn i get the following result: tinc10703003005 Link encap:Ethernet HWaddr C2:F7:7B:75:47:1A inet addr:192.168.3.20 Bcast:192.168.3.255 Mask:255.255.255.0 inet6 addr: fe80::c0f7:7bff:fe75:471a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX
2014 Apr 02
5
[LLVMdev] [lld] adding demangler for symbol resolution
Hi Nick, Bigcheese, When lld is used to link C++ code, it would be required to demangle symbol names by default/user driven option. The Gnu linker has the following options :- --demangle=[style] --no-demangle I found that clang/llvm-symbolizer use __cxx_demangle function. I would think that lld also need to call the same function, and I think the way we want to demangle is to have the
2014 Apr 25
2
Support for ECDSA in OpenSSL?
Does the version of OpenSSL on Centos 6.5 support ECDSA keypairs? How do I test if this works? (though I should probably ask this on the OpenSSL list) The reason I suspect a problem is that HIPL for Centos (http://infrahip.hiit.fi/) is not creating the ECDSA Host Identity, whereas my Fedora installation IS creating the ECDSA HI.