Displaying 5 results from an estimated 5 matches for "pfalcone".
Did you mean:
falcone
2006 Apr 22
1
Setup tinc for "Road warrior"?
...to ping the other host (either way) I couldn't
seem to have them see each other.
Here's the settings for both my client and I:
ME RUNNING TINC ----> internet ---> Firewall ---> SERVER RUNNING TINC
ME RUNNING TINC:
Real IP address varies, "roadwarrior"
tinc.conf:
Name=pfalcone
ConnectTo=erp
AddressFamily=ipv4
Mode=switch
TCPonly=yes
tinc-up:
#!/bin/sh
ifconfig $INTERFACE 192.168.100.244 netmask 255.255.0.0
hosts/pfalcone:
Subnet=192.168.100.244/32
hosts/erp:
Address=283.870.215.224 (replace with some real IP address of the firewall
here)
Subnet=192.168.100.248/32
S...
2013 Jul 18
0
[LLVMdev] Some experiences using LLVM C Backend
Hello,
I'm interested in LLVM as an opportunity to support C++
programming for legacy MCUs (8051, PIC1x, etc.). Recently, I tried to
use C Backend as means to achieve this. As C Backend was removed in
recent LLVM versions, I started with LLVM 3.0 which was last version to
include it.
For starters, I played with MSP430 target, which is supported by LLVM,
so allows roundtrip experiments
2013 May 11
0
[LLVMdev] Fw: Accepting iCode as input to SDCC
FYI for people who may be interested in using LLVM with 8-bit CPUs.
Begin forwarded message:
Date: Sat, 11 May 2013 15:29:12 +0300
From: Paul Sokolovsky
To: sdcc-devel at lists.sourceforge.net
Subject: Accepting iCode as input to SDCC
Hello,
I'm interested to make SDCC accept iCode (its own intermediate
representation) as an input format. The motivation being taking
intermediate format
2005 Mar 30
1
Simple question on server / client
Hello everybody, sorry if my question could offend anybody, is not my
intention.
Well, I am not a real techie person, but I like to fool around using
packages and free software, lately I have been reading on VPNs, and I am
working on setting one up at home.
I don't know if at this point of time I am biased or what, but I am
expecting to see a VPN server and a VPN client, this tinc is a
2004 Apr 09
2
link redundancy...
Does anyone know how to make a link redundancy? I have two ADSL lines, and i want the linux machine to be able to switch between the two lines everytime the first ADSL line goes down. Thanks a lot.
Cristiano