Using the udp2raw as a docker #481
Replies: 2 comments
-
I managed to compile the image but now it's not working in the Mikrotik container: FROM alpine:3.6 as builder WORKDIR / RUN apk add --no-cache git build-base linux-headers && FROM alpine:3.6 �[0mmodprobe: can't change directory to '/lib/modules': No such file or directory iptables v1.6.1: can't initialize iptables table `filter': Table does not exist (do you need to insmod?) |
Beta Was this translation helpful? Give feedback.
-
docker in general doesn't allow raw socket to passthrough well, unless on linux + correct setting
Yes you are right. I am considering deleting that docker repo to avoide the confusion, |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using the udp2raw docker from the link below inside my Mikrotik device and I think it's old and not up-to-date and when I tried to make the docker image from the Dockerfile in the project it's giving me the compile error. Can anyone help me about this.
Thanks.
https://hub.docker.com/r/wangyucn/udp2raw-tunnel
Beta Was this translation helpful? Give feedback.
All reactions