search for: twwh

Displaying 1 result from an estimated 1 matches for "twwh".

Did you mean: twoh
2005 Jan 13
1
Tinc on Windows
...he client IP will be, but I don't know what to do when I'm connecting with a Windows client that has an unknown IP address. Will this even work with my server config? Any help would be really appreciated. Russell. Server: tinc.conf Device=/dev/net/tun Name=server PrivateKeyFile=/etc/tinc/twwh/rsa_key.priv TCPOnly=yes tinc-up #!/bin/sh ifconfig $INTERFACE 10.0.0.2 netmask 255.255.255.0 route add -host 192.168.1.100 dev $INTERFACE route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.1.100 Client: tinc.conf ConnectTo=server Device=/dev/net/tun Name=client PrivateKeyFile=/etc/tinc/...