immortalwrt passwall2

安装这个qcow2虚拟机镜像 https://downloads.immortalwrt.org/releases/23.05.1/targets/x86/64/immortalwrt-23.05.1-x86-64-generic-ext4-combined.qcow2.gz vim /etc/config/network 看情况 设置为dhcp
root@ImmortalWrt:~# cat /etc/config/network

config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config globals 'globals'
option ula_prefix 'fd27:c713:4320::/48'
option packet_steering '1'

config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0'

config interface 'lan'
option device 'br-lan'
option proto 'dhcp'
option ip6assign '60'

/etc/init.d/network restart

跟着在网页打开ip,用户root,密码空,system-software 装好这些,第二个链接是zip,把ipk解压出来,全部都装了 https://github.com/xiaorouji/openwrt-passwall2/releases/download/1.24-1/luci-23.05_luci-app-passwall2_1.24-1_all.ipk https://github.com/xiaorouji/openwrt-passwall2/releases/download/1.24-1/passwall2_packages_ipk_x86_64.zip 然后找包装: simple-obfs-client simple-obfs-server 这几个包也要装: 2024-01-24 14:28:10: 检测到fw4,使用nftables进行透明代理。 2024-01-24 14:28:11: nftables透明代理基础依赖 kmod-nft-socket 未安装... 2024-01-24 14:28:11: nftables透明代理基础依赖 kmod-nft-tproxy 未安装... 2024-01-24 14:28:11: nftables透明代理基础依赖 kmod-nft-nat 未安装... 2024-01-24 14:28:11: 运行完成! 2024-01-24 14:34:25: 清空并关闭相关程序和缓存完成。 2024-01-24 14:34:25: nftables透明代理基础依赖 kmod-nft-socket 未安装... 2024-01-24 14:34:25: nftables透明代理基础依赖 kmod-nft-tproxy 未安装... 2024-01-24 14:34:25: 运行完成! 然后就加节点干就是