Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

Forwarding Protocols • Foo Over UDP support

$
0
0
Does RouterOS Support Foo-Over-UDP ? https://lwn.net/Articles/614348/ and https://serverfault.com/questions/81464 ... ion-issues
Code:
On first machine:root@jeff-VirtualBox-ubuntu-16:~# modprobe fouroot@jeff-VirtualBox-ubuntu-16:~# ip fou add port 55137 ipproto 4root@jeff-VirtualBox-ubuntu-16:~# ip link add name fou0 type ipip remote 192.168.1.135 local 192.168.1.137 encap fou encap-sport 55137 encap-dport 55135 dev enp0s3root@jeff-VirtualBox-ubuntu-16:~# ip link set up dev tunl0root@jeff-VirtualBox-ubuntu-16:~# ip link set up dev fou0root@jeff-VirtualBox-ubuntu-16:~# ip addr add 10.0.0.137/24 dev fou0root@jeff-VirtualBox-ubuntu-16:~#On second machine:root@jeff-VirtualBox-ubuntu-16-2:~# modprobe fouroot@jeff-VirtualBox-ubuntu-16-2:~# ip fou add port 55135 ipproto 4root@jeff-VirtualBox-ubuntu-16-2:~# ip link add name fou0 type ipip remote 192.168.1.137 local 192.168.1.135 encap fou encap-sport 55135 encap-dport 55137 dev enp0s3root@jeff-VirtualBox-ubuntu-16-2:~# ip link set up dev tunl0root@jeff-VirtualBox-ubuntu-16-2:~# ip link set up dev fou0root@jeff-VirtualBox-ubuntu-16-2:~# ip addr add 10.0.0.135/24 dev fou0root@jeff-VirtualBox-ubuntu-16-2:~#
It's natively supported by linux kernel and simplifies building IPIP tunnels (via UDP protocol)

Statistics: Posted by maxpage — Sat Feb 10, 2024 11:58 pm



Viewing all articles
Browse latest Browse all 15394

Trending Articles