可以单独设置指定指定MAC的网关地址,方便使用旁路 #dhcp-option=tag:test, option:router: 192.168.1.2 (旁路由地址) #dhcp-option=tag:test, option:dns-server: 192.168.1.2 (旁路由地址, 如果dns有其他选择,也可以指定) #dhcp-host = 11:22:33:44:55:66, set:test (指定mac地址对应相应的tag的option)
官方教程:https://openwrt.org/docs/guide-user/services/vpn/tailscale/start 完全不需要使用其他的第三方程序,官方本身就有相关的包可以安装使用。 防火墙配置如果要生效需要加--netfilter-mode=off 参数,否则tailscale 会自动配置防火墙,手动配置的防火墙策略可能会失效 tailscale up --accept-dns=false --advertise-routes=192.168.1.0/24 --netfilter-mode=off --reset
相关资料文档: https://github.com/mwarning/docker-openwrt-builder https://github.com/noonien/docker-openwrt-buildroot https://blog.mjyai.com/2021/02/12/docker-compile-lede-openwrt/ https://blog.laolilin.com/posts/2020/02/using_docker_to_build_openwrt.html 清理docker残留数据 docker system prune docker volume prune docker image prune 构建镜像 docker build -t foxopenwrt . --network host 运行镜像 …
以下都是可以当作路由的系统,部分系统主要功能是防火墙,带有路由功能,还有一部分是比较小巧的轻量级Linux系统,适合当作路由或者防火墙使用。 Commotion Wireless OpenWrt LEDE OpenWrt RutOS OpenWrt LibreCMC OpenWrt Roofnet OpenWrt DebWRT OpenWrt, Debian HyperWRT Linux Tomato HyperWRT Oleg ASUS Original Alpine Linux Linux distribution ClearOS Red Hat Enterprise Linux derivative Cumulus Linux Debian derivative DD-WRT Linux distribution Endian Fir…