Displaying 4 results from an estimated 4 matches for "allowconnect".
2000 Jun 11
3
TINC 1.0pre2 problem
...es for tinc! Why is that? Tinc does not need it's own
IP's, you just have to put the ones you are already using in the
configuration file.
> ==== Router A tinc.conf ====
> TapDevice = /dev/tap0
> ConnectTo = 216.63.158.19
> MyVirtualIP = 10.0.0.1/8
> VpnMask = 255.0.0.0
> AllowConnect = no
> ============================
Your MyVirtualIP should be 10.0.0.1/24, not /8. The subnet the tincd on
router A represents is a class C subnet. However, the VpnMask is different
- it is used to tell the startup script what the scope of the ENTIRE
private network is.
> Router A "ne...
2000 Aug 03
1
tinc config(?) problems
...configuration.
# Insert your own ip numbers instead of the placeholders,
# and be sure to use your own passphrases.
# See man tinc.conf(5) tincd(8) genauth(8), info tinc and
# /usr/doc/tinc-1.0pre2/tinc.conf.sample
TapDevice = /dev/tap0
#ConnectTo = peer.real.ip.number
MyVirtualIP = 192.168.2.1/24
#AllowConnect = no
VpnMask = 255.255.255.0
ifconfig (eth0 is internal):
eth0 Link encap:Ethernet HWaddr 00:A0:24:81:B9:15
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MTU:1500 Metric:1
RX packets:1090148 errors:1 dropped:1 overruns:0...
2005 Nov 01
0
proxying rsync through http
...r deny,allow
Deny from all
Allow from .mydomain.ie
</Proxy>
#
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via:
headers)
# Set to one of: Off | On | Full | Block
#
ProxyVia On
AllowCONNECT 443 563 873
i've tested rsync going direct to the rsync server and it works.
On the client, which is on a private network, I've stopped the firewall
and I've set
RSYNC_PROXY=http://my-proxy-server.ie:80
HTTP_PROXY=http://my-proxy-server.ie:80
When I try to rsync to the external...
2000 Jun 27
1
[CVS] humbolt:/tinc/cabal/src net.c netutl.c protocol.c
...n on any other port than 655,
# you can use ListenPort for the `server', and ConnectPort for the
# `client'.
# You may use the prefixes 0x or 0 to denote a hexadecimal or octal
# number respectively.
ConnectPort = 655
# Listen on which port
#ListenPort = 655
# Accept incoming connections
AllowConnect = no
# My own VPN IP
# You may use the /nn notation to indicate the number of bits used for
# the mask, /8 is equivalent to the netmask 255.0.0.0 (the first 8
# bits are set to 1).
MyOwnVPNIP = 192.168.9.99/24
# Directory where tinc will look for passphrases
Passphrases = /etc/tinc/passphrases
#...