Displaying 7 results from an estimated 7 matches for "robot_ph_cpe22_04".
2016 Feb 26
3
Tinc 1.0.26 on Mac OS X
...le that? See:
$ sudo tincd -D -c /etc/tinc/robotvpn -d
tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
/dev/tap0 is a Generic BSD tap device
ifconfig: interface tincdev0 does not exist
Script tinc-up exited with non-zero status 1
Listening on 0.0.0.0 port 655
Ready
Trying to connect to robot_ph_cpe22_04 (10.27.200.104 port 655)
Connected to robot_ph_cpe22_04 (10.27.200.104 port 655)
Connection with robot_ph_cpe22_04 (10.27.200.104 port 655) activated
Error while writing to Generic BSD tap device /dev/tap0: Input/output error
Error while writing to Generic BSD tap device /dev/tap0: Input/output err...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
...-D -c /etc/tinc/robotvpn -d
>tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
>/dev/tap0 is a Generic BSD tap device
>ifconfig: interface tincdev0 does not exist
>Script tinc-up exited with non-zero status 1
>Listening on 0.0.0.0 port 655
>Ready
>Trying to connect to robot_ph_cpe22_04 (10.27.200.104 port 655)
>Connected to robot_ph_cpe22_04 (10.27.200.104 port 655)
>Connection with robot_ph_cpe22_04 (10.27.200.104 port 655) activated
>Error while writing to Generic BSD tap device /dev/tap0: Input/output
>error
>Error while writing to Generic BSD tap device /dev/ta...
2016 Feb 26
2
Tinc 1.0.26 on Mac OS X
...some trouble. Is anyone successfully doing this?
>>
>> Here's my config:
>>
>> $ sudo cat /etc/tinc/robotvpn/tinc.conf
>> Name = elendur
>> Mode = switch
>> AddressFamily = ipv4
>> Interface = tincdev0
>> Compression = 1
>> ConnectTo = robot_ph_cpe22_04
>>
>> And here's the invocation:
>>
>> $ sudo tincd -D -c /etc/tinc/robotvpn -d
>> tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
>> /dev/tap0 is a Generic BSD tap device
>> /etc/tinc/robotvpn/tinc-up: line 3: avahi-autoipd: command not fou...
2016 Feb 25
5
Tinc 1.0.26 on Mac OS X
...y all,
I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and having
some trouble. Is anyone successfully doing this?
Here's my config:
$ sudo cat /etc/tinc/robotvpn/tinc.conf
Name = elendur
Mode = switch
AddressFamily = ipv4
Interface = tincdev0
Compression = 1
ConnectTo = robot_ph_cpe22_04
And here's the invocation:
$ sudo tincd -D -c /etc/tinc/robotvpn -d
tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
/dev/tap0 is a Generic BSD tap device
/etc/tinc/robotvpn/tinc-up: line 3: avahi-autoipd: command not found
Usage: ip route list
ip route get ADDRESS
ip...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
...omebrew on Mac OS X 10.10.5, and
>having
>some trouble. Is anyone successfully doing this?
>
>Here's my config:
>
>$ sudo cat /etc/tinc/robotvpn/tinc.conf
>Name = elendur
>Mode = switch
>AddressFamily = ipv4
>Interface = tincdev0
>Compression = 1
>ConnectTo = robot_ph_cpe22_04
>
>And here's the invocation:
>
>$ sudo tincd -D -c /etc/tinc/robotvpn -d
>tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
>/dev/tap0 is a Generic BSD tap device
>/etc/tinc/robotvpn/tinc-up: line 3: avahi-autoipd: command not found
>Usage: ip route list
>...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
...ng this?
>>>
>>> Here's my config:
>>>
>>> $ sudo cat /etc/tinc/robotvpn/tinc.conf
>>> Name = elendur
>>> Mode = switch
>>> AddressFamily = ipv4
>>> Interface = tincdev0
>>> Compression = 1
>>> ConnectTo = robot_ph_cpe22_04
>>>
>>> And here's the invocation:
>>>
>>> $ sudo tincd -D -c /etc/tinc/robotvpn -d
>>> tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1
>>> /dev/tap0 is a Generic BSD tap device
>>> /etc/tinc/robotvpn/tinc-up: line 3: av...
2016 Feb 26
1
Tinc 1.0.26 on Mac OS X
Ah, fantastic. With the following config I get a usable tap0:
$ sudo cat /etc/tinc/robotvpn/tinc.conf
Name = elendur
Mode = switch
AddressFamily = ipv4
Device = /dev/tap0
Compression = 1
ConnectTo = robot_ph_cpe22_04
Still need to figure out the Avahi side of things for name resolution, but
thanks all!
On 26 February 2016 at 11:04, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Thu, Feb 25, 2016 at 01:55:59PM -0500, Mike Purvis wrote:
>
> > Here's my config:
> >
> > $ sudo...