Displaying 6 results from an estimated 6 matches for "naemrr".
Did you mean:
naemr
2018 May 24
1
Cannot ping subnet hosts
...th routers a new firewall zone covering the
tinc interface, policy in accept, out accept, fwd accept, interzone
forwarding from/to LAN.... when I do it, I am not even able to ping the
routers between them, even though the PING PONG is ok in the tinc debug....
2018-05-24 20:28 GMT+02:00 Naemr . <naemrr at gmail.com>:
> did you add a forwarding allow rule from tinc interface to lan and vise
> versa on both ends? even with firewall off default is to not forward till
> told to do so.
>
> On Thu, May 24, 2018, 10:07 AM Davide L <davide.lovreglio at gmail.com>
> wrote:
>...
2017 May 18
1
Improving packets/sec and data rate - v1.0.24
I noticed a large performance boost both on bare metal and in vps instances
by turning on kernel routing in the tinc config, and using full host
declerations for routs rather than dumping things to the tun interface
ambiguously.
"Forwarding = kernel"
ip route add 1.2.3.4 via 4.3.2.1 dev tun
-instead of-
ip route add 1.2.3.4 dev tun
On May 17, 2017 3:10 PM, "Niklas Hambüchen"
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
2019 Jan 10
2
Can Ping But No Web Interface
Aloha!
I am new to tinc and I like to figure out my own issues before asking but I
am not sure of my next step here. I am not sure if the problem is the VPN
configuration or in my network. I will try to be as through as possible.
I have two computers that are CentOS with the latest tinc from their
respective repositories.
Server A is behind a Sophos XG and Server B is behind a Ubiquiti Edge
2018 May 24
0
Cannot ping subnet hosts
did you add a forwarding allow rule from tinc interface to lan and vise
versa on both ends? even with firewall off default is to not forward till
told to do so.
On Thu, May 24, 2018, 10:07 AM Davide L <davide.lovreglio at gmail.com> wrote:
> Dear all,
>
> I am trying to configure a basic TINC vpn between two sites using OpenWRT
> routers. The link seems to work, the ping
2019 Jan 12
0
Can Ping But No Web Interface
Try removing all MTU related settings from both sides. Allow tinc to learn
on its own.
" PMTU = 1436
ClampMSS = yes
PMTUDiscovery = yes"
in the config, " Address Family = ipv4" is likely not necessary, i would
recommend removing it.
" Device = /dev/net/tun" should not be used, unless tinc is having issues
locating the tun device.
however
" DeviceType =