Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - wuping

#1
Chinese - 中文 / Re: opnsense端口转发异常
November 04, 2024, 06:01:25 PM
你们应该是做的旁路由,需要加一条 静态路由表做跳转的
#2
22.7 Legacy Series / ACME Client Issues After Upgrade
September 12, 2022, 11:55:54 AM
Version: OPNsense 22.7.4-amd64
1 Service---acme client---settings. Cannot open normally and report an error
2 OPENVPN service fails to start
3 tftp service fails to start
If you don't upgrade the plugin, you can't download it
#3
// redirect on successful login
                        if (data['clientState'] == 'AUTHORIZED') {
                            window.open("http://www.google.com");
                            if (getURLparams()['redirurl'] != undefined) {
                                window.location = 'http://'+getURLparams()['redirurl']+'?refresh';
                            } else {
                                window.location.reload();
#4
Chinese - 中文 / 不支持 pptp VPN服务器
July 27, 2021, 05:29:10 PM
新版本不支持PPTP L2TP vpn服务功能   官方网站上提供的软件版本太低了,安装完以后还要重新升级更新,请官方把新版本的软件安装包打包放在官方网站供用户下载。谢谢