|
|

楼主 |
发表于 2026-1-4 22:58:53
|
显示全部楼层
没用,发现 开启/关闭 iptv 网络架构应该发生了一些变化;
关闭iptv;设置双wan 静态bridge时
- 55: wan0: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
- inet 169.254.168.170/16 brd 169.254.255.255 scope global wan0
- 57: wan101: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 10240 qdisc noqueue state UP group default qlen 1000
- inet 192.168.0.10/24 brd 192.168.0.255 scope global wan101
复制代码 能访问192.168.0.1
- admin@RT-BE88U-2E98:/tmp/home/root# brctl show
- bridge name bridge id STP enabled interfaces
- br0 8000.cc28aa2b2e98 no eth0
- eth1
- eth2
复制代码
但是开启iptv之后,
- br101 8000.cc28aa2b2e98 no eth4.v0
复制代码 ping不通,eth9上抓包看起来有Request 和 Reply
但是arp中 显示incomplete
admin@RT-BE88U-2E98:# arp
localhost (192.168.0.1) at <incomplete> on eth9
admin@RT-BE88U-2E98:# ./tcpdump -i eth9 arp
23:08:48.447788 ARP, Request who-has localhost tell RT-BE88U-2E98., length 28
23:08:48.448623 ARP, Reply localhost is-at **: **:**:00:00:01 (oui Unknown), length 46
|
|