Displaying 4 results from an estimated 4 matches for "tun6".
Did you mean:
tun
2006 Feb 14
14
[Bug 448] IPv6 conntrack does not work on a tunnel interface
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=448
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|ip_conntrack |nf_conntrack
------- Additional Comments From laforge@netfilter.org 2006-02-14 09:05 MET -------
ipv6 conntrack is
2006 Feb 14
0
[Bug 448] New: IPv6 conntrack does not work on a tunnel interface
...EW.
I don't think it has any connection, but I have applied the nth, osf, and random
patches from patch-o-matic. I can test without these patches if needed.
Here is a snippet of a log; 7N means outgoing NEW packet and 6I means incoming
INVALID packet.
Feb 13 16:48:15 gamma kernel: 7N IN= OUT=tun6
SRC=2002:4071:4c37:0000:0000:0000:0000:0001
DST=2001:1418:0013:0001:0000:0000:0000:0025 LEN=72 TC=0 HOPLIMIT=64 FLOWLBL=0
PROTO=TCP SPT=55560 DPT=6667 SEQ=2855237330 ACK=2296150387 WINDOW=16736 RES=0x00
ACK URGP=0 OPT (0101080A000A3B4F1834B2D1) UID=1001
Feb 13 16:48:15 gamma kernel: 6I IN=tun6 OUT=...
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
2019 Jan 12
0
Can Ping But No Web Interface
...kely 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 = tun"
should be added, especialy as you have not declared an interface in the
config
eg: "Interface = tun6"
Also Subnet = 192.168.0.10
Is incomplete
Subnet = 192.168.0.10/32
Same for the .15 host
A working setup of mine:
tinc.conf;
Name = ov1thaboxnet
port = 655
Interface = tun6
DeviceType = tun
ConnectTo = ov2thaboxnet
Compression = 10
ov1thaboxnet host file;
Address = xxx.xxx.xxx.xxx 655
S...