IP-FOU(8) Linux IP-FOU(8) (NAME) ip-fou - Foo-over-UDP GUE ip-gue - Generic UDP Encapsulation (SYNOPSIS) ip [ OPTIONS ] fou { COMMAND | help } ip fou add port PORT { gue | ipproto PROTO } [ local IFADDR ] [ peer IFADDR ] [ peer_port PORT ] [ dev IFNAME ] ip fou del port PORT [ local IFADDR ] [ peer IFADDR ] [ peer_port PORT ] [ dev IFNAME ] ip fou show (DESCRIPTION) ip fou Foo- over-UDP (FOU) (GUE Generic UDP Encapsulation) . Foo-over-UDP IP UDP . UDP FOU . Generic UDP Encapsulation (GUE) IP UDP (header) . IP . FOU GUE PORT . FOU IP PROTO . IFADDR local IFNAME dev / (bind) . IFADDR peer PORT peer_port . FOU GUE PORT (del) / / ( ) . (EXAMPLES) FOU GRE 7777 # ip fou add port 7777 ipproto 47 FOU IPIP 8888 # ip fou add port 8888 ipproto 4 GUE 9999 # ip fou add port 9999 gue GUE 9999 # ip fou del port 9999 FOU GRE 1.2.3.4:7777 # ip fou add port 7777 ipproto 47 local 1.2.3.4 (SEE ALSO) ip(8) (AUTHOR) Tom Herbert iproute2 2 Nov 2014 IP-FOU(8)