similar to: About tunnels

Displaying 20 results from an estimated 3000 matches similar to: "About tunnels"

2003 Jul 24
1
tinc under Windows
Hello everyone, Last week the CVS version of tinc gained the ability to run under Windows, in a Cygwin environment (http://www.cygwin.com), making use of the virtual network driver from the CIPE project (http://cipe-win32.sourceforge.net/). Preparations were also being made to support Windows without Cygwin. Today James Yonan of OpenVPN (http://openvpn.sourceforge.net/) anounced a port of
2005 Nov 24
1
ip route mpath rr problem
Hi list, I have tried google but just cant get this to work or figure it out. My setup ======== vanilla 2.6.13 kernel with CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_MULTIPATH_CACHED=y CONFIG_IP_ROUTE_MULTIPATH_RR=y CONFIG_IP_ROUTE_MULTIPATH_RANDOM=y CONFIG_IP_ROUTE_MULTIPATH_WRANDOM=y CONFIG_IP_ROUTE_MULTIPATH_DRR=y My configuration: A host with two ppp links. Ontop of these two ppp dialup
2003 Nov 10
1
OT: Work offer - SAMBA consultant required in Sydney, Australia.
Hi all - sorry for the off-topic posting - just that the list of consultants on the samba site is horrendously out of date! I thought that this would be the best place for me to find suitable resources... firstly I would like to say thanks a million to all the samba team for your ongoing efforts and great product. I just wish I had more time to experiment with it! We have the startings of a good
2005 May 26
1
Re: Demonizing generic Linux issues as Fedora Core-only issues -- WAS: Hi, Bryan
From: Les Mikesell <lesmikesell at gmail.com> > Agreed. But note that the standards are set long before that... ??? By "standard" what do you mean. ??? Linux's history has been notorious for variance from ANSI, NIST, POSIX and GNU standards. Yes, far less than Microsoft and even some UNIX vendors, but there are still major issues today with this. When developers try
2003 Sep 15
3
Tinc for WIndows
Hello, I have running tinc on my several linux boxes and now I am trying to install tinc on my WinXP box. I can't understand what kind of VPN interface I should install - CIPE or TAP which included into the windows tinc package ? Another question is about variable "Interface =" in the tinc.conf file. What name should I use ? Regards, Igor Belokopytov Tinc: Discussion
2003 Sep 26
2
outbound IAX calls bog down DSL
Evening, I've got * asterisk up and running with nufone account for inbound and outbound calls from the world... everything works quite nicely except that I noticed last night that when I have a call active from * to nufone, web surfing on the network slows to a crawl... additionally, I have a VPN tunnel to another office (using CIPE) and while inter-office (i.e. - SIP to SIP) calls
2005 May 25
1
Re: Demonizing generic Linux issues as Fedora Core-only issues -- WAS: Hi, Bryan
From: Les Mikesell <lesmikesell at gmail.com> > Yes, but... whose choice was it to ship 2.6 with lots of broken > and omitted stuff when 2.4 works better for many things? Again, 2-2-2, 6-6-6 At some point, Red Hat has to start the new series for "early adopters." That means being the first to adopt the new GLibC, GCC, kernel, etc... Looking at just the GLibC 2+ generations
2004 Aug 20
2
[kernel-2.4.21-15] rebuild problem
Hello, Sorry if this mail would have to be post in the development ML, but my problem is just at using centOS.. I'm trying to recompile the centOS-3.1 kernel. I done this: # cd /usr/src/linux-2.4 # make menuconfig < i select my CPU type > < Exit and save > # make dep # make modules (...no errors ...) gcc -D__KERNEL__ -I/usr/src/linux-2.4.21-15.0.4.EL/include -Wall
2010 Oct 20
2
[PATCH] klibc: reproducible builds
From: Maciej ?enczykowski <maze at google.com> This adds a new setting: KBUILD_REPRODUCIBLE If it is non-empty, ar and ranlib will be called in such a way that timestamps do not affect the build output. This allows one to get perfectly reproducible builds. Signed-off-by: Maciej ?enczykowski <maze at google.com> --- scripts/Kbuild.klibc | 14 +++++++++----- usr/klibc/Kbuild |
2004 Jun 22
6
Linux choices ?
First of all, My apologies for this maybe slight OT post, but I have so much confidence and read so much good replies on this list, that I am still asking my question. I''m looking for a linux distribution to use on our school''s homemade routers. The routers are small miniITX based systems with 2 network interfaces. I added a 4 port D-Link network card in some cases, when I
2003 Sep 11
1
Wierd problem with file sharing over internet.
I've set up a CIPE VPN, between my notebook computer and my Linux based firewall. While the VPN generally works well, I've noticed a strange problem with file sharing from the local network to the notebook. I set up the VPN, with the idea of accessing my systems at home via a dial up ISP, to my home network via cable modem. The VPN works well for most protocols, such as telnet,
2012 Jun 28
1
[PATCH] klibc: fix gethostname()/getdomainname()
From: Maciej ?enczykowski <maze at google.com> uname(2) returns (like all syscalls) 0 on success. Signed-off-by: Maciej ?enczykowski <maze at google.com> --- usr/klibc/getdomainname.c | 2 +- usr/klibc/gethostname.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/klibc/getdomainname.c b/usr/klibc/getdomainname.c index 61722ca3519b..218ff0baa871
2005 May 30
2
Re: CentOS and SL, together? -- attributing statements to me (that I didn't make)
From: Dag Wieers > Bryan, stop generalising and dramatising. What dramatising? At some point, several people decide that anything they dislike was said by me. Several other people said far more negative comments about CIPE than myself. Those comments have now been attributed to me. I purposely avoided making it about whether or not CIPE should or shouldn't not be included, just why it
2002 Jun 15
1
RES: ADVANCED ROUTING USING IPROUTE2 -> Multiple Firewalls
Hi William. Thanks a lot for your help. Im having some trouble recompiling my kernel after a installed the patch. Im running RH 7.3 with kernel 2.4.18-3. The patch I installed is routes-2.4.16-6.diff. I got no errors installing it. I added the multipath support, and recompiled it. The make dep and the make bzImage went fine. I got error during the make modules. These are the errors:
2005 May 31
4
On SSH
Hello, does anybody know how to achieve the following with SSH... a) accept RSA authentication for all but root from any IP b) accept RSA authentication for root from a couple IPs/Netmasks c) accept password authentication for all but root from a dozen Netmasks d) accept password authentication for root from 3 local netmasks only ie. make authentication depend on the
2013 May 29
1
[PATCH] klibc: fix capability dropping
From: Maciej ?enczykowski <maze at google.com> Google-Bug-Id: 9093057 Change-Id: I75a6cdc0619ae95a0220e8387aa54920701f6209 --- usr/kinit/capabilities.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/kinit/capabilities.c b/usr/kinit/capabilities.c index e743a70fec0f..4e0456ee7407 100644 --- a/usr/kinit/capabilities.c +++ b/usr/kinit/capabilities.c @@ -172,9
2005 Jun 06
2
PHP mcrypt
Hi, Could someone tell me how I'd go about compiling php with mcrypt support from src.rpm? ie. configure -with-mcrypt[=DIR] Is it just a matter of calling rpmbuild --rebuild src.rpm --with=mcrypt ? Cheers, MaZe.
2010 Oct 19
3
[PATCH] Fix up 3 klibc build warnings.
klibc/scripts/basic/fixdep.c: In function 'traps': klibc/scripts/basic/fixdep.c:368: warning: dereferencing type-punned pointer will break strict-aliasing rules klibc/scripts/basic/fixdep.c:370: warning: dereferencing type-punned pointer will break strict-aliasing rules klibc/usr/dash/jobs.c: In function 'sprint_status': klibc/usr/dash/jobs.c:427: warning: format not a string
2006 Jan 17
2
DHCP without network access
Hi, I've got a box with CentOS 4.2 x86_64 which had no DHCP access for a few hours, now I can't ping it (I'm pretty sure the box is still up). I expect the DHCP lease has timed out and the box has lost it's IP, I was expecting it to reacquire it once the DHCP came back up (configuration problem) - but no luck. Is this a known problem? Any solution/workaround? (for now or for
2003 Jul 11
0
smb access through cipe tunnel
Hi, during the past weeks i tried to set up a network through a cipe tunnel, building a vpn to some road warriers. With few words, the tunnel is etablished, and at the tcp/ip level everything works fine. NET A : 192.168.0.0/26 NET B : 192.168.102.0/26 trans-net : 192.168.101.0/26 in ascii-art, it looks like this: eth0:192.168.0.5 +-----------+ cipcb0:192.168.101.1