LAN 边界路由器通常使用 PPPoE 协议与 ISP 通信,并通过 ADSL 访问 Internet。
此链接提供了ifconfig
有关使用 PPPoE 的接口的输出示例(第 3 页):
Link encap:Point-to-Point Protocol
inet addr:10.100.11.16 P-t-P:10.100.11.10 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:125 (125.0 B) TX bytes:113 (113.0 B)
如果 PPPoE 用于在以太网帧内传输 PPP 帧,则应该像在普通以太网连接中一样允许 ARP。我错了吗?查看标志,为什么这里没有明确使用 ARP?