V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  titanium98118  ›  全部回复第 38 页 / 共 148 页
回复总数  2950
1 ... 34  35  36  37  38  39  40  41  42  43 ... 148  
2023-07-12 09:11:51 +08:00
回复了 Google0 创建的主题 iPhone 更改地区为香港
@titanium98118 不会用不了
2023-07-12 09:11:22 +08:00
回复了 Google0 创建的主题 iPhone 更改地区为香港
@wuqistarkakaxi 不后来用不了,和地区没关
2023-07-11 15:35:21 +08:00
回复了 Davic1 创建的主题 Apple 12306 的行程信息添加到日历问题
@peterzhang0602 #13 把车票添加到 wallet 后,国铁吉讯 app 是否要保留在手机上才会同步车票信息到 apple wallet?
2023-07-11 13:26:19 +08:00
回复了 Gtristan 创建的主题 问与答 大家迁移系统盘都是怎么操作的
Clonezilla
2023-07-08 15:37:59 +08:00
回复了 raysonx 创建的主题 宽带症候群 开个新坑:写给 Geek 们的小范围 IPv6 组网最佳实践
我现在就是为局域网分配 ULA+NAT66 。双 wan 负载均衡貌似只能 NAT?
2023-07-08 12:28:52 +08:00
回复了 purenothingform 创建的主题 问与答 华硕主板手贱调电压把硬件整坏了
“把 cpu 电压调最大当”,你是有多么大的胆量
2023-07-08 12:18:34 +08:00
回复了 u20237 创建的主题 问与答 10.127.64.1 有没有特殊意义?
应该没有什么特殊含意?
不过我也能 ping 通这个 IP 。
2023-07-08 12:12:38 +08:00
回复了 iblessyou 创建的主题 问与答 有软件能鉴定金士顿内存条么
这很难辨真假的
跑 memtest 过 700%再说
2023-07-08 12:06:22 +08:00
回复了 t41372 创建的主题 问与答 为什么这么多软件要内置 proxy 的设置项?
当某些软件没有代理设置选项的时候,又有人会问为何不提供单独设置代理,这么不人性化。
2023-07-07 10:52:08 +08:00
回复了 xingye163 创建的主题 问与答 PVE 突然访问不了 WEB 页面了, SSH 可以链接
linux 零基础,不是应该上 hyper-v?
2023-07-03 17:47:15 +08:00
回复了 cmhonker 创建的主题 VPS AWS Lightsail 全面升级质的飞跃,全面普及 4Gbps
@cmhonker #8 哦,我以为 X86 也提升了。
2023-07-03 17:16:47 +08:00
回复了 cmhonker 创建的主题 VPS AWS Lightsail 全面升级质的飞跃,全面普及 4Gbps
@cmhonker #3 oracle 也是要重建 instance ,还是直接就升级了?
2023-07-03 17:12:31 +08:00
回复了 peasant 创建的主题 分享发现 周末折腾软路由,把 openwrt 换成了 iKuai,分享一下过程。
我最近折腾一翻,最后还是回到 openwrt ,感觉离不开 openwrt 的“魔掌“了,顺路把 openwrt 19.07 更新到 23.05 ,从使用多年的 iptables+redirect 更换为 nftables+tproxy ,这样 udp 和 ipv6 都能进透明代理了。
2023-07-01 23:02:24 +08:00
回复了 ShaoWentao 创建的主题 微信 ios 微信更新到 8.0.39 了, callkit 还是没修复
退出账号,再登录一次看看
2023-07-01 21:07:07 +08:00
回复了 ac169 创建的主题 宽带症候群 IP 隧道的几个问题
@ac169 我早期就是用它过墙,应该是 10 年前了,但后来基本打不开网页,ping 是通的,之后就没用了。
2023-07-01 13:59:52 +08:00
回复了 ac169 创建的主题 宽带症候群 IP 隧道的几个问题
关于 3 ,he tunnel 很早就不能在国内用了,现在有没变化,不清楚
2023-06-30 11:52:20 +08:00
回复了 huangya 创建的主题 宽带症候群 猫棒可以设置 vlan tag 吗?
无意中点进你们的讨论,发现了新大陆。
我的 R5c ,跑 1G 下行,核心 0 、2 基本占用 100%,核心 1 、3 50%左右。
于是按照你们讨论的命令运行了一下,发现只有 vlan offload 是 on 。。。
root@r5c:~# ethtool -k eth1 |grep vlan
rx-vlan-offload: on
tx-vlan-offload: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-vlan-stag-hw-insert: off [fixed]
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]

root@r5c:~# ethtool -k eth1|grep hash
receive-hashing: off [fixed]

root@r5c:~# ethtool -n eth1 rx-flow-hash tcp4
Cannot get RX network flow hashing options: Not supported

root@r5c:~# ethtool -k eth0 |grep ntuple
ntuple-filters: off [fixed]

倒是用 hyper-v 跑的 openwrt 能支持 receive-hashing
root@VM-OpenWrt:~# ethtool -k eth0|grep hash
receive-hashing: on

root@VM-OpenWrt:~# ethtool -n eth1 rx-flow-hash tcp4
TCP over IPV4 flows use these fields for computing Hash flow key:
IP SA
IP DA
L4 bytes 0 & 1 [TCP/UDP src port]
L4 bytes 2 & 3 [TCP/UDP dst port]

root@VM-OpenWrt:~# ethtool -k eth0 |grep ntuple
ntuple-filters: off [fixed]

但不知为何,我两个 openwrt 这个命令都是无 rxq 的结果?
root@r5c:~# ethtool -S eth1
NIC statistics:
tx_packets: 1019723009
rx_packets: 512296019
tx_errors: 0
rx_errors: 0
rx_missed: 5087
align_errors: 0
tx_single_collisions: 0
tx_multi_collisions: 0
unicast: 511816379
broadcast: 479621
multicast: 19
tx_aborted: 0
tx_underrun: 0
tx_octets: 1354315138564
rx_octets: 134934337749
rx_multicast64: 0
tx_unicast64: 1019722967
tx_broadcast64: 7
tx_multicast64: 35
tx_pause_on: 0
tx_pause_off: 0
tx_pause_all: 0
tx_deferred: 0
tx_late_collision: 0
tx_all_collision: 0
tx_aborted32: 0
align_errors32: 0
rx_frame_too_long: 0
rx_runt: 0
rx_pause_on: 0
rx_pause_off: 0
rx_pause_all: 0
rx_unknown_opcode: 0
rx_mac_error: 112
tx_underrun32: 0
rx_mac_missed: 86767
rx_tcam_dropped: 0
tdu: 0
rdu: 200992
1 ... 34  35  36  37  38  39  40  41  42  43 ... 148  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2594 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 49ms · UTC 01:40 · PVG 09:40 · LAX 17:40 · JFK 20:40
Developed with CodeLauncher
♥ Do have faith in what you're doing.