标题:给你们看看我签名
作者:氵氵 #uid57828
原帖:https://hostloc.com/thread-1040811-1-1.html
摘要:微信图片_20220702140525.jpg (27.77 KB, 下载次数: 0)
下载附件
1 分钟前 上传
作者:氵氵 #uid57828
原帖:https://hostloc.com/thread-1040811-1-1.html
摘要:微信图片_20220702140525.jpg (27.77 KB, 下载次数: 0)
下载附件
1 分钟前 上传
标题:现在上WHATSAPP 用什么方法?除了梯子....
作者:ioioio #uid43011
原帖:https://hostloc.com/thread-1040812-1-1.html
摘要:如果没有其它方法.还有没有其它方法.有没有好用稳定的安桌梯子?
作者:ioioio #uid43011
原帖:https://hostloc.com/thread-1040812-1-1.html
摘要:如果没有其它方法.还有没有其它方法.有没有好用稳定的安桌梯子?
标题:出价50软妹币解决一个debian11 ufw的问题
作者:gzelvis #uid24648
原帖:https://hostloc.com/thread-1040814-1-1.html
摘要:前言: 曾经在一台centos7服务器上实现这个操作,就是服务器装了wireguard(公司用),自己再加了个zerotier(家用),然后两个服务都装在该服务器上,经过我wg对端正确设置用wireguard也可以访问我家里的电脑,家里电脑用zerotier也能正常访问各家庭子网及公司内网。但现在问题来了,换了台Debian11来做同样的事,wireguard的wg0直接复制的旧服务器上的配置,zerotier这个应该也没任何问题(zerotier官网路由配置)
----------------------------------------------- 具体服务器环境 ------------------------
[debian11 ,ufw 防火墙] 服务器端:192.168.188.99 (内网 IP ) 10.0.100.1 ( wireguard IP ) 192.168.192.248 ( Zerotier IP )
WG 网段 10.0.100.0/24
Zerotier 网段:192.168.192.0/24
公司内网网段:192.168.10.0/24 ; 192.168.80.0/24
私人家庭网段:10.0.123.0/24 ; 10.0.122.0/24 ; 10.0.121.0/24 (已在 Zerotier 官方做了映射)
现在情况是,我服务器端安装了 wireguard 和 zerotier ,wireguard 工作用,公司里靠这个接入服务器。zerotier 私人用家庭里的电脑靠这个接入服务器。在这台 192.168.188.99 服务器上,我可以 ping 通公司和私人的所有网段内机器。
但远程的话,用 zerotier 接入,可正常访问 公司各网段 和 私人家庭各网段(需求满足) ,但如果用 wireguard 接入,就只能访问服务器本机和公司各网段,而靠 zerotier 接入到服务器的 10.0.xx.0/24 的各私人子网段的机器全都无法访问 (简单点说就是 wireguard 接入后无法访问访问家里靠zerotier接入的电脑)。但因为工作原因,平时上班时间只能登陆一个wireguard(这会连接不到家里电脑很难受)
ifconfig: ens192(物理网卡);wg0(wireguard虚拟网卡);ztyxa66ssl(zerotier虚拟网卡)
服务器路由表:
root@WG:/etc/ufw# ip route
default via 192.168.188.254 dev ens192 metric 100 onlink
10.0.100.0/24 dev wg0 proto kernel scope link src 10.0.100.1
10.0.120.0/24 via 192.168.192.188 dev ztyxa66ssl proto static metric 5000
10.0.121.0/24 via 192.168.192.172 dev ztyxa66ssl proto static metric 5000
10.0.122.0/24 via 192.168.192.232 dev ztyxa66ssl proto static metric 5000
10.0.123.0/24 via 192.168.192.119 dev ztyxa66ssl proto static metric 5000
192.168.188.0/24 dev ens192 proto kernel scope link src 192.168.188.99
192.168.192.0/24 dev ztyxa66ssl proto kernel scope link src 192.168.192.248
ufw before.rules 多加了这里一点
*nat
REROUTING ACCEPT [0:0]
OSTROUTING ACCEPT [0:0]
-A POSTROUTING -s 192.168.188.0/24 -o ens192 -j MASQUERADE
求debian和了解ufw的大神帮忙,回复或者留下你的微信,解决了直接小红包不废话
作者:gzelvis #uid24648
原帖:https://hostloc.com/thread-1040814-1-1.html
摘要:前言: 曾经在一台centos7服务器上实现这个操作,就是服务器装了wireguard(公司用),自己再加了个zerotier(家用),然后两个服务都装在该服务器上,经过我wg对端正确设置用wireguard也可以访问我家里的电脑,家里电脑用zerotier也能正常访问各家庭子网及公司内网。但现在问题来了,换了台Debian11来做同样的事,wireguard的wg0直接复制的旧服务器上的配置,zerotier这个应该也没任何问题(zerotier官网路由配置)
----------------------------------------------- 具体服务器环境 ------------------------
[debian11 ,ufw 防火墙] 服务器端:192.168.188.99 (内网 IP ) 10.0.100.1 ( wireguard IP ) 192.168.192.248 ( Zerotier IP )
WG 网段 10.0.100.0/24
Zerotier 网段:192.168.192.0/24
公司内网网段:192.168.10.0/24 ; 192.168.80.0/24
私人家庭网段:10.0.123.0/24 ; 10.0.122.0/24 ; 10.0.121.0/24 (已在 Zerotier 官方做了映射)
现在情况是,我服务器端安装了 wireguard 和 zerotier ,wireguard 工作用,公司里靠这个接入服务器。zerotier 私人用家庭里的电脑靠这个接入服务器。在这台 192.168.188.99 服务器上,我可以 ping 通公司和私人的所有网段内机器。
但远程的话,用 zerotier 接入,可正常访问 公司各网段 和 私人家庭各网段(需求满足) ,但如果用 wireguard 接入,就只能访问服务器本机和公司各网段,而靠 zerotier 接入到服务器的 10.0.xx.0/24 的各私人子网段的机器全都无法访问 (简单点说就是 wireguard 接入后无法访问访问家里靠zerotier接入的电脑)。但因为工作原因,平时上班时间只能登陆一个wireguard(这会连接不到家里电脑很难受)
ifconfig: ens192(物理网卡);wg0(wireguard虚拟网卡);ztyxa66ssl(zerotier虚拟网卡)
服务器路由表:
root@WG:/etc/ufw# ip route
default via 192.168.188.254 dev ens192 metric 100 onlink
10.0.100.0/24 dev wg0 proto kernel scope link src 10.0.100.1
10.0.120.0/24 via 192.168.192.188 dev ztyxa66ssl proto static metric 5000
10.0.121.0/24 via 192.168.192.172 dev ztyxa66ssl proto static metric 5000
10.0.122.0/24 via 192.168.192.232 dev ztyxa66ssl proto static metric 5000
10.0.123.0/24 via 192.168.192.119 dev ztyxa66ssl proto static metric 5000
192.168.188.0/24 dev ens192 proto kernel scope link src 192.168.188.99
192.168.192.0/24 dev ztyxa66ssl proto kernel scope link src 192.168.192.248
ufw before.rules 多加了这里一点
*nat
REROUTING ACCEPT [0:0]
OSTROUTING ACCEPT [0:0]
-A POSTROUTING -s 192.168.188.0/24 -o ens192 -j MASQUERADE
求debian和了解ufw的大神帮忙,回复或者留下你的微信,解决了直接小红包不废话
标题:virmach 洛杉矶机房网络维护结束,可以连上了吗?
作者:东风破 #uid58403
原帖:https://hostloc.com/thread-1040816-1-1.html
摘要:说是网络维护。已经结束。
但是我的还是连不上
发了个邮件说连不上的自己修复下。但是不管用
RECONFIGURATION INSTRUCTIONS:
First ping your service's IP address. If networking is functional, there's no additional steps required.
Navigation to your "Service Details" page (Services --> My Services.)
Click on your service, and under the "Server Information" tab, scroll down to the "Basic VPS Controls" section.
Click on the "Fix Internet/Reconfigure Network" button.
Click the "Confirm" button and wait 5 to 10 minutes. An error may appear such as "Operation Timed Out", but it can be ignored. The task will continue in the background.
Please do not click this button more than once in a short period of time. Chances are, if it does not work the first or second time, your service may also be facing another issue, especially if you were part of this week's migrations. Those issues are automatically being checked and rectified.
Thank you.
作者:东风破 #uid58403
原帖:https://hostloc.com/thread-1040816-1-1.html
摘要:说是网络维护。已经结束。
但是我的还是连不上
发了个邮件说连不上的自己修复下。但是不管用
RECONFIGURATION INSTRUCTIONS:
First ping your service's IP address. If networking is functional, there's no additional steps required.
Navigation to your "Service Details" page (Services --> My Services.)
Click on your service, and under the "Server Information" tab, scroll down to the "Basic VPS Controls" section.
Click on the "Fix Internet/Reconfigure Network" button.
Click the "Confirm" button and wait 5 to 10 minutes. An error may appear such as "Operation Timed Out", but it can be ignored. The task will continue in the background.
Please do not click this button more than once in a short period of time. Chances are, if it does not work the first or second time, your service may also be facing another issue, especially if you were part of this week's migrations. Those issues are automatically being checked and rectified.
Thank you.
标题:vir8.88pro强制迁徙阿什本
作者:hfch #uid38530
原帖:https://hostloc.com/thread-1040815-1-1.html
摘要:数据还在,能开机进vnc,但是就是没办法上网
作者:hfch #uid38530
原帖:https://hostloc.com/thread-1040815-1-1.html
摘要:数据还在,能开机进vnc,但是就是没办法上网
标题:op5O有货了,需要的上1T盘
作者:sxmx2525 #uid38212
原帖:https://hostloc.com/thread-1040817-1-1.html
摘要:op5O有货了,需要的上1T盘
https://oneprovider.com/promotion
作者:sxmx2525 #uid38212
原帖:https://hostloc.com/thread-1040817-1-1.html
摘要:op5O有货了,需要的上1T盘
https://oneprovider.com/promotion
标题:这新配的电脑 使用过程老是突然黑屏几秒又正常可能是什....
作者:零度回忆 #uid19810
原帖:https://hostloc.com/thread-1040819-1-1.html
摘要:cpu集显 , 操作鼠标过程中显示器突然黑屏3秒左右又恢复正常,出现这种现象的时间还不定,基本上每天几次, 请问这是哪里的原因呢, 不知道怎么排查了
作者:零度回忆 #uid19810
原帖:https://hostloc.com/thread-1040819-1-1.html
摘要:cpu集显 , 操作鼠标过程中显示器突然黑屏3秒左右又恢复正常,出现这种现象的时间还不定,基本上每天几次, 请问这是哪里的原因呢, 不知道怎么排查了
标题:现在gd 团队盘免服务器配额跨盘复制只有2T?
作者:御宅的鸡蛋 #uid30940
原帖:https://hostloc.com/thread-1040821-1-1.html
摘要:根据 https://github.com/dogbutcat/gclone 下的说法
CAVEATS
Creating Service Accounts (SAs) allows you to bypass some of Google's quotas. Tools like autorclone and clonebot (gclone) automatically rotate SAs for continuous multi-terabyte file transfer.
Quotas SAs CAN bypass:
Google 'copy/upload' quota (750GB/account/day)
Google 'download' quota (10TB/account/day)
Quotas SAs CANNOT bypass:
Google Shared Drive quota (~20TB/drive/day)
Google file owner quota (~2TB/day)
sa貌似不能跨团队盘复制超过2T/day?我另外实测sa在vps上的文件传到gd td上是没问题,也就是sa没被封的,具体可能是gd改政策了,现在td也不能用sa突破了
限制后如图所示
经服务器传输所示
作者:御宅的鸡蛋 #uid30940
原帖:https://hostloc.com/thread-1040821-1-1.html
摘要:根据 https://github.com/dogbutcat/gclone 下的说法
CAVEATS
Creating Service Accounts (SAs) allows you to bypass some of Google's quotas. Tools like autorclone and clonebot (gclone) automatically rotate SAs for continuous multi-terabyte file transfer.
Quotas SAs CAN bypass:
Google 'copy/upload' quota (750GB/account/day)
Google 'download' quota (10TB/account/day)
Quotas SAs CANNOT bypass:
Google Shared Drive quota (~20TB/drive/day)
Google file owner quota (~2TB/day)
sa貌似不能跨团队盘复制超过2T/day?我另外实测sa在vps上的文件传到gd td上是没问题,也就是sa没被封的,具体可能是gd改政策了,现在td也不能用sa突破了
限制后如图所示
经服务器传输所示
标题:炒股亏了的请进!
作者:TMD #uid22706
原帖:https://hostloc.com/thread-1040820-1-1.html
摘要:这几年炒股亏了许多,
割肉的感觉不好受啊!
装作若无其事
心里隐隐作痛
作者:TMD #uid22706
原帖:https://hostloc.com/thread-1040820-1-1.html
摘要:这几年炒股亏了许多,
割肉的感觉不好受啊!
装作若无其事
心里隐隐作痛
标题:要不是华伪被干了,不光雪糕刺客,手机也照样会买不起...
作者:花花草草 #uid19859
原帖:https://hostloc.com/thread-1040826-1-1.html
摘要:从华伪被干后手机性价比越来越高了,要不然。。。
只能说感谢美帝,感谢特朗普,感谢小米等良心企业!
作者:花花草草 #uid19859
原帖:https://hostloc.com/thread-1040826-1-1.html
摘要:从华伪被干后手机性价比越来越高了,要不然。。。
只能说感谢美帝,感谢特朗普,感谢小米等良心企业!
标题:咨询凉心云建站问题
作者:gick #uid51852
原帖:https://hostloc.com/thread-1040825-1-1.html
摘要:目前的情况:本人实名凉心云账号,刚申请一个实名域名,无机器。
想做的事:给一企业建站
思路1:本人A域名指向B账号的246机器上(送的),是不是得把域名迁到B账号里去,才能申请beian。beian的话是申请企业备an还是个人beian。
思路2:论坛收一台机器,实名到自己名下,然后把域名转过来。
没有建站、beian经验,烦请各位大神不吝赐教,万分感谢。
为嘛选凉心云呢,两害相权取其轻吧。
作者:gick #uid51852
原帖:https://hostloc.com/thread-1040825-1-1.html
摘要:目前的情况:本人实名凉心云账号,刚申请一个实名域名,无机器。
想做的事:给一企业建站
思路1:本人A域名指向B账号的246机器上(送的),是不是得把域名迁到B账号里去,才能申请beian。beian的话是申请企业备an还是个人beian。
思路2:论坛收一台机器,实名到自己名下,然后把域名转过来。
没有建站、beian经验,烦请各位大神不吝赐教,万分感谢。
为嘛选凉心云呢,两害相权取其轻吧。
标题:ion 免费wp不是6月30号停止服务吗?
作者:yukisan #uid305
原帖:https://hostloc.com/thread-1040829-1-1.html
摘要:我没收到这封邮件,目前也没有停止服务。 奇了怪了
作者:yukisan #uid305
原帖:https://hostloc.com/thread-1040829-1-1.html
摘要:我没收到这封邮件,目前也没有停止服务。 奇了怪了
标题:求购水电充值优惠的接口 哪位老哥有
作者:vne #uid41099
原帖:https://hostloc.com/thread-1040830-1-1.html
摘要:求购水电充值优惠的接口 哪位老哥有
作者:vne #uid41099
原帖:https://hostloc.com/thread-1040830-1-1.html
摘要:求购水电充值优惠的接口 哪位老哥有
标题:virmach网络故障,恢复方法
作者:取个什么名好呢 #uid55570
原帖:https://hostloc.com/thread-1040831-1-1.html
摘要:刚刚vir洛杉矶网络故障,已经恢复,恢复方法如下:
1、登录面板,重置一下网络即可。
2、网页vnc登录,修改网络配置文件
网关修改为IP,第一个IP地址,比如 149.89.64.150 这个IP的网关就是 149.89.64.1
掩码修改为 255.255.255.0,也就是 /24
最后重启一下网络,systemctl restart networking
上面方法二选一,可能dd过系统的,只能选择第二种方法。
作者:取个什么名好呢 #uid55570
原帖:https://hostloc.com/thread-1040831-1-1.html
摘要:刚刚vir洛杉矶网络故障,已经恢复,恢复方法如下:
1、登录面板,重置一下网络即可。
2、网页vnc登录,修改网络配置文件
网关修改为IP,第一个IP地址,比如 149.89.64.150 这个IP的网关就是 149.89.64.1
掩码修改为 255.255.255.0,也就是 /24
最后重启一下网络,systemctl restart networking
上面方法二选一,可能dd过系统的,只能选择第二种方法。