Displaying 3 results from an estimated 3 matches for "polimnia".
Did you mean:
policia
2018 May 24
3
Cannot ping subnet hosts
Dear all,
I am trying to configure a basic TINC vpn between two sites using OpenWRT
routers. The link seems to work, the ping between the two routers is ok,
but I can't ping hosts between the subnets behind the routers.
This is the configuration:
======== SITE 1 (CLIENT) - polimnia (subnet 192.168.4.0/24, gw 192.168.4.1)
tinc.conf
-------------
Name = polimnia
ConnectTo = calliope
hosts/polimnia
---------------------
Subnet = 172.16.0.4/32
Subnet = 192.168.4.0/24
tinc-up script
-------------------
#!/bin/sh
ip link set $INTERFACE up
ip addr add 172.16.0.4/24 dev $INTERFAC...
2018 May 24
1
Cannot ping subnet hosts
...re a basic TINC vpn between two sites using OpenWRT
>> routers. The link seems to work, the ping between the two routers is ok,
>> but I can't ping hosts between the subnets behind the routers.
>>
>> This is the configuration:
>>
>> ======== SITE 1 (CLIENT) - polimnia (subnet 192.168.4.0/24, gw
>> 192.168.4.1)
>>
>> tinc.conf
>> -------------
>> Name = polimnia
>> ConnectTo = calliope
>>
>> hosts/polimnia
>> ---------------------
>> Subnet = 172.16.0.4/32
>> Subnet = 192.168.4.0/24
>>
>&g...
2018 May 24
0
Cannot ping subnet hosts
...; I am trying to configure a basic TINC vpn between two sites using OpenWRT
> routers. The link seems to work, the ping between the two routers is ok,
> but I can't ping hosts between the subnets behind the routers.
>
> This is the configuration:
>
> ======== SITE 1 (CLIENT) - polimnia (subnet 192.168.4.0/24, gw
> 192.168.4.1)
>
> tinc.conf
> -------------
> Name = polimnia
> ConnectTo = calliope
>
> hosts/polimnia
> ---------------------
> Subnet = 172.16.0.4/32
> Subnet = 192.168.4.0/24
>
>
> tinc-up script
> -------------------
>...