作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
好的,这是我的问题。请原谅我,因为它有点复杂。我几乎 100% 确定它是由 MacOS 10.6 内核错误引起的,但由于我们不能指望修复错误,我需要一个解决方法。
我 learned earlier除非您首先这样做,否则“ipfw ... fwd”规则在 MacOS 10.6 上无法正常工作(它在 10.5 上工作)
sysctl -w net.inet.ip.scopedroute=0
# arp -a
router (192.168.42.1) at 0:1c:10:b0:d4:79 on en1 ifscope [ethernet]
ping google.com
,它看起来像这样:
# arp -a
dd-wrt (192.168.42.1) at 0:1c:10:b0:d4:79 on en1 [ethernet]
dd-wrt (192.168.42.1) at 0:1c:10:b0:d4:79 on en1 ifscope [ethernet]
route
命令)并重新创建它们。 最佳答案
您是否尝试过 arp -d <ip> ifscope <interface>
表格? ?
从您的示例中,尝试 arp -d 192.168.42.1 ifscope en1
这就是我用来摆脱 ifscope 的 arp 条目的方法。
请注意,您必须是 root(或使用 sudo)以避免权限错误。
关于macos - 是否有针对在 MacOS 上设置 net.inet.ip.scopedroute=0 导致的 ARP 条目损坏的解决方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4885468/
好的,这是我的问题。请原谅我,因为它有点复杂。我几乎 100% 确定它是由 MacOS 10.6 内核错误引起的,但由于我们不能指望修复错误,我需要一个解决方法。 我 learned earlier除
我是一名优秀的程序员,十分优秀!