import from old webserver
This commit is contained in:
commit
ef633b2cf4
182 changed files with 69233 additions and 0 deletions
41
noc/configs/tinc/chaosvpn.conf
Normal file
41
noc/configs/tinc/chaosvpn.conf
Normal file
|
@ -0,0 +1,41 @@
|
|||
# achtung: dies configfile ist perl ;)
|
||||
|
||||
|
||||
# name dieses rechners:
|
||||
$my_peerid = "eh2005";
|
||||
|
||||
# lokale ips dieses rechners/gateways
|
||||
# eins von beidem kann auch leergelassen werden, wenn man nur
|
||||
# ipv4 oder nur ipv6 sprechen moechte
|
||||
# (angaben ohne netmask, das hier sind die adressen die das
|
||||
# chaos_vpn-device bekommt, netmask /32 bzw /128)
|
||||
$my_vpn_ip = "172.16.0.1";
|
||||
$my_vpn_ip6 = "";
|
||||
|
||||
$my_password = "foo"; # unused
|
||||
$my_ip = "127.0.0.1"; # unused for now
|
||||
$my_external_ip = "193.103.161.30"; # unused
|
||||
|
||||
# ueber diese einstellung koennen gewisse gegenstellen
|
||||
# bei chaosvpn-links ignoriert werden (sie werden vom eigenen rechner
|
||||
# behandelt als waehren sie nicht teil des chaosvpns)
|
||||
# dies ist z.b. nuetzlich wenn zu diesen gegenstellen schon eine
|
||||
# anderweitige vpn-verbindung besteht
|
||||
# im normalfall einfach ()
|
||||
@exclude = (); # links zu gewissen peer-ids nicht aufbauen
|
||||
|
||||
|
||||
# ============================================================================
|
||||
# you should'nt need to change anything below,
|
||||
# at least not for linux and chaosvpn
|
||||
|
||||
$networkname = "chaos";
|
||||
$tincd_bin = "/usr/sbin/tincd";
|
||||
$ip_bin = "/sbin/ip";
|
||||
$ifconfig = "/sbin/ifconfig \$INTERFACE $my_vpn_ip netmask $my_vpn_netmask";
|
||||
$ifconfig6 = "$ip_bin addr add $my_vpn_ip6/128 dev \$INTERFACE";
|
||||
|
||||
$master_url = "https://www.vpn.hamburg.ccc.de/tinc-chaosvpn.txt";
|
||||
$base = "/etc/tinc/$networkname";
|
||||
$pidfile = "/var/run/tinc.$networkname.pid";
|
||||
$tincd_debuglevel = 3;
|
Loading…
Add table
Add a link
Reference in a new issue