Displaying 5 results from an estimated 5 matches for "ip_tunnel".
Did you mean:
ip_tunnels
2012 May 22
1
decrypt udp tunnel
...protocol stack of tinc (I'm
guessing) would by like this:
+-----------------------+
| ICMP |
+-----------------------+
| IP_remote_LAN |
+-----------------------+
| SSL (or something) |
+-----------------------+
| UDP (port 655) |
+-----------------------+
| IP_tunnel |
+-----------------------+
Has anyone ever tried to decrypt this tinc UDP tunnel?
Many thanks!
Cheers!
Lucas
--
"Antes ten?amos hambre y mir?bamos el reloj para saber qu? hora era.
Ahora miramos el reloj para saber si tenemos hambre." -- Ernesto
S?bato
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
...| 4 ++--
drivers/net/vrf.c | 5 ++---
drivers/net/xen-netfront.c | 6 ++----
drivers/staging/netlogic/xlr_net.c | 10 +---------
include/linux/netdevice.h | 8 ++++----
include/net/ip_tunnels.h | 4 ++--
net/8021q/vlan_dev.c | 5 ++---
net/bridge/br_device.c | 6 ++----
net/ipv4/ip_tunnel_core.c | 6 ++----
net/l2tp/l2tp_eth.c | 6 ++...
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
...| 4 ++--
drivers/net/vrf.c | 5 ++---
drivers/net/xen-netfront.c | 6 ++----
drivers/staging/netlogic/xlr_net.c | 10 +---------
include/linux/netdevice.h | 8 ++++----
include/net/ip_tunnels.h | 4 ++--
net/8021q/vlan_dev.c | 5 ++---
net/bridge/br_device.c | 6 ++----
net/ipv4/ip_tunnel_core.c | 6 ++----
net/l2tp/l2tp_eth.c | 6 ++...
2018 Feb 12
5
[PATCH] headers: untangle kmemleak.h from mm.h
...lude <net/sock.h>
--- lnx-416-rc1.orig/net/ipv4/route.c
+++ lnx-416-rc1/net/ipv4/route.c
@@ -108,7 +108,6 @@
#include <net/rtnetlink.h>
#ifdef CONFIG_SYSCTL
#include <linux/sysctl.h>
-#include <linux/kmemleak.h>
#endif
#include <net/secure_seq.h>
#include <net/ip_tunnels.h>
2018 Feb 12
5
[PATCH] headers: untangle kmemleak.h from mm.h
...lude <net/sock.h>
--- lnx-416-rc1.orig/net/ipv4/route.c
+++ lnx-416-rc1/net/ipv4/route.c
@@ -108,7 +108,6 @@
#include <net/rtnetlink.h>
#ifdef CONFIG_SYSCTL
#include <linux/sysctl.h>
-#include <linux/kmemleak.h>
#endif
#include <net/secure_seq.h>
#include <net/ip_tunnels.h>